Skip to content

Commit

Permalink
update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 23, 2023
1 parent 38adf8a commit 10f2f3d
Show file tree
Hide file tree
Showing 4 changed files with 492 additions and 293 deletions.
18 changes: 9 additions & 9 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"test": "tsc --noEmit"
},
"dependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@vitejs/plugin-react": "^4.0.0",
"cross-fetch": "^3.1.5",
"node-fetch": "^3.3.1",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"cross-fetch": "^3.1.8",
"node-fetch": "^3.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.0.2",
"vike-react": "0.2.1",
"vite": "^4.3.8",
"vike": "^0.4.142"
"typescript": "^5.2.2",
"vike": "^0.4.142",
"vike-react": "link:../../vike-react",
"vite": "^4.4.9"
},
"type": "module"
}
14 changes: 7 additions & 7 deletions examples/ssr-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"test": "tsc --noEmit"
},
"dependencies": {
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@vitejs/plugin-react": "^4.0.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.0.2",
"vike-react": "0.2.1",
"vite": "^4.3.8",
"vike": "^0.4.142"
"typescript": "^5.2.2",
"vike": "^0.4.142",
"vike-react": "link:../../vike-react",
"vite": "^4.4.9"
},
"type": "module"
}
Loading

0 comments on commit 10f2f3d

Please sign in to comment.