Skip to content

Commit

Permalink
bump other packages to get rid of ts 4.3.5 in pnpm-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Holthausen committed Sep 15, 2021
1 parent f020973 commit f763edc
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 30 deletions.
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prettier-plugin-svelte": "^2.2.0",
"sucrase": "^3.18.1",
"svelte": "^3.42.4",
"svelte-preprocess": "^4.7.3",
"svelte-preprocess": "^4.9.0",
"tiny-glob": "^0.2.8"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-svelte/shared/+typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"typescript": "^4.0.0",
"typescript": "^4.4.0",
"tslib": "^2.0.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0"
"svelte-preprocess": "^4.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-svelte/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "next",
"svelte": "^3.42.4",
"svelte-preprocess": "^4.7.3",
"typescript": "^4.3.5"
"svelte-preprocess": "^4.9.0",
"typescript": "^4.4.0"
},
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"selfsigned": "^1.10.11",
"sirv": "^1.0.12",
"svelte": "^3.42.4",
"svelte-check": "^2.2.4",
"svelte-check": "^2.2.6",
"svelte2tsx": "~0.4.1",
"tiny-glob": "^0.2.8",
"uvu": "^0.5.1"
Expand Down
94 changes: 70 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f763edc

Please sign in to comment.