Skip to content

Commit

Permalink
(chore) bump Svelte version
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Holthausen committed Sep 11, 2020
1 parent 76edf2d commit cd18960
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"estree-walker": "^2.0.1",
"lodash": "^4.17.19",
"prettier": "2.1.1",
"prettier-plugin-svelte": "~1.2.0",
"prettier-plugin-svelte": "~1.2.1",
"source-map": "^0.7.3",
"svelte": "3.24.1",
"svelte": "3.25.0",
"svelte-preprocess": "~4.2.0",
"svelte2tsx": "*",
"typescript": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte2tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rollup-plugin-typescript": "^1.0.1",
"source-map": "^0.6.1",
"source-map-support": "^0.5.16",
"svelte": "3.24.1",
"svelte": "3.25.0",
"tiny-glob": "^0.2.6",
"tslib": "^1.10.0",
"typescript": "^4.0.2"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1632,10 +1632,10 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==

prettier-plugin-svelte@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-1.2.0.tgz#64088163656470e7d5c83106aea804a1c2c71efb"
integrity sha512-D6Yh8WIk/8BDtJ6BN5vFMylCcdbiQbB2px5UPIiBCp1MbEqpEbVfWyOJPKnVc0xkvlr2CoCRXJcNbHtnh0JM9w==
prettier-plugin-svelte@~1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-1.2.1.tgz#2af472cb7ebf7f8254a132e44cce18ed3bf2ef6f"
integrity sha512-oULQ6cmqAVA3PmtgagM3139UXJHbLOLQjzGOKkH/pRQbT9vXcWQtbWXEO1fAePWQis5TiDgm2p/PIKh5w1fd/A==

[email protected]:
version "2.1.1"
Expand Down Expand Up @@ -1964,10 +1964,10 @@ svelte-preprocess@~4.2.0:
detect-indent "^6.0.0"
strip-indent "^3.0.0"

svelte@3.24.1:
version "3.24.1"
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.24.1.tgz#aca364937dd1df27fe131e2a4c234acb6061db4b"
integrity sha512-OX/IBVUJSFo1rnznXdwf9rv6LReJ3qQ0PwRjj76vfUWyTfbHbR9OXqJBnUrpjyis2dwYcbT2Zm1DFjOOF1ZbbQ==
svelte@3.25.0:
version "3.25.0"
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.25.0.tgz#e7f89d11a2223ac02d29f75f82b2a9cca7fd7a54"
integrity sha512-CUfq+YTC5Q0tBg7Q9X/QxNutdEYp7ogdbcTZF3mrowOlp3+OF1ZexHwI0Io2VqFSDxht7TlA2lTIQC4RnhR1MQ==

table@^5.2.3:
version "5.4.6"
Expand Down

0 comments on commit cd18960

Please sign in to comment.