Skip to content

Commit 7173d73

Browse files
committed
wip
1 parent 854245f commit 7173d73

File tree

10 files changed

+3150
-906
lines changed

10 files changed

+3150
-906
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
},
2121
"scripts": {
2222
"check": "tsc --noEmit",
23+
"check:watch": "tsc --noEmit --watch",
2324
"build": "rollup -c",
2425
"test": "ava",
2526
"prepare": "npm run build",
@@ -48,13 +49,16 @@
4849
"prettier": "^3.0.0",
4950
"rollup": "2.36.0",
5051
"rollup-plugin-typescript": "1.0.1",
51-
"svelte": "^4.2.7",
52+
"svelte": "^5.0.0-next.106",
5253
"ts-node": "^10.1.1",
5354
"tslib": "^2.6.0",
5455
"typescript": "5.1.3"
5556
},
5657
"peerDependencies": {
5758
"prettier": "^3.0.0",
58-
"svelte": "^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0"
59+
"svelte": "^5.0.0-next.106"
60+
},
61+
"dependencies": {
62+
"@types/estree": "^1.0.5"
5963
}
6064
}

0 commit comments

Comments
 (0)