feat(app): fix build error
All checks were successful
Build and Push Docker Image / tests (push) Successful in 29s
Build and Push Docker Image / build (push) Successful in 1m43s

This commit is contained in:
Lars Hampe 2024-10-03 21:27:28 +02:00
parent ea8440f86f
commit 60550976f8
3 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@boring.tools/schema": "workspace:*",
"@boring.tools/ui": "workspace:*",
"@clerk/clerk-react": "^5.9.4",
"@tanstack/react-query": "^5.59.0",

View File

@ -1 +1 @@
{"root":["./src/main.tsx","./src/routeTree.gen.ts","./src/vite-env.d.ts","./src/components/Layout.tsx","./src/components/Navigation.tsx","./src/components/NavigationMobile.tsx","./src/routes/__root.tsx","./src/routes/index.lazy.tsx","./src/routes/changelog/index.lazy.tsx","./src/routes/user/index.lazy.tsx","./src/utils/navigation-routes.ts"],"version":"5.6.2"}
{"root":["./src/main.tsx","./src/routeTree.gen.ts","./src/vite-env.d.ts","./src/components/Layout.tsx","./src/components/Navigation.tsx","./src/components/NavigationMobile.tsx","./src/hooks/useChangelog.ts","./src/routes/__root.tsx","./src/routes/index.lazy.tsx","./src/routes/changelog/index.lazy.tsx","./src/routes/user/index.lazy.tsx","./src/utils/navigation-routes.ts","./src/utils/queryFetch.ts"],"version":"5.6.2"}

View File

@ -1,6 +1,7 @@
{
"name": "@boring.tools/schema",
"module": "src/index.ts",
"private": true,
"main": "./src/index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"