Skip to content

Commit

Permalink
Merge pull request #663 from nyaggah/dependabot-npm_and_yarn-vite-5.4.12
Browse files Browse the repository at this point in the history
fix(deps): bump vite from 5.4.11 to 5.4.12
  • Loading branch information
JoeyDoey authored Jan 23, 2025
2 parents 6af5e4a + b334809 commit 4a4f5ce
Show file tree
Hide file tree
Showing 10 changed files with 288 additions and 52 deletions.
2 changes: 1 addition & 1 deletion examples/devtools-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.10"
"vite": "^5.4.12"
},
"eslintConfig": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion examples/overlay-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.10"
"vite": "^5.4.12"
},
"eslintConfig": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.10"
"vite": "^5.4.12"
},
"eslintConfig": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tslib": "^2.7.0",
"typescript": "^5.7.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.10",
"vite": "^5.4.12",
"vitest": "^2.0.4"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prettier": "^3.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"vite": "^5.4.12",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/sidepanel-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.10"
"vite": "^5.4.12"
},
"eslintConfig": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"node-fetch": "^3.3.2",
"pkg-install": "^1.0.0",
"prompts": "^2.4.2",
"vite": "^5.4.11"
"vite": "^5.4.12"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.11",
"vite": "^5.4.12",
"vite-plugin-babel-macros": "^1.0.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-bedframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-string": "^3.0.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.4.0"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 4a4f5ce

Please sign in to comment.