Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Qminder <support@qminder.com> (https://www.qminder.com)",
"license": "Apache-2.0",
"engines": {
"node": "^20.15.0"
"node": "^22.0.0"
},
"scripts": {
"test": "jest",
Expand Down
4 changes: 2 additions & 2 deletions packages/javascript-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "Apache-2.0",
"type": "module",
"engines": {
"node": "^20.15.0"
"node": "^22.0.0"
},
"browserslist": [
"last 2 major versions"
Expand All @@ -49,7 +49,7 @@
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@types/jest": "29.5.14",
"@types/node": "^20.14.15",
"@types/node": "^22.0.0",
"@types/sinon": "17.0.3",
"cross-fetch": "^4.0.0",
"graphql": "15.9.0",
Expand Down
20 changes: 2 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2163,7 +2163,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
"@types/node@npm:*, @types/node@npm:^22.0.0":
version: 22.10.5
resolution: "@types/node@npm:22.10.5"
dependencies:
Expand All @@ -2172,15 +2172,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.15":
version: 20.17.12
resolution: "@types/node@npm:20.17.12"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/340b65a11e4486e597163991532a08e525beee40f082cf73dc830c060426fa9ea8690a4e3931d91375e946816a884d6140d96e99ac048b51f280f21cc70d22ed
languageName: node
linkType: hard

"@types/sinon@npm:17.0.3":
version: 17.0.3
resolution: "@types/sinon@npm:17.0.3"
Expand Down Expand Up @@ -6732,7 +6723,7 @@ __metadata:
"@babel/core": "npm:7.26.0"
"@babel/preset-env": "npm:7.26.0"
"@types/jest": "npm:29.5.14"
"@types/node": "npm:^20.14.15"
"@types/node": "npm:^22.0.0"
"@types/sinon": "npm:17.0.3"
"@types/ws": "npm:^8.0.0"
cross-fetch: "npm:^4.0.0"
Expand Down Expand Up @@ -7915,13 +7906,6 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
Expand Down
Loading