Skip to content

Commit

Permalink
chore: updates all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Sep 5, 2023
1 parent 3765cd0 commit d67f592
Show file tree
Hide file tree
Showing 8 changed files with 172 additions and 163 deletions.
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clerk/nextjs": "^4.23.3",
"@clerk/nextjs": "^4.23.4",
"@clerk/themes": "^1.7.5",
"@hookform/resolvers": "^3.3.1",
"@noodle/api": "workspace:^",
Expand All @@ -28,11 +28,11 @@
"@radix-ui/react-select": "^1.2.2",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query-devtools": "^4.33.0",
"@trpc/client": "^10.38.0",
"@trpc/next": "^10.38.0",
"@trpc/react-query": "^10.38.0",
"@trpc/server": "^10.38.0",
"@upstash/ratelimit": "^0.4.3",
"@trpc/client": "^10.38.1",
"@trpc/next": "^10.38.1",
"@trpc/react-query": "^10.38.1",
"@trpc/server": "^10.38.1",
"@upstash/ratelimit": "^0.4.4",
"@vercel/analytics": "^1.0.2",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.3",
Expand All @@ -44,9 +44,9 @@
"react": "18.2.0",
"react-animate-height": "^3.2.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-hook-form": "^7.46.1",
"react-wrap-balancer": "^1.1.0",
"rehype-slug": "^5.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"superjson": "^1.13.1",
"usehooks-ts": "^2.9.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@noodle/tsconfig": "workspace:^",
"@types/eslint": "^8.44.2",
"@types/node": "^20.5.7",
"del-cli": "^5.0.1",
"@types/node": "^20.5.9",
"del-cli": "^5.1.0",
"eslint": "^8.48.0",
"eslint-config-noodle": "workspace:^",
"husky": "^8.0.3",
Expand All @@ -39,7 +39,7 @@
"prettier": "^3.0.3",
"prettier-plugin-jsdoc": "^1.0.1",
"prettier-plugin-packagejson": "^2.4.5",
"prettier-plugin-tailwindcss": "^0.5.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clerk/nextjs": "^4.23.3",
"@clerk/nextjs": "^4.23.4",
"@noodle/db": "workspace:^",
"@noodle/env": "workspace:^",
"@trpc/next": "^10.38.0",
"@trpc/server": "^10.38.0",
"@trpc/next": "^10.38.1",
"@trpc/server": "^10.38.1",
"got": "^13.0.0",
"node-fetch": "^3.3.2",
"superjson": "^1.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@noodle/tsconfig": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
Expand Down
1 change: 0 additions & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@noodle/tsconfig": "workspace:^",
"@radix-ui/colors": "^2.1.0",
"@savvywombat/tailwindcss-grid-areas": "^3.1.0",
"@tailwindcss/line-clamp": "^0.4.4",
"autoprefixer": "^10.4.15",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix-colors": "^0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@noodle/tsconfig": "workspace:^",
"drizzle-kit": "^0.19.13",
"eslint-config-noodle": "workspace:^",
"tsx": "^3.12.7"
"tsx": "^3.12.8"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lucide-react": "0.263.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4"
"react-hook-form": "^7.46.1"
},
"devDependencies": {
"@noodle/tailwind": "workspace:^",
Expand Down
Loading

0 comments on commit d67f592

Please sign in to comment.