Skip to content

Commit

Permalink
chore(deps): vite 5.2.3 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Mar 23, 2024
1 parent 99ec812 commit 7f1eb96
Show file tree
Hide file tree
Showing 11 changed files with 144 additions and 106 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite": "^5.2.3",
"vitest": "^1.4.0",
"wrangler": "^3.34.2"
},
Expand All @@ -37,7 +37,7 @@
},
"pnpm": {
"overrides": {
"vite": "5.1.0"
"vite": "$vite"
}
}
}
2 changes: 1 addition & 1 deletion packages/react-server/examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@unocss/postcss": "^0.58.6",
"@vitejs/plugin-react": "^4.2.1",
"unocss": "^0.58.6",
"vite": "^5.1.6"
"vite": "latest"
}
}
2 changes: 1 addition & 1 deletion packages/react-server/examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.1.6"
"vite": "latest"
}
}
2 changes: 1 addition & 1 deletion packages/react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"react": "18.3.0-canary-6c3b8dbfe-20240226",
"react-dom": "18.3.0-canary-6c3b8dbfe-20240226",
"react-server-dom-webpack": "18.3.0-canary-6c3b8dbfe-20240226",
"vite": "^5.1.0"
"vite": "*"
}
}
2 changes: 1 addition & 1 deletion packages/vite-glob-routes/examples/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"vite": "^5.1.6"
"vite": "latest"
}
}
2 changes: 1 addition & 1 deletion packages/vite-glob-routes/examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"vite": "^5.1.6"
"vite": "latest"
}
}
6 changes: 3 additions & 3 deletions packages/vite-node-miniflare/examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"dependencies": {
"@hiogawa/tiny-react": "0.0.2-pre.9",
"@hiogawa/vite-node-miniflare": "workspace:*",
"@hiogawa/vite-plugin-simple-hmr": "workspace:*",
"@hiogawa/vite-node-miniflare": "latest",
"@hiogawa/vite-plugin-simple-hmr": "latest",
"miniflare": "^3.20240304.2",
"vite": "^5.1.6"
"vite": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"dependencies": {
"@hattip/compose": "^0.0.44",
"@hiogawa/utils": "^1.6.3",
"@hiogawa/vite-glob-routes": "workspace:*",
"@hiogawa/vite-node-miniflare": "workspace:*",
"@hiogawa/vite-glob-routes": "latest",
"@hiogawa/vite-node-miniflare": "latest",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"miniflare": "^3.20240304.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"vite": "^5.1.6"
"vite": "latest"
}
}
4 changes: 2 additions & 2 deletions packages/vite-node-miniflare/examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"test-e2e": "playwright test"
},
"dependencies": {
"@hiogawa/vite-node-miniflare": "workspace:*",
"@hiogawa/vite-node-miniflare": "latest",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"miniflare": "^3.20240304.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.1.6"
"vite": "latest"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "vite preview"
},
"dependencies": {
"@hiogawa/vite-plugin-ssr-middleware": "workspace:*",
"@hiogawa/vite-plugin-ssr-middleware": "latest",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.1.6"
"vite": "latest"
}
}

0 comments on commit 7f1eb96

Please sign in to comment.