update dev dependencies
This commit is contained in:
parent
64a61426e0
commit
99d97c5a5e
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
|
@ -30,28 +30,28 @@
|
||||||
"object-hash": "3.0.0"
|
"object-hash": "3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.17.12",
|
"@babel/core": "7.18.2",
|
||||||
"@babel/eslint-parser": "7.16.5",
|
"@babel/eslint-parser": "7.18.2",
|
||||||
"@babel/preset-env": "7.17.12",
|
"@babel/preset-env": "7.18.2",
|
||||||
"@babel/preset-react": "7.16.5",
|
"@babel/preset-react": "7.17.12",
|
||||||
"@wordpress/eslint-plugin": "12.4.0",
|
"@wordpress/eslint-plugin": "12.4.0",
|
||||||
"ava": "4.2.0",
|
"ava": "4.3.0",
|
||||||
"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.11.3",
|
||||||
"copy-webpack-plugin": "11.0.0",
|
"copy-webpack-plugin": "11.0.0",
|
||||||
"eslint": "8.15.0",
|
"eslint": "8.17.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.27.1",
|
"eslint-plugin-react": "7.30.0",
|
||||||
"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.4.1",
|
"lint-staged": "12.5.0",
|
||||||
"prettier": "2.6.2",
|
"prettier": "2.6.2",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"webpack": "5.72.1",
|
"webpack": "5.73.0",
|
||||||
"webpack-cli": "4.9.2"
|
"webpack-cli": "4.9.2"
|
||||||
},
|
},
|
||||||
"ava": {
|
"ava": {
|
||||||
|
|
Loading…
Reference in New Issue