Skip to content

Commit

Permalink
upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcwoshizz committed Apr 10, 2023
1 parent cab352f commit 9867156
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-cows-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zcloak/dev": patch
---

upgrade typescript
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"mkdirp": "^2.1.5",
"prettier": "^2.8.4",
"rimraf": "^4.4.0",
"typescript": "^5.0.1-rc",
"typescript": "^5.0.4",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.12.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3637,7 +3637,7 @@ __metadata:
prettier: "npm:^2.8.4"
react: "npm:^18.2.0"
rimraf: "npm:^4.4.0"
typescript: "npm:^5.0.1-rc"
typescript: "npm:^5.0.4"
webpack: "npm:^5.76.1"
webpack-cli: "npm:^5.0.1"
webpack-dev-server: "npm:^4.12.0"
Expand Down Expand Up @@ -13358,13 +13358,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.0.1-rc":
version: 5.0.1-rc
resolution: "typescript@npm:5.0.1-rc"
"typescript@npm:^5.0.4":
version: 5.0.4
resolution: "typescript@npm:5.0.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 282f8b515bd8033b131a6e6ca17b51706bddfaf04090675d592b2c4186603e8634bd9a386f9d0292dc635e9ed62a925b00454a869c6c81fd9884de45c96bec88
checksum: 56649de784c427e8f3f63d4ebfcada4fcf03bb2a301f3327342111798db7f26f8a86285f979f376cf6cec4774bd96b4650f2693a07fc409f4544ad4c4d9fe4c9
languageName: node
linkType: hard

Expand All @@ -13388,13 +13388,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.0.1-rc#optional!builtin<compat/typescript>":
version: 5.0.1-rc
resolution: "typescript@patch:typescript@npm%3A5.0.1-rc#optional!builtin<compat/typescript>::version=5.0.1-rc&hash=85af82"
"typescript@patch:typescript@npm%3A^5.0.4#optional!builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#optional!builtin<compat/typescript>::version=5.0.4&hash=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 92873efe77ab726e33f2b4f0618576041332e018eb8091db4793a1a6f5369e207f4e9da2e8c23492873cdda9b45acd9f197ad850113ced8e1b21858476f2e63b
checksum: 45353da032bb809a80a75f90c9db4d652e5da97e023857b494985c0aa33781efa80de10f4ee951fe4df11ef90484ef168399f974c489784344aa8881adabda82
languageName: node
linkType: hard

Expand Down

0 comments on commit 9867156

Please sign in to comment.