Skip to content

Commit

Permalink
chore: update @types/node (#15206)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Jul 23, 2024
1 parent 5bfcc22 commit 1e67160
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion packages/jest-runtime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ export default class Runtime {
// @ts-expect-error Jest uses @types/node@16. Will be fixed when updated to @types/node@20.11.0
meta.dirname = path.dirname(modulePath);

// @ts-expect-error It should not be async. Will be fixed when updated to @types/node@20.11.0
meta.resolve = (specifier, parent = metaUrl) => {
const parentPath = fileURLToPath(parent);

Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5634,9 +5634,9 @@ __metadata:
linkType: hard

"@types/node@npm:~16.18.0":
version: 16.18.101
resolution: "@types/node@npm:16.18.101"
checksum: d099055168529f56665ad470e0aeb443557301b1342be12eeedcb04897614bbc09ecf10621a90460f83a5264acad4feaf84d0db181251ebe901049aad4ab4bcf
version: 16.18.103
resolution: "@types/node@npm:16.18.103"
checksum: aef09cf77586568cf961b4c3aa15867b76079badf067e76104ffdc5437f8ce7057ee3b1e3699db43328ff460f9bbe7cc1c78a9a6b1bc82dc53994a663fe02863
languageName: node
linkType: hard

Expand Down Expand Up @@ -20691,12 +20691,12 @@ __metadata:
linkType: hard

"typescript@npm:^5.0.4":
version: 5.5.3
resolution: "typescript@npm:5.5.3"
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 4b4f14313484d5c86064d04ba892544801fa551f5cf72719b540b498056fec7fc192d0bbdb2ba1448e759b1548769956da9e43e7c16781e8d8856787b0575004
checksum: b309040f3a1cd91c68a5a58af6b9fdd4e849b8c42d837b2c2e73f9a4f96a98c4f1ed398a9aab576ee0a4748f5690cf594e6b99dbe61de7839da748c41e6d6ca8
languageName: node
linkType: hard

Expand All @@ -20711,12 +20711,12 @@ __metadata:
linkType: hard

"typescript@patch:typescript@^5.0.4#~builtin<compat/typescript>":
version: 5.5.3
resolution: "typescript@patch:typescript@npm%3A5.5.3#~builtin<compat/typescript>::version=5.5.3&hash=379a07"
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#~builtin<compat/typescript>::version=5.5.4&hash=379a07"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3c0f7fe66e0e3a5f6b531b3e20bfe4a846718d20c299a49f39d4594e0bedcf5820cb98b49a9c883f2dde7dc6942affa2c95a775ee0221ca1ef143147761b0e80
checksum: e14c87e8bd51f9ac741051a2c3bde75b2a3ab17dee2c50239f7e1a0868673f3b7d4d87684df41a59a8f57c6ddc5d06d65d120764d992441af5de07b98cf9c67b
languageName: node
linkType: hard

Expand Down

0 comments on commit 1e67160

Please sign in to comment.