update dependencies
This commit is contained in:
parent
dc1949ba4c
commit
99e58d0382
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
|
@ -26,32 +26,32 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graphql": "16.8.1",
|
"graphql": "16.8.1",
|
||||||
"graphql-request": "6.1.0",
|
"graphql-request": "6.1.0",
|
||||||
"luxon": "3.4.3",
|
"luxon": "3.4.4",
|
||||||
"object-hash": "3.0.0"
|
"object-hash": "3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.23.3",
|
"@babel/core": "7.24.4",
|
||||||
"@babel/eslint-parser": "7.23.3",
|
"@babel/eslint-parser": "7.24.1",
|
||||||
"@babel/preset-env": "7.23.3",
|
"@babel/preset-env": "7.24.4",
|
||||||
"@babel/preset-react": "7.23.3",
|
"@babel/preset-react": "7.24.1",
|
||||||
"@wordpress/eslint-plugin": "17.2.0",
|
"@wordpress/eslint-plugin": "17.2.0",
|
||||||
"ava": "5.3.1",
|
"ava": "5.3.1",
|
||||||
"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": "8.0.1",
|
||||||
"copy-webpack-plugin": "11.0.0",
|
"copy-webpack-plugin": "12.0.2",
|
||||||
"eslint": "8.53.0",
|
"eslint": "8.57.0",
|
||||||
"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.33.2",
|
"eslint-plugin-react": "7.34.1",
|
||||||
"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": "8.0.3",
|
||||||
"lint-staged": "15.1.0",
|
"lint-staged": "15.2.2",
|
||||||
"prettier": "3.0.3",
|
"prettier": "3.2.5",
|
||||||
"rimraf": "5.0.5",
|
"rimraf": "5.0.5",
|
||||||
"webpack": "5.89.0",
|
"webpack": "5.91.0",
|
||||||
"webpack-cli": "5.1.4"
|
"webpack-cli": "5.1.4"
|
||||||
},
|
},
|
||||||
"ava": {
|
"ava": {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
- Display name of group when it cannot be found
|
- Display name of group when it cannot be found
|
||||||
#### Changed
|
#### Changed
|
||||||
- Let backend do requests to API of Mobilizon instance for increased privacy
|
- Let backend do requests to API of Mobilizon instance for increased privacy
|
||||||
|
- Update dependencies
|
||||||
#### Deprecated
|
#### Deprecated
|
||||||
#### Removed
|
#### Removed
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
Loading…
Reference in New Issue