Skip to content

Commit

Permalink
chore(deps): update dependency vite to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent fc286ec commit cef45ea
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 115 deletions.
2 changes: 1 addition & 1 deletion apps/breaches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.42.1",
"vite": "4.3.0",
"vite": "4.5.0",
"yup": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"rimraf": "5.0.0",
"serve": "14.2.0",
"typescript": "5.0.2",
"vite": "4.3.0",
"vite": "4.5.0",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"concurrently": "8.2.0",
"rimraf": "5.0.0",
"typescript": "5.0.2",
"vite": "4.3.0",
"vite": "4.5.0",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"rimraf": "5.0.0",
"solid-testing-library": "0.5.0",
"typescript": "5.0.2",
"vite": "4.3.0",
"vite": "4.5.0",
"vite-plugin-solid": "2.7.0",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/animal-farm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "10.9.1",
"vite": "4.3.0"
"vite": "4.5.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion playground/micro-frontend/shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/core": "^7.21.0",
"single-spa": "^5.9.4",
"single-spa-layout": "^2.1.0",
"vite": "4.3.0",
"vite": "4.5.0",
"webpack": "^5.75.0",
"webpack-config-single-spa": "^5.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/qwik-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "2.8.1",
"typescript": "5.0.2",
"undici": "5.23.0",
"vite": "4.3.0",
"vite": "4.5.0",
"vite-tsconfig-paths": "4.2.0"
}
}
2 changes: 1 addition & 1 deletion playground/react/custom-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@vitejs/plugin-react": "4.0.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"vite": "4.3.0"
"vite": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion playground/solid-principles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "4.0.0",
"vite": "4.3.0"
"vite": "4.5.0"
}
}
2 changes: 1 addition & 1 deletion playground/solidjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@hugios/testing": "workspace:*",
"@testing-library/jest-dom": "5.17.0",
"typescript": "5.0.2",
"vite": "4.3.0",
"vite": "4.5.0",
"vite-plugin-solid": "2.7.0",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/vue-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prettier": "2.8.0",
"start-server-and-test": "2.0.0",
"typescript": "5.0.2",
"vite": "4.3.0",
"vite": "4.5.0",
"vitest": "0.31.0",
"vue-tsc": "1.6.1"
},
Expand Down
Loading

0 comments on commit cef45ea

Please sign in to comment.