Skip to content

Commit

Permalink
chore(deps): update dependency svelte-preprocess to v6 (#935)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 80aebfd commit b10e7b6
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-tests/autoprefixer-browerslist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"svelte": "^5.0.0-next.160",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.1",
"vite": "^5.3.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/configfile-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "workspace:^",
"svelte": "^5.0.0-next.160",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.1",
"vite": "^5.3.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/prebundle-svelte-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sveltejs/vite-plugin-svelte": "workspace:^",
"sass": "^1.77.6",
"svelte": "^5.0.0-next.160",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.1",
"vite": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/e2e-tests/svelte-preprocess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@sveltejs/vite-plugin-svelte": "workspace:^",
"sass": "^1.77.6",
"svelte": "^5.0.0-next.160",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.1",
"typescript": "^5.4.5",
"vite": "^5.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/ts-type-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^20.14.6",
"svelte": "^5.0.0-next.160",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.1",
"vite": "^5.3.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/big-component-library-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lodash-es": "^4.17.21",
"svelte": "^5.0.0-next.160",
"svelte-check": "^3.8.1",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.1",
"typescript": "^5.4.5",
"vite": "^5.3.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cross-env": "^7.0.3",
"lodash-es": "^4.17.21",
"svelte": "^5.0.0-next.160",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.1",
"vite": "^5.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/playground/big-component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"carbon-icons-svelte": "^12.9.0",
"carbon-preprocess-svelte": "^0.11.3",
"svelte": "^5.0.0-next.160",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.1",
"vite": "^5.3.1"
},
"dependencies": {
Expand Down
86 changes: 66 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b10e7b6

Please sign in to comment.