Merge pull request #14 from wordpress-connector-for-mobilizon/update-deps

Update dependencies
This commit is contained in:
Daniel Waxweiler 2023-02-12 18:13:49 +01:00 committed by GitHub
commit 41419e6550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1886 additions and 1398 deletions

3247
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,35 +24,35 @@
},
"license": "Apache-2.0",
"dependencies": {
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"luxon": "3.0.4",
"graphql": "16.6.0",
"graphql-request": "5.0.0",
"luxon": "3.2.1",
"object-hash": "3.0.0"
},
"devDependencies": {
"@babel/core": "7.19.6",
"@babel/core": "7.20.12",
"@babel/eslint-parser": "7.19.1",
"@babel/preset-env": "7.19.4",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@wordpress/eslint-plugin": "13.4.0",
"ava": "5.0.1",
"babel-loader": "8.2.5",
"@wordpress/eslint-plugin": "13.10.0",
"ava": "5.2.0",
"babel-loader": "9.1.2",
"browser-env": "3.3.0",
"c8": "7.12.0",
"copy-webpack-plugin": "11.0.0",
"eslint": "8.26.0",
"eslint-plugin-ava": "13.2.0",
"eslint": "8.34.0",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-jsx": "0.1.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react": "7.32.2",
"esm": "3.2.25",
"gulp": "4.0.2",
"gulp-replace": "1.1.3",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
"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",
"webpack-cli": "5.0.1"
},
"ava": {
"files": [

View File

@ -1,6 +1,7 @@
### [Unreleased]
#### Added
#### Changed
- Update dependencies
#### Deprecated
#### Removed
#### Fixed