Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 4.3.5 to 4.3.9
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.5 to 4.3.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2023
1 parent c8e15b6 commit 8c1f313
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 131 deletions.
2 changes: 1 addition & 1 deletion apps/player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint": "8.53.0",
"eslint-plugin-vue": "9.18.1",
"typescript": "5.0.4",
"vite": "4.3.5",
"vite": "4.3.9",
"sass": "1.69.5",
"vite-plugin-dts": "3.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/button/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"typescript": "5.0.4",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-dts": "2.3.0"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/button/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@types/ramda": "0.29.1",
"@podlove/types": "workspace:*",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-dts": "2.3.0",
"typescript": "5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/button/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@podlove/types": "workspace:*",
"@types/redux-actions": "2.6.2",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-dts": "3.6.3",
"typescript": "5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"typescript": "5.0.4",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-dts": "3.6.3",
"vite-plugin-svgr": "3.2.0",
"react": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-vue": "9.18.1",
"happy-dom": "9.1.9",
"typescript": "5.0.4",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-css-injected-by-js": "3.1.0",
"vite-plugin-dts": "2.3.0",
"vitest": "0.30.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/player/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.54.0",
"typescript": "5.0.4",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-dts": "3.6.3"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/player/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"typescript": "5.0.4",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-dts": "3.6.3",
"vitest": "0.30.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/player/sagas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"eslint": "8.54.0",
"happy-dom": "9.1.9",
"typescript": "5.0.4",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-dts": "3.6.3",
"vitest": "0.30.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/player/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "8.54.0",
"ts-toolbelt": "9.6.0",
"types-ramda": "0.29.1",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-dts": "3.6.3",
"vitest": "0.30.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"happy-dom": "9.1.9",
"ts-toolbelt": "9.6.0",
"typescript": "5.0.4",
"vite": "4.3.5",
"vite": "4.3.9",
"vite-plugin-dts": "3.6.3",
"vitest": "0.30.0"
}
Expand Down
Loading

0 comments on commit 8c1f313

Please sign in to comment.