Skip to content

Commit

Permalink
Downgrade Svelte to fix store error
Browse files Browse the repository at this point in the history
Probably due to sveltejs/svelte#14195
  • Loading branch information
kyoshino committed Nov 9, 2024
1 parent 77160bc commit 6caed10
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"stylelint": "^16.10.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-scss": "^6.8.1",
"svelte": "5.1.13",
"svelte": "5.1.12",
"svelte-check": "^4.0.6",
"svelte-i18n": "^4.0.1",
"svelte-preprocess": "^6.0.3",
Expand Down
66 changes: 33 additions & 33 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 6caed10

Please sign in to comment.