Skip to content

Commit

Permalink
chore: bump vike
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 16, 2025
1 parent 85bab1a commit d24826d
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.3.3",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vike-react": "^0.5.12",
"vike-react-apollo": "^0.1.1",
"@apollo/client": "^3.10.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^19.0.0",
"react-streaming": "^0.3.48",
"typescript": "^5.5.4",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vike-react": "^0.5.12",
"vite": "^6.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@vitejs/plugin-react": "4.2.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vike-react": "^0.5.12",
"vite": "5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.5.3",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vike-react": "^0.5.12",
"vike-react-query": "^0.1.3",
"@tanstack/react-query": "^5.20.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"react": "^19.0.0",
"rimraf": "^5.0.5",
"typescript": "^5.5.3",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vike-react": "^0.5.12",
"vite": "^6.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-streaming": "^0.3.48",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vike-react": "^0.5.12",
"vite": "^6.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-chakra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": "^19.0.0",
"rimraf": "^5.0.5",
"typescript": "^5.5.3",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vike-react": "^0.5.12",
"vite": "^6.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-streaming": "^0.3.48",
"rimraf": "^5.0.5",
"typescript": "^5.5.3",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vike-react": "^0.5.12",
"vite": "^6.1.0",
"vitest": "^1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"rimraf": "^5.0.5",
"styled-components": "^6.1.13",
"typescript": "^5.5.3",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vike-react": "^0.5.12",
"vite": "^6.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-styled-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"rimraf": "^5.0.5",
"styled-jsx": "^5.1.6",
"typescript": "^5.5.3",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vike-react": "^0.5.12",
"vite": "^6.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-dom": "^19.0.0",
"rimraf": "^5.0.5",
"typescript": "^5.7.3",
"vike": "^0.4.222",
"vike": "^0.4.223",
"vite": "^6.1.0"
},
"typesVersions": {
Expand Down
54 changes: 27 additions & 27 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 d24826d

Please sign in to comment.