Skip to content

Commit

Permalink
chore(deps-dev): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Aug 7, 2024
1 parent 3d2bf48 commit 6353d4c
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
Binary file modified examples/rollup/bun.lockb
Binary file not shown.
Binary file modified examples/sveltekit/bun.lockb
Binary file not shown.
Binary file modified examples/vite/bun.lockb
Binary file not shown.
Binary file modified examples/vite@svelte-5/bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions examples/vite@svelte-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"carbon-components-svelte": "^0.85.0",
"carbon-preprocess-svelte": "link:carbon-preprocess-svelte",
"svelte": "5.0.0-next.200",
"svelte-preprocess-directives": "^0.1.2",
"vite": "latest"
}
}
3 changes: 2 additions & 1 deletion examples/vite@svelte-5/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { svelte, vitePreprocess } from "@sveltejs/vite-plugin-svelte";
import { optimizeCss, optimizeImports } from "carbon-preprocess-svelte";
import { componentDirectives } from "svelte-preprocess-directives";

/** @type {import('vite').UserConfig} */
export default {
plugins: [
svelte({
preprocess: [vitePreprocess(), optimizeImports()],
preprocess: [vitePreprocess(), optimizeImports(), componentDirectives()],
}),
optimizeCss(),
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"estree-walker": "^2.0.2",
"magic-string": "^0.30.10",
"postcss": "^8.4.40",
"magic-string": "^0.30.11",
"postcss": "^8.4.41",
"postcss-discard-empty": "^6.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 6353d4c

Please sign in to comment.