Skip to content

Commit

Permalink
update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
nicky-ru committed Jan 25, 2024
1 parent 3da8c05 commit b8f4c3a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"prettier": "^2.7.1",
"prettier-plugin-packagejson": "^2.2.18",
"sharp": "^0.30.7",
"typescript": "^4.7.4"
"typescript": "^5.3.3"
},
"packageManager": "[email protected]",
"engines": {
Expand All @@ -58,4 +58,4 @@
"sharp": true
}
}
}
}
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"prettier": "^2.7.1",
"prettier-plugin-packagejson": "^2.2.18",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.6.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"rimraf": "^3.0.2",
"through2": "^4.0.2",
"ts-jest": "^29.1.0",
"typescript": "^4.7.4"
"typescript": "^5.3.3"
},
"packageManager": "[email protected]",
"engines": {
Expand All @@ -66,4 +66,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20092,7 +20092,7 @@ __metadata:
prettier: ^2.7.1
prettier-plugin-packagejson: ^2.2.18
sharp: ^0.30.7
typescript: ^4.7.4
typescript: ^5.3.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -20598,7 +20598,7 @@ __metadata:
react-is: ^18.2.0
rimraf: ^3.0.2
styled-components: 5.3.3
typescript: ^4.7.4
typescript: ^5.3.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -20675,7 +20675,7 @@ __metadata:
rimraf: ^3.0.2
through2: ^4.0.2
ts-jest: ^29.1.0
typescript: ^4.7.4
typescript: ^5.3.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -22066,23 +22066,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.7.4":
version: 4.7.4
resolution: "typescript@npm:4.7.4"
"typescript@npm:^5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 5750181b1cd7e6482c4195825547e70f944114fb47e58e4aa7553e62f11b3f3173766aef9c281783edfd881f7b8299cf35e3ca8caebe73d8464528c907a164df
checksum: 2007ccb6e51bbbf6fde0a78099efe04dc1c3dfbdff04ca3b6a8bc717991862b39fd6126c0c3ebf2d2d98ac5e960bcaa873826bb2bb241f14277034148f41f6a2
languageName: node
linkType: hard

"typescript@patch:typescript@^4.7.4#~builtin<compat/typescript>":
version: 4.7.4
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"
"typescript@patch:typescript@^5.3.3#~builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>::version=5.3.3&hash=7ad353"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 9096d8f6c16cb80ef3bf96fcbbd055bf1c4a43bd14f3b7be45a9fbe7ada46ec977f604d5feed3263b4f2aa7d4c7477ce5f9cd87de0d6feedec69a983f3a4f93e
checksum: f61375590b3162599f0f0d5b8737877ac0a7bc52761dbb585d67e7b8753a3a4c42d9a554c4cc929f591ffcf3a2b0602f65ae3ce74714fd5652623a816862b610
languageName: node
linkType: hard

Expand Down

0 comments on commit b8f4c3a

Please sign in to comment.