update some dev dependencies
This commit is contained in:
parent
cccd1a78b5
commit
718d66506b
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -28,12 +28,12 @@
|
|||
"luxon": "3.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.24.4",
|
||||
"@babel/eslint-parser": "7.24.1",
|
||||
"@babel/preset-env": "7.24.4",
|
||||
"@babel/core": "7.24.5",
|
||||
"@babel/eslint-parser": "7.24.5",
|
||||
"@babel/preset-env": "7.24.5",
|
||||
"@babel/preset-react": "7.24.1",
|
||||
"@wordpress/eslint-plugin": "17.12.0",
|
||||
"ava": "6.1.2",
|
||||
"@wordpress/eslint-plugin": "18.0.0",
|
||||
"ava": "6.1.3",
|
||||
"babel-loader": "9.1.3",
|
||||
"browser-env": "3.3.0",
|
||||
"c8": "9.1.0",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"husky": "9.0.11",
|
||||
"lint-staged": "15.2.2",
|
||||
"prettier": "3.2.5",
|
||||
"rimraf": "5.0.5",
|
||||
"rimraf": "5.0.7",
|
||||
"webpack": "5.91.0",
|
||||
"webpack-cli": "5.1.4"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue