Skip to content

Commit 98b406a

Browse files
committed
v1.1.0
1 parent a69ba86 commit 98b406a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonic/expr",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support expression syntax.",
55
"main": "expr.js",
66
"type": "commonjs",
@@ -42,11 +42,11 @@
4242
"devDependencies": {
4343
"@jsonic/doc": "^0.0.9",
4444
"@types/jest": "^29.5.14",
45-
"esbuild": "^0.24.0",
45+
"esbuild": "^0.24.2",
4646
"es-jest": "^2.1.0",
4747
"jest": "^29.7.0",
48-
"prettier": "^3.3.3",
49-
"typescript": "^5.6.3"
48+
"prettier": "^3.4.2",
49+
"typescript": "^5.7.3"
5050
},
5151
"peerDependencies": {
5252
"jsonic": ">=2.15.2"

0 commit comments

Comments
 (0)