Skip to content

Commit

Permalink
example tanstack add zod as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jan 5, 2024
1 parent 656c5e4 commit b1cba61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/tanstack-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"@tanstack/react-router": "^1.1.0",
"oidc-spa": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.46",
Expand All @@ -24,9 +25,9 @@
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"ts-node": "^10.9.2",
"vite-tsconfig-paths": "^4.2.3"
}
}
5 changes: 5 additions & 0 deletions examples/tanstack-router/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1856,3 +1856,8 @@ yocto-queue@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zod@^3.22.4:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==

1 comment on commit b1cba61

@vercel
Copy link

@vercel vercel bot commented on b1cba61 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

oidc-spa-example-tanstack – ./examples/tanstack-router

oidc-spa-example-tanstack.vercel.app
oidc-spa-example-tanstack-ddecrulles-projects.vercel.app
oidc-spa-example-tanstack-git-main-ddecrulles-projects.vercel.app

Please sign in to comment.