Skip to content

Commit

Permalink
update deps #96
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Jan 17, 2024
1 parent 71f72be commit 4418a06
Show file tree
Hide file tree
Showing 12 changed files with 459 additions and 441 deletions.
10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@trpc/client": "^10.45.0",
"@trpc/react-query": "^10.45.0",
"@trpc/server": "^10.45.0",
"@types/node": "20.10.8",
"@types/react": "18.2.47",
"@types/node": "20.11.4",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"bhapi": "workspace:*",
Expand All @@ -47,8 +47,8 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.0",
"sharp": "^0.33.1",
"react-icons": "^5.0.1",
"sharp": "^0.33.2",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.0",
"tailwindcss": "3.4.1",
Expand All @@ -66,7 +66,7 @@
"@lingui/loader": "^4.7.0",
"@lingui/swc-plugin": "^4.0.4",
"@types/pg": "^8.10.9",
"drizzle-kit": "^0.20.10",
"drizzle-kit": "^0.20.13",
"tsx": "^4.7.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"deadcode": "knip --no-gitignore --reporter compact"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"knip": "^3.13.1",
"prettier": "^3.1.1",
"knip": "^4.0.1",
"prettier": "^3.2.2",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"zx": "^7.2.3"
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.10.8",
"@types/node": "^20.11.4",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "common",
"version": "0.0.0",
"devDependencies": {
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/node": "^20.11.4",
"@types/react": "^18.2.48",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
},
Expand All @@ -15,6 +15,6 @@
"dayjs": "^1.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.2"
"react-use": "^17.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"devDependencies": {
"discord-api-types": "^0.37.67",
"prisma": "^5.8.0",
"prisma": "^5.8.1",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
},
"dependencies": {
"@prisma/client": "5.8.0",
"@prisma/client": "5.8.1",
"@supabase/supabase-js": "^1.35.7"
}
}
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.10.8",
"@types/node": "^20.11.4",
"ts-node": "^10.9.2",
"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.10.8",
"@types/node": "^20.11.4",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"logger": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.8",
"@types/node": "^20.11.4",
"tsconfig": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./index.tsx",
"types": "./index.tsx",
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
Expand All @@ -17,7 +17,7 @@
"next": "14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.0",
"react-icons": "^5.0.1",
"react-select": "^5.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.10.8",
"@types/node": "^20.11.4",
"ts-node-dev": "^2.0.0",
"tsconfig": "workspace:*",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit 4418a06

Please sign in to comment.