update dependencies
This commit is contained in:
parent
51ae9b9616
commit
60363d8a5c
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
|
@ -24,35 +24,35 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"graphql": "16.6.0",
|
||||
"graphql-request": "6.0.0",
|
||||
"graphql": "16.7.1",
|
||||
"graphql-request": "6.1.0",
|
||||
"luxon": "3.3.0",
|
||||
"object-hash": "3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.21.8",
|
||||
"@babel/eslint-parser": "7.21.8",
|
||||
"@babel/preset-env": "7.21.5",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@wordpress/eslint-plugin": "14.5.0",
|
||||
"ava": "5.2.0",
|
||||
"babel-loader": "9.1.2",
|
||||
"@babel/core": "7.22.9",
|
||||
"@babel/eslint-parser": "7.22.9",
|
||||
"@babel/preset-env": "7.22.9",
|
||||
"@babel/preset-react": "7.22.5",
|
||||
"@wordpress/eslint-plugin": "14.11.0",
|
||||
"ava": "5.3.1",
|
||||
"babel-loader": "9.1.3",
|
||||
"browser-env": "3.3.0",
|
||||
"c8": "7.13.0",
|
||||
"c8": "8.0.1",
|
||||
"copy-webpack-plugin": "11.0.0",
|
||||
"eslint": "8.40.0",
|
||||
"eslint": "8.45.0",
|
||||
"eslint-plugin-ava": "14.0.0",
|
||||
"eslint-plugin-jsx": "0.1.0",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"eslint-plugin-react": "7.33.0",
|
||||
"esm": "3.2.25",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-replace": "1.1.4",
|
||||
"husky": "8.0.3",
|
||||
"lint-staged": "13.2.2",
|
||||
"prettier": "2.8.8",
|
||||
"rimraf": "5.0.0",
|
||||
"webpack": "5.82.0",
|
||||
"webpack-cli": "5.1.0"
|
||||
"lint-staged": "13.2.3",
|
||||
"prettier": "3.0.0",
|
||||
"rimraf": "5.0.1",
|
||||
"webpack": "5.88.2",
|
||||
"webpack-cli": "5.1.4"
|
||||
},
|
||||
"ava": {
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue