Skip to content

Commit 3e15867

Browse files
feat: support typescript 5.0 (#859)
1 parent 01169b3 commit 3e15867

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,22 @@
5959
"postcss-simple-vars": "6.0.3",
6060
"prettier": "2.5.1",
6161
"resolve": "1.20.0",
62-
"rollup-plugin-dts": "5.2.0",
62+
"rollup-plugin-dts": "5.3.0",
6363
"rollup-plugin-hashbang": "2.2.2",
6464
"strip-json-comments": "4.0.0",
6565
"svelte": "3.46.4",
6666
"terser": "^5.16.0",
6767
"ts-essentials": "9.1.2",
6868
"tsconfig-paths": "3.12.0",
6969
"tsup": "6.6.1",
70-
"typescript": "4.9.5",
70+
"typescript": "5.0.2",
7171
"vitest": "0.28.4",
7272
"wait-for-expect": "3.0.2"
7373
},
7474
"peerDependencies": {
7575
"@swc/core": "^1",
7676
"postcss": "^8.4.12",
77-
"typescript": "^4.1.0"
77+
"typescript": ">=4.1.0"
7878
},
7979
"peerDependenciesMeta": {
8080
"typescript": {

pnpm-lock.yaml

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)