Skip to content
Open
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 @@ -66,7 +66,7 @@
"@types/babel__core": "^7",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/offscreencanvas": "^2019.7.0",
"ace-builds": "~1.17.0",
"coveralls": "^3.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2008,12 +2008,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.0.0":
version: 20.19.9
resolution: "@types/node@npm:20.19.9"
"@types/node@npm:^22.0.0":
version: 22.18.6
resolution: "@types/node@npm:22.18.6"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/c6738131f1698258a5ac1e0185e4fc56977f7f566cd0ee11167f93f2339478470257bd82c5e1908a936a204e0ad7996d741356a1a07c04997a236161ea23a874
checksum: 10c0/7ba190da2e64e56c59270661af8cd682c830a1375b6f965ab153be90baabfdaa867aa1d63f87b42de80956996d46dfe1cf93ecefe982d9a16e485b6756949f9a
languageName: node
linkType: hard

Expand Down Expand Up @@ -5256,7 +5256,7 @@ __metadata:
"@types/estree": "npm:^1.0.5"
"@types/jest": "npm:^29.0.0"
"@types/lodash": "npm:^4.14.202"
"@types/node": "npm:^20.0.0"
"@types/node": "npm:^22.0.0"
"@types/offscreencanvas": "npm:^2019.7.0"
ace-builds: "npm:~1.17.0"
acorn: "npm:^8.8.2"
Expand Down
Loading