Skip to content

Commit

Permalink
Merge pull request #252 from supabase/dependabot/npm_and_yarn/vite-4.5.2
Browse files Browse the repository at this point in the history
Bump vite from 4.4.9 to 4.5.2
  • Loading branch information
J0 authored Jan 23, 2024
2 parents 026a382 + b01a6cd commit 0b34ae5
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"postcss": "^8.4.31",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.1.0"
"vite": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/solidjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@suid/icons-material": "^0.4.1",
"@suid/material": "^0.6.3",
"typescript": "^4.9.5",
"vite": "^4.1.5",
"vite": "^4.5.2",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tailwindcss": "^3.2.7",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^4.5.2"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@vitejs/plugin-react": "^3.1.0",
"tsconfig": "workspace:*",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite": "^4.5.2",
"vite-plugin-dts": "2.0.0-beta.1"
}
}
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-solid": "^0.9.4",
"tsconfig": "workspace:*",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite": "^4.5.2",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"svelte-preprocess": "^5.0.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.1"
"vite": "^4.5.2"
},
"peerDependencies": {
"@supabase/supabase-js": "^2.21.0"
Expand Down
82 changes: 41 additions & 41 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 0b34ae5

Please sign in to comment.