8000 fix: allow typescript v4 · sveltejs/svelte-preprocess@c584bcf · GitHub
[go: up one dir, main page]

Skip to content

Commit c584bcf

Browse files
btakitakaisermann
andauthored
fix: allow typescript v4
* ignoring pnpm & webstorm files * fix: allow typescript 4: issues/246 * Update package.json Co-authored-by: Christian Kaisermann <christian@kaisermann.me>
1 parent af9c958 commit c584bcf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ dist/
55
.yarn/cache
66
.yarn/unplugged
77
.yarn/build-state.yml
8-
.pnp.*
8+
.pnp.*
9+
pnpm-lock.yaml
10+
.idea

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"sass": "^1.26.8",
107107
"stylus": "^0.54.7",
108108
"svelte": "^3.23.0",
109-
"typescript": "^3.9.5"
109+
"typescript": "^3.9.5 || ^4.0.0"
110110
},
111111
"peerDependenciesMeta": {
112112
"@babel/core": {

0 commit comments

Comments
 (0)
0