Skip to content

Commit 34a742e

Browse files
committed
fix typescript version
1 parent 6212b5d commit 34a742e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: bun.lockb

-362 Bytes
Binary file not shown.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"license": "MIT",
1515
"type": "module",
1616
"devDependencies": {
17+
"typescript": "^5.6.3",
1718
"@types/bun": "^1.1.12",
1819
"@types/react": "^18.3.12",
1920
"@types/react-dom": "^18.3.1",
2021
"bun-plugin-dts": "^0.2.4"
2122
},
2223
"peerDependencies": {
23-
"typescript": "^5.2.2",
2424
"react": "19.0.0-rc-1eaccd82-20240816",
2525
"react-dom": "19.0.0-rc-1eaccd82-20240816"
2626
},

0 commit comments

Comments
 (0)