Skip to content

Commit

Permalink
fix(deps): overrides svelte version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanBreck committed Sep 7, 2024
1 parent 819d965 commit ff864b6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
26 changes: 10 additions & 16 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,18 @@
"qs": "6.12.1",
"sass": "1.77.6",
"stripe": "13.11.0",
"svelte": "4.2.18",
"svelte": "4.2.19",
"svelte-check": "3.8.1",
"svelte-preprocess": "5.1.4",
"tailwindcss": "3.4.4",
"tailwindcss": "3.4.10",
"tweetnacl": "1.0.3",
"typescript": "4.9.5",
"vite": "5.3.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.1.1"
},
"overrides": {
"svelte": "4.2.19"
}
}

0 comments on commit ff864b6

Please sign in to comment.