Skip to content

Commit

Permalink
Merge pull request #713 from storyblok/dependabot/npm_and_yarn/vite-4…
Browse files Browse the repository at this point in the history
….5.0

chore(deps-dev): bump vite from 4.4.9 to 4.5.0
  • Loading branch information
josefineschaefer authored Oct 27, 2023
2 parents 313f5d6 + 2b45508 commit 584b8dd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"svelte": "^4.2.2",
"svelte-preprocess": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.5.0"
},
"peerDependencies": {
"svelte": "^3.0.0 || ^4.0.0"
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion playground-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"svelte-check": "^3.5.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.5.0",
"@vitejs/plugin-basic-ssl": "^1.0.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"svelte-check": "^3.5.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.5.0"
}
}

0 comments on commit 584b8dd

Please sign in to comment.