Skip to content

Commit 0d96c0d

Browse files
author
Simon Holthausen
committed
(feat) bump svelte to support optional chaining and nullish coalescing
1 parent b3f91b2 commit 0d96c0d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"prettier": "2.0.5",
5454
"prettier-plugin-svelte": "1.1.0",
5555
"source-map": "^0.7.3",
56-
"svelte": "3.23.0",
56+
"svelte": "3.24.0",
5757
"svelte-preprocess": "~3.9.11",
5858
"svelte2tsx": "*",
5959
"typescript": "*",

packages/svelte2tsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"rollup-plugin-typescript": "^1.0.1",
3434
"source-map": "^0.6.1",
3535
"source-map-support": "^0.5.16",
36-
"svelte": "3.23.0",
36+
"svelte": "3.24.0",
3737
"tiny-glob": "^0.2.6",
3838
"tslib": "^1.10.0",
3939
"typescript": "^3.9.3"
4040
},
4141
"peerDependencies": {
42-
"svelte": "^3.23",
42+
"svelte": "^3.24",
4343
"typescript": "^3.9.3"
4444
},
4545
"scripts": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,10 +2050,10 @@ svelte-preprocess@~3.9.11:
20502050
detect-indent "^6.0.0"
20512051
strip-indent "^3.0.0"
20522052

2053-
svelte@3.23.0:
2054-
version "3.23.0"
2055-
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.23.0.tgz#bbcd6887cf588c24a975b14467455abfff9acd3f"
2056-
integrity sha512-cnyd96bK/Nw5DnYuB1hzm5cl6+I1fpmdKOteA7KLzU9KGLsLmvWsSkSKbcntzODCLmSySN3HjcgTHRo6/rJNTw==
2053+
svelte@3.24.0:
2054+
version "3.24.0"
2055+
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.24.0.tgz#6565a42c9705796fa66c6abb4fedc09f4323a4a8"
2056+
integrity sha512-VFXom6EP2DK83kxy4ZlBbaZklSbZIrpNH3oNXlPYHJUuW4q1OuAr3ZoYbfIVTVYPDgrI7Yq0gQcOhDlAtO4qfw==
20572057

20582058
table@^5.2.3:
20592059
version "5.4.6"

0 commit comments

Comments
 (0)