Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed Apr 22, 2024
1 parent ad3217c commit 2c1ce5e
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 2,776 deletions.
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"build": "pnpm ts:check && vite build"
},
"dependencies": {
"@react-vite-trpc/ui": "workspace:*",
"@tanstack/react-query": "^4.29.12",
"@trpc/client": "^10.29.1",
"@trpc/react-query": "^10.29.1",
Expand Down
3 changes: 0 additions & 3 deletions apps/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"references": [
{
"path": "../server"
},
{
"path": "../../@react-vite-trpc/ui/tsconfig.json"
}
]
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"devDependencies": {
"@react-vite-trpc/eslint-config": "workspace:*",
"eslint": "^8.46.0",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vite-tsconfig-paths": "^4.2.0",
"@swc/core": "^1.3.71"
"@swc/core": "^1.4.16",
"eslint": "^8.57.0",
"turbo": "^1.13.2",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2"
}
}
Loading

0 comments on commit 2c1ce5e

Please sign in to comment.