Skip to content

Commit

Permalink
Bump vite from 5.4.8 to 5.4.12
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 2e893fc commit ae376df
Show file tree
Hide file tree
Showing 11 changed files with 1,422 additions and 879 deletions.
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.12",
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion apps/rr7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.12",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"node-fetch": "^3.3.2",
"serve-static": "^1.15.0",
"typescript": "^5.6.3",
"vite": "^5.2.9",
"vite": "^5.4.12",
"vite-plugin-babel": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion apps/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.9"
"vite": "^5.4.12"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"uuid": "^9.0.1",
"vite": "^5.4.8",
"vite": "^5.4.12",
"vite-plugin-dts": "^3.7.3",
"vitest": "^2.1.3",
"wait-on": "^7.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 @@ -105,7 +105,7 @@
"storybook": "^8.0.4",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.12",
"vitest": "^2.1.3",
"vitest-axe": "^0.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.12",
"vitest": "^2.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/seven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react-dom": "^18.3.0",
"cypress": "^13.13.2",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite": "^5.4.12",
"vite-tsconfig-paths": "^5.0.1",
"wait-on": "^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/slots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"storybook": "^8.0.4",
"tsconfig": "workspace:*",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.12",
"vitest": "^2.1.3",
"vitest-axe": "^0.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"storybook": "^8.0.4",
"tsconfig": "workspace:*",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.12",
"vitest": "^2.1.3",
"vitest-axe": "^0.1.0"
}
Expand Down
2,281 changes: 1,412 additions & 869 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit ae376df

Please sign in to comment.