update dependencies

This commit is contained in:
Daniel Waxweiler 2024-11-10 09:38:57 +01:00
parent 8caceeaf76
commit 460ea7894d
3 changed files with 1610 additions and 1995 deletions

3582
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,28 +28,28 @@
"luxon": "3.5.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/preset-env": "7.25.3",
"@babel/preset-react": "7.24.7",
"@wordpress/eslint-plugin": "20.1.0",
"ava": "6.1.3",
"babel-loader": "9.1.3",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@wordpress/eslint-plugin": "21.4.0",
"ava": "6.2.0",
"babel-loader": "9.2.1",
"browser-env": "3.3.0",
"c8": "10.1.2",
"copy-webpack-plugin": "12.0.2",
"eslint": "8.57.0",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-jsx": "0.1.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.2",
"esm": "3.2.25",
"gulp": "5.0.0",
"gulp-replace": "1.1.4",
"husky": "9.1.4",
"lint-staged": "15.2.8",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"webpack": "5.93.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
},
"ava": {

View File

@ -4,6 +4,7 @@
#### Changed
- Confirm compatibility with WordPress 6.7
- Load block script only in footer to reduce waiting time
- Update dependencies
#### Deprecated
#### Removed
#### Fixed