Skip to content

Commit

Permalink
downgrade @sveltejs/vite-plugin-svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Oct 13, 2024
1 parent 40f3bee commit 3c97d5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@ryanatkn/belt": "^0.25.3",
"@ryanatkn/eslint-config": "^0.5.5",
"@ryanatkn/fuz_code": "^0.19.0",
"@ryanatkn/gro": "^0.140.0",
"@ryanatkn/gro": "0.140.0",
"@ryanatkn/moss": "^0.18.2",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const package_json = {
'@sveltejs/adapter-static': '^3.0.5',
'@sveltejs/kit': '^2.7.0',
'@sveltejs/package': '^2.3.5',
'@sveltejs/vite-plugin-svelte': '4.0.0-next.6',
'@sveltejs/vite-plugin-svelte': '^3.0.0',
'@types/node': '^22.7.5',
'@types/prismjs': '^1.26.4',
eslint: '^9.12.0',
Expand Down

0 comments on commit 3c97d5a

Please sign in to comment.