More deps upgrade
This commit is contained in:
parent
34c4570688
commit
e88345f395
|
@ -3,5 +3,3 @@ interactive: true
|
||||||
format: "group"
|
format: "group"
|
||||||
reject:
|
reject:
|
||||||
- "react-hotkeys-hook" # we are stuck at version 3.4.7 because 4.X is not working well. Need more experimenting.
|
- "react-hotkeys-hook" # we are stuck at version 3.4.7 because 4.X is not working well. Need more experimenting.
|
||||||
- "graphql-request" # we are stuck at version 5.1.0 because 5.2.0 has a typescript bug see https://github.com/dotansimha/graphql-code-generator/issues/9046
|
|
||||||
- "@graphql-codegen/typescript-graphql-request" # same as for "graphql-request"
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -58,10 +58,10 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@digitak/esrun": "3.2.24",
|
"@digitak/esrun": "3.2.24",
|
||||||
"@graphql-codegen/cli": "^3.3.1",
|
"@graphql-codegen/cli": "5.0.0",
|
||||||
"@graphql-codegen/typescript": "3.0.4",
|
"@graphql-codegen/typescript": "4.0.1",
|
||||||
"@graphql-codegen/typescript-graphql-request": "^4.5.9",
|
"@graphql-codegen/typescript-graphql-request": "5.0.0",
|
||||||
"@graphql-codegen/typescript-operations": "^3.0.4",
|
"@graphql-codegen/typescript-operations": "4.0.1",
|
||||||
"@types/html-to-text": "^9.0.1",
|
"@types/html-to-text": "^9.0.1",
|
||||||
"@types/marked": "^5.0.1",
|
"@types/marked": "^5.0.1",
|
||||||
"@types/node": "20.5.0",
|
"@types/node": "20.5.0",
|
||||||
|
@ -79,8 +79,8 @@
|
||||||
"eslint": "^8.47.0",
|
"eslint": "^8.47.0",
|
||||||
"eslint-config-next": "13.4.17",
|
"eslint-config-next": "13.4.17",
|
||||||
"eslint-plugin-import": "^2.28.0",
|
"eslint-plugin-import": "^2.28.0",
|
||||||
"graphql": "^16.6.0",
|
"graphql": "16.8.0",
|
||||||
"graphql-request": "5.1.0",
|
"graphql-request": "6.1.0",
|
||||||
"next-sitemap": "^4.2.2",
|
"next-sitemap": "^4.2.2",
|
||||||
"prettier": "^3.0.2",
|
"prettier": "^3.0.2",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.3",
|
"prettier-plugin-tailwindcss": "^0.5.3",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue