Skip to content

Commit e229bdd

Browse files
author
Sascha Goldhofer
committed
Bump version to 4.4.0
1 parent 6e85496 commit e229bdd

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gson-query",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "json-pointer utilities for querying and transforming data",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -18,26 +18,26 @@
1818
"debug": "devtool node_modules/mocha/bin/_mocha -qc -- --recursive test/unit/*.test.js"
1919
},
2020
"dependencies": {
21-
"ebnf": "^1.6.3",
21+
"ebnf": "^1.9.0",
2222
"gson-conform": "^1.0.3",
23-
"gson-pointer": "^3.4.1"
23+
"gson-pointer": "^3.4.3"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.6.2",
27-
"@babel/preset-env": "^7.6.2",
28-
"@types/node": "^12.12.4",
29-
"@typescript-eslint/eslint-plugin": "^2.6.0",
30-
"@typescript-eslint/parser": "^2.6.0",
31-
"babel-loader": "^8.0.6",
26+
"@babel/core": "^7.12.3",
27+
"@babel/preset-env": "^7.12.1",
28+
"@types/node": "^14.14.2",
29+
"@typescript-eslint/eslint-plugin": "^4.5.0",
30+
"@typescript-eslint/parser": "^4.5.0",
31+
"babel-loader": "^8.1.0",
3232
"chai": "^4.2.0",
33-
"eslint": "^6.4.0",
34-
"mocha": "^6.2.0",
35-
"nyc": "^14.1.1",
36-
"typescript": "^3.6.4",
37-
"uglifyjs-webpack-plugin": "^2.2.0",
33+
"eslint": "^7.12.0",
34+
"mocha": "^8.2.0",
35+
"nyc": "^15.1.0",
36+
"terser-webpack-plugin": "^5.0.1",
37+
"typescript": "^4.0.3",
3838
"watch": "^1.0.1",
39-
"webpack": "^4.41.0",
40-
"webpack-cli": "^3.3.9"
39+
"webpack": "^5.2.0",
40+
"webpack-cli": "^4.1.0"
4141
},
4242
"keywords": [
4343
"query",

0 commit comments

Comments
 (0)