Skip to content

Commit

Permalink
chore(examples): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 8, 2024
1 parent 07eb26c commit fcbac59
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 10 deletions.
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.
2 changes: 1 addition & 1 deletion examples/vite@svelte-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"carbon-components-svelte": "^0.85.4",
"carbon-preprocess-svelte": "link:carbon-preprocess-svelte",
"svelte": "^5.2.10",
"svelte": "^5.9.0",
"svelte-preprocess-directives": "^0.1.2",
"vite": "latest"
}
Expand Down
Binary file modified examples/webpack/bun.lockb
Binary file not shown.
5 changes: 1 addition & 4 deletions examples/webpack/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import MiniCssExtractPlugin from "mini-css-extract-plugin";
import path from "node:path";
import carbonPreprocess from "carbon-preprocess-svelte";

const {
optimizeImports,
OptimizeCssPlugin,
} = carbonPreprocess;
const { optimizeImports, OptimizeCssPlugin } = carbonPreprocess;

/** @type {"development" | "production"} */
const NODE_ENV =
Expand Down
Binary file modified examples/webpack@svelte-5/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/webpack@svelte-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"css-loader": "latest",
"html-webpack-plugin": "latest",
"mini-css-extract-plugin": "latest",
"svelte": "^5.2.10",
"svelte": "^5.9.0",
"svelte-loader": "latest",
"webpack": "latest",
"webpack-cli": "latest",
Expand Down
5 changes: 1 addition & 4 deletions examples/webpack@svelte-5/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import MiniCssExtractPlugin from "mini-css-extract-plugin";
import path from "node:path";
import carbonPreprocess from "carbon-preprocess-svelte";

const {
optimizeImports,
OptimizeCssPlugin,
} = carbonPreprocess;
const { optimizeImports, OptimizeCssPlugin } = carbonPreprocess;

/** @type {"development" | "production"} */
const NODE_ENV =
Expand Down

0 comments on commit fcbac59

Please sign in to comment.