Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2024
1 parent dfd748b commit a072db0
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 129 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "tsc --noEmit"
},
"dependencies": {
"@types/react": "^18.2.48",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"node-fetch": "^3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "tsc --noEmit"
},
"dependencies": {
"@types/react": "^18.2.48",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"react": "18.2.0",
Expand All @@ -15,7 +15,7 @@
"vike": "^0.4.160",
"vike-react": "^0.4.4",
"vike-react-query": "^0.0.3",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query": "^5.18.1",
"vite": "^5.0.12"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "tsc --noEmit"
},
"dependencies": {
"@types/react": "^18.2.48",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"test": "tsc --noEmit"
},
"dependencies": {
"@types/react": "^18.2.48",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-streaming": "^0.3.19",
"react-streaming": "^0.3.20",
"typescript": "^5.3.3",
"vike": "^0.4.160",
"vike-react": "^0.4.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/vike-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
},
"devDependencies": {
"@brillout/release-me": "^0.1.14",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vike": "^0.4.160",
"vike-react": "^0.4.4",
"react-streaming": "^0.3.19",
"vitest": "^1.2.1",
"@testing-library/react": "^14.1.2",
"react-streaming": "^0.3.20",
"vitest": "^1.2.2",
"@testing-library/react": "^14.2.1",
"jsdom": "^23.2.0",
"@tanstack/react-query": "^5.17.19"
"@tanstack/react-query": "^5.18.1"
},
"dependencies": {
"devalue": "^4.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/vike-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
},
"devDependencies": {
"@brillout/release-me": "^0.1.14",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3",
"vike": "^0.4.160"
},
"dependencies": {
"react-streaming": "^0.3.19"
"react-streaming": "^0.3.20"
},
"typesVersions": {
"*": {
Expand Down
Loading

0 comments on commit a072db0

Please sign in to comment.