mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-06-05 21:59:25 +02:00
update dependencies
This commit is contained in:
8196
package-lock.json
generated
8196
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@ -24,33 +24,33 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "16.9.0",
|
"graphql": "16.11.0",
|
||||||
"luxon": "3.5.0"
|
"luxon": "3.6.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.26.0",
|
"@babel/core": "7.27.1",
|
||||||
"@babel/eslint-parser": "7.25.9",
|
"@babel/eslint-parser": "7.27.1",
|
||||||
"@babel/preset-env": "7.26.0",
|
"@babel/preset-env": "7.27.2",
|
||||||
"@babel/preset-react": "7.25.9",
|
"@babel/preset-react": "7.27.1",
|
||||||
"@wordpress/eslint-plugin": "21.4.0",
|
"@wordpress/eslint-plugin": "22.10.0",
|
||||||
"ava": "6.2.0",
|
"ava": "6.3.0",
|
||||||
"babel-loader": "9.2.1",
|
"babel-loader": "10.0.0",
|
||||||
"browser-env": "3.3.0",
|
"browser-env": "3.3.0",
|
||||||
"c8": "10.1.2",
|
"c8": "10.1.3",
|
||||||
"copy-webpack-plugin": "12.0.2",
|
"copy-webpack-plugin": "13.0.0",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.1",
|
||||||
"eslint-plugin-ava": "14.0.0",
|
"eslint-plugin-ava": "14.0.0",
|
||||||
"eslint-plugin-jsx": "0.1.0",
|
"eslint-plugin-jsx": "0.1.0",
|
||||||
"eslint-plugin-react": "7.37.2",
|
"eslint-plugin-react": "7.37.5",
|
||||||
"esm": "3.2.25",
|
"esm": "3.2.25",
|
||||||
"gulp": "5.0.0",
|
"gulp": "5.0.0",
|
||||||
"gulp-replace": "1.1.4",
|
"gulp-replace": "1.1.4",
|
||||||
"husky": "9.1.6",
|
"husky": "9.1.7",
|
||||||
"lint-staged": "15.2.10",
|
"lint-staged": "15.5.2",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.5.3",
|
||||||
"rimraf": "5.0.10",
|
"rimraf": "5.0.10",
|
||||||
"webpack": "5.96.1",
|
"webpack": "5.99.9",
|
||||||
"webpack-cli": "5.1.4"
|
"webpack-cli": "6.0.1"
|
||||||
},
|
},
|
||||||
"ava": {
|
"ava": {
|
||||||
"files": [
|
"files": [
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
### [Unreleased]
|
### [Unreleased]
|
||||||
#### Added
|
#### Added
|
||||||
#### Changed
|
#### Changed
|
||||||
|
- Update dependencies
|
||||||
#### Deprecated
|
#### Deprecated
|
||||||
#### Removed
|
#### Removed
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
Reference in New Issue
Block a user