Skip to content

Commit

Permalink
build(deps): migrate to svelte-preprocess v6
Browse files Browse the repository at this point in the history
  • Loading branch information
n-peugnet committed Jul 30, 2024
1 parent 963a0b1 commit 0d2e244
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 38 deletions.
117 changes: 81 additions & 36 deletions 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 @@ -29,7 +29,7 @@
"svelte": "^4.0.0",
"svelte-check": "^3.6.2",
"svelte-i18n": "^3.3.13",
"svelte-preprocess": "^5.1.1",
"svelte-preprocess": "^6.0.2",
"tslib": "^2.0.0",
"typescript": "5.1",
"typescript-eslint": "^7.18.0"
Expand Down
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sveltePreprocess from 'svelte-preprocess';
import { sveltePreprocess } from 'svelte-preprocess';
import { optimizeImports as optimizeCarbonImports } from "carbon-preprocess-svelte";


Expand Down

0 comments on commit 0d2e244

Please sign in to comment.