update dev dependencies
This commit is contained in:
parent
dd42ebf712
commit
87a55e5302
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
@ -30,24 +30,24 @@
|
|||
"object-hash": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.7",
|
||||
"@babel/preset-env": "^7.16.7",
|
||||
"@babel/core": "^7.17.5",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"ava": "^4.0.1",
|
||||
"babel-loader": "^8.2.3",
|
||||
"c8": "^7.11.0",
|
||||
"copy-webpack-plugin": "^10.2.0",
|
||||
"eslint": "^8.6.0",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"eslint": "^8.9.0",
|
||||
"eslint-plugin-ava": "^13.2.0",
|
||||
"esm": "^3.2.25",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-replace": "^1.1.3",
|
||||
"husky": "^7.0.4",
|
||||
"jsdom": "^19.0.0",
|
||||
"lint-staged": "^12.1.7",
|
||||
"lint-staged": "^12.3.4",
|
||||
"prettier": "2.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"webpack": "^5.65.0",
|
||||
"webpack-cli": "^4.9.1"
|
||||
"webpack": "^5.69.1",
|
||||
"webpack-cli": "^4.9.2"
|
||||
},
|
||||
"ava": {
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue