Update to "node" v22.12.0

This commit is contained in:
schroda
2024-12-24 13:02:35 +01:00
parent e77f613d4a
commit 86eef26748
2 changed files with 12 additions and 7 deletions

View File

@@ -25,7 +25,7 @@
"prepare": "husky"
},
"engines": {
"node": "21.7.3"
"node": "22.12.0"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": "eslint --fix"
@@ -79,7 +79,7 @@
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.0",
"@graphql-codegen/typescript-operations": "4.4.0",
"@types/apollo-upload-client": "17.0.5",
"@types/node": "20.14.11",
"@types/node": "22.10.2",
"@types/react": "18.3.5",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.3.0",