Skip to content

Commit

Permalink
chore: update vite
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Jan 24, 2024
1 parent 064a76f commit bc8bb4d
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion examples/auto-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "5.0.7",
"vite": "5.0.12",
"vite-plugin-pages": "^0.32.0",
"vite-react-ssg": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/lazy-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "5.0.7",
"vite": "5.0.12",
"vite-plugin-pages": "^0.32.0",
"vite-react-ssg": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "5.0.7",
"vite": "5.0.12",
"vite-plugin-pages": "^0.32.0",
"vite-react-ssg": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/single-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "5.0.7",
"vite": "5.0.12",
"vite-plugin-pages": "^0.32.0",
"vite-react-ssg": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "5.0.7",
"vite": "5.0.12",
"vite-plugin-pages": "^0.32.0",
"vite-react-ssg": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@mdx-js/rollup": "3.0.0",
"@types/mdx": "2.0.6",
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "5.0.7",
"vite": "5.0.12",
"vite-react-ssg": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"styled-components": "6.0.5",
"typescript": "5.1.6",
"unbuild": "^2.0.0",
"vite": "^5.0.7",
"vite": "^5.0.12",
"vite-plugin-pwa": "^0.17.4",
"vitest": "1.0.4"
}
Expand Down
96 changes: 48 additions & 48 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 bc8bb4d

Please sign in to comment.