Skip to content

Commit

Permalink
Merge pull request #588 from nyaggah/dependabot-npm_and_yarn-vite-5.4.9
Browse files Browse the repository at this point in the history
fix(deps): bump vite from 5.4.8 to 5.4.9
  • Loading branch information
JoeyDoey authored Oct 19, 2024
2 parents 57579c4 + 99a56f8 commit 3c63e40
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 38 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.13",
"typescript": "^5.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.6"
"vite": "^5.4.9"
},
"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.13",
"typescript": "^5.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.6"
"vite": "^5.4.9"
},
"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.13",
"typescript": "^5.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.6"
"vite": "^5.4.9"
},
"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.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.3.4",
"vite": "^5.4.9",
"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.6.2",
"typescript-eslint": "^8.2.0",
"vite": "^5.3.1",
"vite": "^5.4.9",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21"
},
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.13",
"typescript": "^5.6.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.2.6"
"vite": "^5.4.9"
},
"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.8"
"vite": "^5.4.9"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.8",
"vite": "^5.4.9",
"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.6.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-dts": "^4.2.4"
},
"lint-staged": {
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

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

0 comments on commit 3c63e40

Please sign in to comment.