Skip to content

Commit

Permalink
update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 2, 2024
1 parent 0ee1c85 commit 6410b5f
Show file tree
Hide file tree
Showing 7 changed files with 1,189 additions and 319 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.199",
"vite": "^5.4.0",
"typescript": "^5.6.2"
Expand Down
30 changes: 15 additions & 15 deletions examples/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
"server:prod": "cross-env NODE_ENV=production ts-node ./server"
},
"dependencies": {
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"cookie-parser": "^1.4.6",
"@types/cookie-parser": "^1.4.8",
"@types/express": "^5.0.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"cookie-parser": "^1.4.7",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.22",
"express": "^4.21.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-streaming": "^0.3.43",
"telefunc": "0.1.81",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"vike": "^0.4.156",
"vite": "^5.0.6"
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vike": "^0.4.206",
"vite": "^6.0.2"
},
"imports": {
"#app/*": "./*.ts",
Expand Down
4 changes: 2 additions & 2 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"eslint": "8.47.0",
"eslint-config-next": "^14.0.4",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"telefunc": "0.1.81",
"typescript": "5.1.6"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@vitejs/plugin-react": "^4.0.1",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming": "^0.3.22",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-streaming": "^0.3.43",
"telefunc": "0.1.81",
"typescript": "^4.8.4",
"vike": "^0.4.156",
Expand Down
4 changes: 2 additions & 2 deletions examples/vike/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@vitejs/plugin-react": "^2.0.1",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"telefunc": "0.1.81",
"typescript": "^4.8.4",
"vike": "^0.4.156",
Expand Down
Loading

0 comments on commit 6410b5f

Please sign in to comment.