Skip to content

Commit

Permalink
remove workaround for fixed svelte bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny committed Dec 18, 2024
1 parent c08637e commit 876ac04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
"vitest": "^2.1.8",
"vitest-mock-extended": "^2.0.2"
},
"overrides": {
"svelte": {
"esrap": "1.2.3"
}
},
"scripts": {
"check": "npm run check --workspaces",
"test": "npm run test --workspaces",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lit": "^3.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"svelte": "^5.14.2",
"svelte": "^5.14.4",
"svelte-check": "^4.1.1",
"svelte-virtuallists": "^1.4.0",
"vue": "^3.5.13",
Expand Down

0 comments on commit 876ac04

Please sign in to comment.