update dev dependencies
This commit is contained in:
parent
4d5acc3714
commit
23390db0a9
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
|
@ -30,28 +30,28 @@
|
||||||
"object-hash": "3.0.0"
|
"object-hash": "3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.18.5",
|
"@babel/core": "7.19.6",
|
||||||
"@babel/eslint-parser": "7.18.2",
|
"@babel/eslint-parser": "7.19.1",
|
||||||
"@babel/preset-env": "7.18.2",
|
"@babel/preset-env": "7.19.4",
|
||||||
"@babel/preset-react": "7.17.12",
|
"@babel/preset-react": "7.18.6",
|
||||||
"@wordpress/eslint-plugin": "12.5.0",
|
"@wordpress/eslint-plugin": "13.4.0",
|
||||||
"ava": "4.3.0",
|
"ava": "5.0.1",
|
||||||
"babel-loader": "8.2.5",
|
"babel-loader": "8.2.5",
|
||||||
"browser-env": "3.3.0",
|
"browser-env": "3.3.0",
|
||||||
"c8": "7.11.3",
|
"c8": "7.12.0",
|
||||||
"copy-webpack-plugin": "11.0.0",
|
"copy-webpack-plugin": "11.0.0",
|
||||||
"eslint": "8.18.0",
|
"eslint": "8.26.0",
|
||||||
"eslint-plugin-ava": "13.2.0",
|
"eslint-plugin-ava": "13.2.0",
|
||||||
"eslint-plugin-jsx": "0.1.0",
|
"eslint-plugin-jsx": "0.1.0",
|
||||||
"eslint-plugin-react": "7.30.0",
|
"eslint-plugin-react": "7.31.10",
|
||||||
"esm": "3.2.25",
|
"esm": "3.2.25",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"gulp-replace": "1.1.3",
|
"gulp-replace": "1.1.3",
|
||||||
"husky": "8.0.1",
|
"husky": "8.0.1",
|
||||||
"lint-staged": "12.5.0",
|
"lint-staged": "13.0.3",
|
||||||
"prettier": "2.7.1",
|
"prettier": "2.7.1",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"webpack": "5.73.0",
|
"webpack": "5.74.0",
|
||||||
"webpack-cli": "4.10.0"
|
"webpack-cli": "4.10.0"
|
||||||
},
|
},
|
||||||
"ava": {
|
"ava": {
|
||||||
|
|
Loading…
Reference in New Issue