update dev deps
This commit is contained in:
parent
87434fc1c1
commit
3b4c53da81
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
|
@ -30,29 +30,29 @@
|
|||
"object-hash": "3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.19.6",
|
||||
"@babel/core": "7.20.12",
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
"@babel/preset-env": "7.19.4",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@wordpress/eslint-plugin": "13.4.0",
|
||||
"ava": "5.0.1",
|
||||
"babel-loader": "8.2.5",
|
||||
"@wordpress/eslint-plugin": "13.10.0",
|
||||
"ava": "5.2.0",
|
||||
"babel-loader": "9.1.2",
|
||||
"browser-env": "3.3.0",
|
||||
"c8": "7.12.0",
|
||||
"copy-webpack-plugin": "11.0.0",
|
||||
"eslint": "8.26.0",
|
||||
"eslint-plugin-ava": "13.2.0",
|
||||
"eslint": "^8.34.0",
|
||||
"eslint-plugin-ava": "^14.0.0",
|
||||
"eslint-plugin-jsx": "0.1.0",
|
||||
"eslint-plugin-react": "7.31.10",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"esm": "3.2.25",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-replace": "1.1.3",
|
||||
"husky": "8.0.1",
|
||||
"lint-staged": "13.0.3",
|
||||
"prettier": "2.7.1",
|
||||
"rimraf": "3.0.2",
|
||||
"webpack": "5.74.0",
|
||||
"webpack-cli": "4.10.0"
|
||||
"gulp-replace": "1.1.4",
|
||||
"husky": "8.0.3",
|
||||
"lint-staged": "13.1.1",
|
||||
"prettier": "2.8.4",
|
||||
"rimraf": "4.1.2",
|
||||
"webpack": "5.75.0",
|
||||
"webpack-cli": "5.0.1"
|
||||
},
|
||||
"ava": {
|
||||
"files": [
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
### [Unreleased]
|
||||
#### Added
|
||||
#### Changed
|
||||
- Update dependencies
|
||||
#### Deprecated
|
||||
#### Removed
|
||||
#### Fixed
|
||||
|
|
Loading…
Reference in New Issue