update dev dependencies
This commit is contained in:
parent
c5279a37f3
commit
797a08cfb6
|
@ -1,5 +1,2 @@
|
||||||
#!/bin/sh
|
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
npm test
|
npm test
|
||||||
npx lint-staged
|
npx lint-staged
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
|
@ -11,7 +11,7 @@
|
||||||
"coverage": "c8 --all --reporter=html --reporter=text --include=source/**/*.js ava",
|
"coverage": "c8 --all --reporter=html --reporter=text --include=source/**/*.js ava",
|
||||||
"eslint": "npx eslint source/**/*.js",
|
"eslint": "npx eslint source/**/*.js",
|
||||||
"format": "npx prettier --write .",
|
"format": "npx prettier --write .",
|
||||||
"prepare": "husky install",
|
"prepare": "husky",
|
||||||
"test": "ava && ./vendor/bin/phpunit"
|
"test": "ava && ./vendor/bin/phpunit"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -32,11 +32,11 @@
|
||||||
"@babel/eslint-parser": "7.24.1",
|
"@babel/eslint-parser": "7.24.1",
|
||||||
"@babel/preset-env": "7.24.4",
|
"@babel/preset-env": "7.24.4",
|
||||||
"@babel/preset-react": "7.24.1",
|
"@babel/preset-react": "7.24.1",
|
||||||
"@wordpress/eslint-plugin": "17.2.0",
|
"@wordpress/eslint-plugin": "17.12.0",
|
||||||
"ava": "5.3.1",
|
"ava": "6.1.2",
|
||||||
"babel-loader": "9.1.3",
|
"babel-loader": "9.1.3",
|
||||||
"browser-env": "3.3.0",
|
"browser-env": "3.3.0",
|
||||||
"c8": "8.0.1",
|
"c8": "9.1.0",
|
||||||
"copy-webpack-plugin": "12.0.2",
|
"copy-webpack-plugin": "12.0.2",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-plugin-ava": "14.0.0",
|
"eslint-plugin-ava": "14.0.0",
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
"esm": "3.2.25",
|
"esm": "3.2.25",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"gulp-replace": "1.1.4",
|
"gulp-replace": "1.1.4",
|
||||||
"husky": "8.0.3",
|
"husky": "9.0.11",
|
||||||
"lint-staged": "15.2.2",
|
"lint-staged": "15.2.2",
|
||||||
"prettier": "3.2.5",
|
"prettier": "3.2.5",
|
||||||
"rimraf": "5.0.5",
|
"rimraf": "5.0.5",
|
||||||
|
|
Loading…
Reference in New Issue