Skip to content

Commit

Permalink
update trpc
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Jan 19, 2024
1 parent a422fdc commit 57dc4a0
Show file tree
Hide file tree
Showing 12 changed files with 507 additions and 703 deletions.
18 changes: 9 additions & 9 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.0.1/react-icons-all-files-5.0.1.tgz",
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "^4.22.0",
"@trpc/client": "10.9.0",
"@trpc/next": "10.9.0",
"@trpc/react-query": "10.9.0",
"@trpc/server": "10.9.0",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
"@trpc/server": "10.45.0",
"bhapi": "workspace:*",
"common": "workspace:*",
"db": "workspace:*",
"encoding": "^0.1.13",
"kbar": "0.1.0-beta.39",
"kbar": "0.1.0-beta.45",
"logger": "workspace:*",
"next": "13.4.19",
"next-sitemap": "^3.1.43",
Expand All @@ -41,12 +41,12 @@
},
"devDependencies": {
"@tanstack/query-core": "^4.22.0",
"@types/node": "^20.8.7",
"@types/node": "^20.11.5",
"@types/react": "^18.2.31",
"autoprefixer": "^10.4.13",
"next-transpile-modules": "10.0.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"next-transpile-modules": "10.0.1",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"prettier": "^3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/bhapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bhapi",
"version": "0.0.0",
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.11.5",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "common",
"version": "0.0.0",
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.11.5",
"@types/react": "^18.2.31",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
Expand All @@ -11,7 +11,7 @@
"ts:check": "tsc --noEmit"
},
"dependencies": {
"classnames": "^2.3.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.7",
"next": "13.4.19",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"devDependencies": {
"@types/react": "^18.2.31",
"discord-api-types": "^0.37.25",
"prisma": "^4.8.0",
"prisma": "^5.8.1",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
},
"dependencies": {
"@prisma/client": "^4.8.0",
"@prisma/client": "^5.8.1",
"@supabase/supabase-js": "^1.35.7",
"axios": "1.1.3",
"logger": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/dl-roster-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"logger": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.11.5",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"main": "index.ts",
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.11.5",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
},
"dependencies": {
"@tanstack/react-query": "^4.22.0",
"@trpc/client": "10.9.0",
"@trpc/next": "10.9.0",
"@trpc/react-query": "10.9.0",
"@trpc/server": "10.9.0",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
"@trpc/server": "10.45.0",
"bhapi": "workspace:*",
"common": "workspace:*",
"db": "workspace:*",
Expand All @@ -18,7 +18,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.11.5",
"tsconfig": "workspace:*"
}
}
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"main": "./index.tsx",
"types": "./index.tsx",
"devDependencies": {
"@types/nprogress": "^0.2.0",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.0.10",
"@types/react-dom": "^18.2.18",
"@types/react-table": "^7.7.13",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
},
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
Expand All @@ -28,14 +28,14 @@
"bhapi": "workspace:*",
"common": "workspace:*",
"db": "workspace:*",
"kbar": "0.1.0-beta.39",
"kbar": "0.1.0-beta.45",
"logger": "workspace:*",
"next": "13.4.19",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-phone-input-2": "^2.15.1",
"react-select": "^5.7.0",
"react-select": "^5.8.0",
"react-table": "^7.8.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.11.5",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig": "workspace:*",
Expand Down
Loading

0 comments on commit 57dc4a0

Please sign in to comment.