Skip to content

Commit

Permalink
update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noxify committed Feb 9, 2024
1 parent 2b32aeb commit 103d58c
Show file tree
Hide file tree
Showing 11 changed files with 808 additions and 646 deletions.
18 changes: 9 additions & 9 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@acme/ui": "workspace:*",
"@acme/validators": "workspace:*",
"@icons-pack/react-simple-icons": "9.3.0",
"@t3-oss/env-nextjs": "0.8.0",
"@tanstack/react-query": "5.17.19",
"@tanstack/react-query-devtools": "5.17.21",
"@tanstack/react-query-next-experimental": "5.17.19",
"@t3-oss/env-nextjs": "0.9.2",
"@tanstack/react-query": "5.18.1",
"@tanstack/react-query-devtools": "5.18.1",
"@tanstack/react-query-next-experimental": "5.18.1",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"lucide-react": "0.316.0",
"lucide-react": "0.323.0",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -41,12 +41,12 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "20.11.8",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"dotenv-cli": "7.3.0",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"devDependencies": {
"@acme/prettier-config": "workspace:*",
"@turbo/gen": "1.11.3",
"prettier": "3.2.4",
"sherif": "0.7.0",
"turbo": "1.11.3",
"@turbo/gen": "1.12.3",
"prettier": "3.2.5",
"sherif": "0.8.1",
"turbo": "1.12.3",
"typescript": "5.3.3"
},
"prettier": "@acme/prettier-config"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"typescript": "5.3.3"
},
"eslintConfig": {
Expand Down
14 changes: 7 additions & 7 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"dependencies": {
"@acme/db": "workspace:*",
"@lucia-auth/adapter-drizzle": "^1.0.0",
"@t3-oss/env-nextjs": "0.8.0",
"arctic": "1.1.0",
"lucia": "^3.0.0",
"@lucia-auth/adapter-drizzle": "^1.0.1",
"@t3-oss/env-nextjs": "0.9.2",
"arctic": "1.1.4",
"lucia": "^3.0.1",
"next": "14.1.0",
"oslo": "1.0.2",
"oslo": "1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "3.22.4"
Expand All @@ -31,9 +31,9 @@
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@octokit/types": "12.4.0",
"discord-api-types": "0.37.67",
"discord-api-types": "0.37.69",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"typescript": "5.3.3"
},
"eslintConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
},
"dependencies": {
"drizzle-orm": "0.29.3",
"mysql2": "3.9.0",
"nanoid": "5.0.4"
"mysql2": "3.9.1",
"nanoid": "5.0.5"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"dotenv-cli": "7.3.0",
"drizzle-kit": "0.20.13",
"drizzle-kit": "0.20.14",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"typescript": "5.3.3"
},
"eslintConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-toast": "1.1.5",
"class-variance-authority": "0.7.0",
"cmdk": "0.2.0",
"cmdk": "0.2.1",
"next-themes": "0.2.1",
"react-hook-form": "7.49.3",
"sonner": "1.3.1",
"react-hook-form": "7.50.1",
"sonner": "1.4.0",
"tailwind-merge": "2.2.1",
"tailwindcss-animate": "1.0.7"
},
Expand All @@ -58,7 +58,7 @@
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"zod": "3.22.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"zod": "3.22.4",
"@acme/db": "workspace:*"
"@acme/db": "workspace:*",
"zod": "3.22.4"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"eslint": "8.56.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"typescript": "5.3.3"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 103d58c

Please sign in to comment.