Skip to content

Commit

Permalink
chore(deps): 🔗 bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefullight committed Jun 22, 2024
1 parent 18ec6f8 commit 72a74ce
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 491 deletions.
11 changes: 5 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@ducanh2912/next-pwa": "^10.2.7",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/bundle-analyzer": "^14.2.4",
"@sentry/nextjs": "^8.10.0",
"@sentry/nextjs": "^8.11.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
Expand All @@ -28,7 +28,7 @@
"@trpc/react-query": "next",
"@trpc/server": "next",
"@vercel/analytics": "^1.3.1",
"@vercel/otel": "^1.8.3",
"@vercel/otel": "^1.8.4",
"@vercel/speed-insights": "^1.0.12",
"ahooks": "^3.8.0",
"apexcharts": "^3.49.1",
Expand All @@ -37,11 +37,11 @@
"framer-motion": "^11.2.11",
"html2canvas": "^1.4.1",
"lodash-es": "^4.17.21",
"lucide-react": "^0.395.0",
"lucide-react": "^0.396.0",
"luxon": "^3.4.4",
"next": "^14.2.4",
"next-auth": "^4.24.7",
"path-to-regexp": "^6.2.2",
"path-to-regexp": "^7.0.0",
"pino": "^9.2.0",
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
Expand All @@ -67,12 +67,11 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"jsdom": "^24.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"type-fest": "*",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "*"
},
"ct3aMetadata": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@doss/tsconfig": "workspace:*",
"@types/node": "^20.14.6",
"@types/node": "^20.14.8",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"devmoji": "^2.3.0",
Expand All @@ -36,7 +36,7 @@
"sort-package-json": "^2.10.0",
"turbo": "^2.0.4",
"type-fest": "^4.20.1",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"packageManager": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/node": "*",
"dotenv-cli": "^7.4.2",
"prisma": "^5.15.1",
"tsx": "^4.15.6",
"typescript": "^5.4.5"
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"prisma": {
"seed": "pnpm db:seed"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"storybook": "^8.1.10",
"tailwindcss": "^3.4.4",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.3.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 72a74ce

Please sign in to comment.