update dependencies
This commit is contained in:
parent
40f351efbf
commit
b2811ad169
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
|
@ -25,22 +25,22 @@
|
|||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"graphql": "16.6.0",
|
||||
"graphql-request": "5.0.0",
|
||||
"luxon": "3.2.1",
|
||||
"graphql-request": "5.2.0",
|
||||
"luxon": "3.3.0",
|
||||
"object-hash": "3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.20.12",
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
"@babel/core": "7.21.3",
|
||||
"@babel/eslint-parser": "7.21.3",
|
||||
"@babel/preset-env": "7.20.2",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@wordpress/eslint-plugin": "13.10.0",
|
||||
"@wordpress/eslint-plugin": "14.3.0",
|
||||
"ava": "5.2.0",
|
||||
"babel-loader": "9.1.2",
|
||||
"browser-env": "3.3.0",
|
||||
"c8": "7.12.0",
|
||||
"c8": "7.13.0",
|
||||
"copy-webpack-plugin": "11.0.0",
|
||||
"eslint": "8.34.0",
|
||||
"eslint": "8.37.0",
|
||||
"eslint-plugin-ava": "14.0.0",
|
||||
"eslint-plugin-jsx": "0.1.0",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
|
@ -48,10 +48,10 @@
|
|||
"gulp": "4.0.2",
|
||||
"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",
|
||||
"lint-staged": "13.2.0",
|
||||
"prettier": "2.8.7",
|
||||
"rimraf": "4.4.1",
|
||||
"webpack": "5.77.0",
|
||||
"webpack-cli": "5.0.1"
|
||||
},
|
||||
"ava": {
|
||||
|
|
Loading…
Reference in New Issue