Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Oct 27, 2022
1 parent 3dbffbe commit 451ebaf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
"dependencies": {
"@tanstack/react-router": "0.0.1-alpha.6",
"@tanstack/react-router-devtools": "0.0.1-alpha.6",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.1.3",
"axios": "^1.1.3",
"immer": "^9.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^2.8.6"
"vite": "^2.8.6",
"zod": "^3.19.1"
}
}

0 comments on commit 451ebaf

Please sign in to comment.