Skip to content

Commit

Permalink
add resolution for node types
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio committed Nov 22, 2024
1 parent 6e564d0 commit 58e26bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
},
"resolutions": {
"@jupyter/react-components": "^0.15.0",
"@jupyter/web-components": "^0.15.0"
"@jupyter/web-components": "^0.15.0",
"@types/node": "^20.11.27"
},
"sideEffects": [
"style/*.css",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3290,12 +3290,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 22.9.0
resolution: "@types/node@npm:22.9.0"
"@types/node@npm:^20.11.27":
version: 20.17.6
resolution: "@types/node@npm:20.17.6"
dependencies:
undici-types: ~6.19.8
checksum: c014eb3b8a110f1b87b614a40ef288d13e6b08ae9d5dafbd38951a2eebc24d352dc55330ed9d00c97ee9e64483c3cc14c4aa914c5df7ca7b9eaa1a30b2340dbd
undici-types: ~6.19.2
checksum: d51dbb9881c94d0310b32b5fd8013e3261595c61bc888fa27258469c93c3dc0b3c4d20a9f28f3f5f79562f6737e28e7f3dd04940dc8b4d966d34aaf318f7f69b
languageName: node
linkType: hard

Expand Down Expand Up @@ -9862,7 +9862,7 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.8":
"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
Expand Down

0 comments on commit 58e26bb

Please sign in to comment.