Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noxify committed Jan 23, 2025
1 parent adcd152 commit ba9b09a
Show file tree
Hide file tree
Showing 15 changed files with 1,427 additions and 1,289 deletions.
6 changes: 3 additions & 3 deletions apps/mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "22.10.5",
"eslint": "9.17.0",
"@types/node": "22.10.9",
"eslint": "9.18.0",
"prettier": "3.4.2",
"tsx": "4.19.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
16 changes: 8 additions & 8 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@acme/search-params": "workspace:*",
"@acme/ui": "workspace:*",
"@t3-oss/env-nextjs": "0.11.1",
"lucide-react": "0.469.0",
"next": "15.1.3",
"lucide-react": "0.474.0",
"next": "15.1.6",
"next-intl": "3.26.3",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand All @@ -41,14 +41,14 @@
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@axe-core/playwright": "4.10.1",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/node": "22.10.9",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"dotenv-cli": "8.0.0",
"eslint": "9.17.0",
"playwright": "1.49.1",
"eslint": "9.18.0",
"playwright": "1.50.0",
"prettier": "3.4.2",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"devDependencies": {
"@acme/prettier-config": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.4",
"prettier": "3.4.2",
"sherif": "1.1.1",
"tailwindcss": "3.4.17",
"turbo": "2.3.3",
"typescript": "5.7.2",
"vitest": "2.1.8"
"turbo": "2.3.4",
"typescript": "5.7.3",
"vitest": "3.0.4"
},
"prettier": "@acme/prettier-config",
"pnpm": {
Expand Down
12 changes: 6 additions & 6 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@oslojs/encoding": "1.1.0",
"@oslojs/oauth2": "0.5.0",
"@t3-oss/env-nextjs": "0.11.1",
"arctic": "2.3.3",
"next": "15.1.3",
"arctic": "3.2.1",
"next": "15.1.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"zod": "3.24.1"
Expand All @@ -35,11 +35,11 @@
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@octokit/types": "13.6.2",
"discord-api-types": "0.37.115",
"eslint": "9.17.0",
"@octokit/types": "13.7.0",
"discord-api-types": "0.37.117",
"eslint": "9.18.0",
"globby": "14.0.2",
"prettier": "3.4.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
16 changes: 8 additions & 8 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
"dependencies": {
"@acme/helpers": "workspace:*",
"@t3-oss/env-core": "0.11.1",
"drizzle-orm": "0.38.3",
"drizzle-orm": "0.38.4",
"pg": "8.13.1",
"zod": "3.24.1"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@faker-js/faker": "9.3.0",
"@types/node": "22.10.5",
"@faker-js/faker": "9.4.0",
"@types/node": "22.10.9",
"@types/pg": "8.11.10",
"dotenv-cli": "8.0.0",
"drizzle-kit": "0.30.1",
"drizzle-kit": "0.30.2",
"drizzle-seed": "0.3.0",
"eslint": "9.17.0",
"eslint": "9.18.0",
"globby": "14.0.2",
"prettier": "3.4.2",
"tsx": "4.19.2",
"type-fest": "4.31.0",
"typescript": "5.7.2",
"vitest": "2.1.8"
"type-fest": "4.33.0",
"typescript": "5.7.3",
"vitest": "3.0.4"
}
}
10 changes: 5 additions & 5 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
},
"prettier": "@acme/prettier-config",
"dependencies": {
"isomorphic-dompurify": "2.19.0",
"isomorphic-dompurify": "2.20.0",
"nanoid": "5.0.9",
"zod": "3.24.1"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "22.10.5",
"eslint": "9.17.0",
"@types/node": "22.10.9",
"eslint": "9.18.0",
"globby": "14.0.2",
"msw": "2.7.0",
"prettier": "3.4.2",
"typescript": "5.7.2",
"vitest": "2.1.8"
"typescript": "5.7.3",
"vitest": "3.0.4"
}
}
6 changes: 3 additions & 3 deletions packages/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/react": "19.0.2",
"eslint": "9.17.0",
"@types/react": "19.0.8",
"eslint": "9.18.0",
"nodemon": "3.1.9",
"prettier": "3.4.2",
"tsx": "4.19.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
12 changes: 6 additions & 6 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
},
"prettier": "@acme/prettier-config",
"dependencies": {
"@loglayer/transport-winston": "1.0.4",
"@loglayer/transport-winston": "1.0.12",
"@t3-oss/env-core": "0.11.1",
"kleur": "4.1.5",
"loglayer": "5.0.4",
"serialize-error": "11.0.3",
"loglayer": "5.4.1",
"serialize-error": "12.0.0",
"winston": "3.17.0",
"zod": "3.24.1"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/node": "22.10.5",
"eslint": "9.17.0",
"@types/node": "22.10.9",
"eslint": "9.18.0",
"globby": "14.0.2",
"prettier": "3.4.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
8 changes: 4 additions & 4 deletions packages/search-params/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
},
"prettier": "@acme/prettier-config",
"dependencies": {
"nuqs": "2.3.0"
"nuqs": "2.3.1"
},
"devDependencies": {
"@acme/db": "workspace:*",
"@acme/eslint-config": "workspace:*",
"@acme/prettier-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"eslint": "9.17.0",
"eslint": "9.18.0",
"globby": "14.0.2",
"prettier": "3.4.2",
"typescript": "5.7.2",
"vitest": "2.1.8"
"typescript": "5.7.3",
"vitest": "3.0.4"
}
}
20 changes: 10 additions & 10 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@acme/locales": "workspace:*",
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-dialog": "1.1.5",
"@radix-ui/react-dropdown-menu": "2.1.5",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "1.1.4",
"@radix-ui/react-navigation-menu": "^1.2.4",
"@radix-ui/react-popover": "1.1.5",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-toast": "1.2.4",
"@radix-ui/react-tooltip": "1.1.6",
"@radix-ui/react-toast": "1.2.5",
"@radix-ui/react-tooltip": "1.1.7",
"class-variance-authority": "0.7.1",
"lucide-react": "0.469.0",
"lucide-react": "0.474.0",
"next-themes": "0.4.4",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7",
Expand All @@ -44,11 +44,11 @@
"@acme/prettier-config": "workspace:*",
"@acme/tailwind-config": "workspace:*",
"@acme/tsconfig": "workspace:*",
"@types/react": "19.0.2",
"eslint": "9.17.0",
"@types/react": "19.0.8",
"eslint": "9.18.0",
"prettier": "3.4.2",
"react": "19.0.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
Loading

0 comments on commit ba9b09a

Please sign in to comment.