Skip to content

Commit

Permalink
Revert "chore(deps-dev): bump deps"
Browse files Browse the repository at this point in the history
This reverts commit 8416668.
  • Loading branch information
metonym committed Oct 25, 2024
1 parent 8416668 commit 8fb1a0f
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
Binary file modified examples/rollup/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "latest",
"@rollup/plugin-node-resolve": "latest",
"carbon-components-svelte": "^0.85.3",
"carbon-components-svelte": "^0.85.2",
"carbon-preprocess-svelte": "link:carbon-preprocess-svelte",
"rollup": "latest",
"rollup-plugin-css-only": "latest",
Expand Down
Binary file modified examples/sveltekit/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@sveltejs/adapter-static": "latest",
"@sveltejs/kit": "latest",
"@sveltejs/vite-plugin-svelte": "latest",
"carbon-components-svelte": "^0.85.3",
"carbon-components-svelte": "^0.85.2",
"carbon-preprocess-svelte": "link:carbon-preprocess-svelte",
"svelte": "latest",
"vite": "latest"
Expand Down
Binary file modified examples/vite/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "latest",
"carbon-components-svelte": "^0.85.3",
"carbon-components-svelte": "^0.85.2",
"carbon-preprocess-svelte": "link:carbon-preprocess-svelte",
"svelte": "latest",
"vite": "latest"
Expand Down
Binary file modified examples/vite@svelte-5/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/vite@svelte-5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"carbon-components-svelte": "^0.85.3",
"carbon-components-svelte": "^0.85.2",
"carbon-preprocess-svelte": "link:carbon-preprocess-svelte",
"svelte": "^5.1.2",
"svelte": "^5.0.3",
"svelte-preprocess-directives": "^0.1.2",
"vite": "latest"
}
Expand Down
Binary file modified examples/webpack/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "NODE_ENV=production webpack"
},
"devDependencies": {
"carbon-components-svelte": "^0.85.3",
"carbon-components-svelte": "^0.85.2",
"carbon-preprocess-svelte": "link:carbon-preprocess-svelte",
"css-loader": "latest",
"html-webpack-plugin": "latest",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/jest": "latest",
"carbon-components-svelte": "0.85.0",
"prettier": "latest",
"svelte": "^5.1.2",
"svelte": "^5.0.3",
"typescript": "latest",
"vite": "latest",
"webpack": "latest"
Expand Down

0 comments on commit 8fb1a0f

Please sign in to comment.