Skip to content

Commit

Permalink
Update dependency vite to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent ff3b1e0 commit 232161f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react": "^18.2.0",
"rollup-plugin-filesize": "^10.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
},
"resolutions": {
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-dialogic-mithril-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/mithril": "^2.0.12",
"typescript": "^5.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
},
"author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/dialogic",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-dialogic-mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/mithril": "^2.0.12",
"shelljs": "^0.8.5",
"typescript": "^5.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
},
"author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/dialogic",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-dialogic-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react-dom": "^18.0.11",
"dialogic": "0.13.10",
"typescript": "^5.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
},
"author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/dialogic",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-dialogic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dialogic": "0.13.10",
"shelljs": "^0.8.5",
"typescript": "^5.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
},
"author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/dialogic",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo-dialogic-svelte-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^4.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/demo-dialogic-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@tsconfig/svelte": "^5.0.0",
"shelljs": "^0.8.5",
"svelte": "^4.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/dialogic-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"typescript": "^5.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
},
"author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/dialogic",
Expand Down
2 changes: 1 addition & 1 deletion packages/dialogic-mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/mithril": "2.0.12",
"dialogic-hooks": "0.13.10",
"typescript": "^5.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
},
"peerDependencies": {
"mithril": "^2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/dialogic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/react": "^18.0.28",
"react": "^18.2.0",
"typescript": "^5.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
},
"peerDependencies": {
"react": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/dialogic-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"svelte": "^4.0.0",
"svelte-check": "^3.0.4",
"typescript": "^5.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
},
"author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/dialogic"
Expand Down
2 changes: 1 addition & 1 deletion packages/dialogic-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"svelte": "^4.0.0",
"vite": "^4.1.4"
"vite": "^5.0.0"
},
"author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)",
"homepage": "https://github.com/ArthurClemens/dialogic"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-dialogic-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"npm-run-all": "^4.1.5",
"start-server-and-test": "^2.0.0",
"svelte-preprocess": "^5.0.1",
"vite": "^4.1.4"
"vite": "^5.0.0"
}
}

0 comments on commit 232161f

Please sign in to comment.