Skip to content

Commit

Permalink
Bump out-of-sync dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Jun 25, 2024
1 parent c39e8e9 commit 0454e0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/notification-services-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ts-jest": "^27.1.4",
"typedoc": "^0.24.8",
"typedoc-plugin-missing-exports": "^2.0.0",
"typescript": "~4.9.5"
"typescript": "~5.0.4"
},
"peerDependencies": {
"@metamask/keyring-controller": "^17.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/profile-sync-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"dependencies": {
"@metamask/base-controller": "^6.0.0",
"@metamask/snaps-controllers": "^8.1.1",
"@metamask/snaps-sdk": "^4.2.0",
"@metamask/snaps-utils": "^7.4.0",
"@metamask/snaps-sdk": "^4.4.1",
"@metamask/snaps-utils": "^7.4.1",
"@noble/ciphers": "^0.5.2",
"@noble/hashes": "^1.4.0",
"ethers": "^6.12.0",
Expand Down
26 changes: 3 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3268,7 +3268,7 @@ __metadata:
ts-jest: ^27.1.4
typedoc: ^0.24.8
typedoc-plugin-missing-exports: ^2.0.0
typescript: ~4.9.5
typescript: ~5.0.4
uuid: ^8.3.2
peerDependencies:
"@metamask/keyring-controller": ^17.0.0
Expand Down Expand Up @@ -3473,8 +3473,8 @@ __metadata:
"@metamask/auto-changelog": ^3.4.4
"@metamask/base-controller": ^6.0.0
"@metamask/snaps-controllers": ^8.1.1
"@metamask/snaps-sdk": ^4.2.0
"@metamask/snaps-utils": ^7.4.0
"@metamask/snaps-sdk": ^4.4.1
"@metamask/snaps-utils": ^7.4.1
"@noble/ciphers": ^0.5.2
"@noble/hashes": ^1.4.0
"@types/jest": ^27.4.1
Expand Down Expand Up @@ -12737,16 +12737,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:~4.9.5":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
languageName: node
linkType: hard

"typescript@npm:~5.0.4":
version: 5.0.4
resolution: "typescript@npm:5.0.4"
Expand All @@ -12757,16 +12747,6 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@~4.9.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=d73830"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 2eee5c37cad4390385db5db5a8e81470e42e8f1401b0358d7390095d6f681b410f2c4a0c496c6ff9ebd775423c7785cdace7bcdad76c7bee283df3d9718c0f20
languageName: node
linkType: hard

"typescript@patch:typescript@~5.0.4#~builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=d73830"
Expand Down

0 comments on commit 0454e0e

Please sign in to comment.