We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69ba86 commit 98b406aCopy full SHA for 98b406a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jsonic/expr",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support expression syntax.",
5
"main": "expr.js",
6
"type": "commonjs",
@@ -42,11 +42,11 @@
42
"devDependencies": {
43
"@jsonic/doc": "^0.0.9",
44
"@types/jest": "^29.5.14",
45
- "esbuild": "^0.24.0",
+ "esbuild": "^0.24.2",
46
"es-jest": "^2.1.0",
47
"jest": "^29.7.0",
48
- "prettier": "^3.3.3",
49
- "typescript": "^5.6.3"
+ "prettier": "^3.4.2",
+ "typescript": "^5.7.3"
50
},
51
"peerDependencies": {
52
"jsonic": ">=2.15.2"
0 commit comments