Skip to content

Commit

Permalink
chore: Upgrade vite dev dep to ^5.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Oct 29, 2024
1 parent a091bdd commit 55983a3
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 197 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^4.2.1"
},
"volta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postcss": "^8.4.33",
"solid-devtools": "^0.29.2",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postcss": "^8.4.33",
"solid-devtools": "^0.29.2",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"solid-js": "1.8.17",
"typescript": "^5.4.5",
"vinxi": "^0.4.0",
"vite": "^5.2.8",
"vite": "^5.4.10",
"vite-plugin-solid": "^2.10.2",
"vitest": "^1.5.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"svelte-check": "^3.6.7",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.2.0"
"vite": "^5.4.10"
},
"dependencies": {
"@sentry/svelte": "latest || *"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
"vite": "^5.4.10"
},
"type": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
"vite": "^5.4.10"
},
"type": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"svelte": "^4.2.8",
"svelte-check": "^3.6.0",
"typescript": "^5.0.0",
"vite": "^5.0.3"
"vite": "^5.4.10"
},
"type": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"typescript": "^5.0.0",
"vite": "^4.2.0"
"vite": "^4.5.2"
},
"type": "module"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"typescript": "^5.2.2",
"vite": "^5.2.14",
"vite": "^5.4.10",
"@playwright/test": "^1.44.1",
"@sentry-internal/test-utils": "link:../../../test-utils"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"http-server": "^14.1.1",
"npm-run-all2": "^6.2.0",
"typescript": "~5.3.0",
"vite": "^5.0.11",
"vite": "^5.4.10",
"vue-tsc": "^1.8.27"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"astro": "^3.5.0",
"vite": "4.5.5"
"vite": "^5.4.10"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@remix-run/node": "^1.4.3",
"@remix-run/react": "^1.4.3",
"@types/express": "^4.17.14",
"vite": "^5.2.11",
"vite": "^5.4.10",
"vitest": "^1.6.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@babel/types": "7.20.7",
"@sveltejs/kit": "^2.0.2",
"svelte": "^4.2.8",
"vite": "^5.0.10"
"vite": "^5.4.10"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
247 changes: 64 additions & 183 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 55983a3

Please sign in to comment.