We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690a73f commit ca888f3Copy full SHA for ca888f3
bun.lockb
1.96 KB
package.json
@@ -61,7 +61,7 @@
61
"@swc/helpers": "0.5.11",
62
"@types/express": "4.17.21",
63
"@types/jest": "^29.5.12",
64
- "@types/node": "20.14.9",
+ "@types/node": "22.10.2",
65
"@typescript-eslint/eslint-plugin": "^7.14.1",
66
"@typescript-eslint/parser": "^7.14.1",
67
"@typescript-eslint/utils": "^8.0.0-alpha.28",
@@ -81,9 +81,9 @@
81
"webpack-cli": "^5.1.4"
82
},
83
"engines": {
84
- "node": "20"
+ "node": "22"
85
86
"volta": {
87
- "node": "20.15.0"
+ "node": "22.12.0"
88
}
89
0 commit comments