Skip to content

Commit

Permalink
chore(deps-dev): bump svelte from 4.1.2 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent eaedf3e commit df5e4ae
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion apps/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier": "^3.0.1",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.2",
"svelte": "^4.1.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/story/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.2.3",
"svelte": "^4.1.2",
"svelte": "^4.2.0",
"tailwind-preset-base": "workspace:*",
"tailwindcss": "^3.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.1",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.1.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-local-storage-store": "^0.5.0",
"tailwindcss": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
"svelte": "^4.1.2"
"svelte": "^4.2.0"
},
"dependencies": {
"@melt-ui/svelte": "^0.34.6",
Expand Down
Loading

0 comments on commit df5e4ae

Please sign in to comment.