Skip to content

Commit

Permalink
chore: updates all deps (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi authored Aug 29, 2023
1 parent 8500cf2 commit f210530
Show file tree
Hide file tree
Showing 10 changed files with 1,043 additions and 883 deletions.
26 changes: 13 additions & 13 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clerk/nextjs": "^4.23.2",
"@clerk/nextjs": "^4.23.3",
"@clerk/themes": "^1.7.5",
"@hookform/resolvers": "^3.2.0",
"@hookform/resolvers": "^3.3.1",
"@noodle/api": "workspace:^",
"@noodle/db": "workspace:^",
"@noodle/editor": "workspace:^",
Expand All @@ -26,38 +26,38 @@
"@noodle/utils": "workspace:^",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-select": "^1.2.2",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"@trpc/client": "^10.37.1",
"@trpc/next": "^10.37.1",
"@trpc/react-query": "^10.37.1",
"@trpc/server": "^10.37.1",
"@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",
"@vercel/analytics": "^1.0.2",
"date-fns": "^2.30.0",
"lucide-react": "0.263.1",
"next": "13.4.15",
"next": "13.4.19",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-animate-height": "^3.2.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-wrap-balancer": "^1.0.0",
"react-wrap-balancer": "^1.1.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"superjson": "^1.13.1",
"usehooks-ts": "^2.9.1",
"zod": "^3.22.0"
"zod": "^3.22.2"
},
"devDependencies": {
"@noodle/tailwind": "workspace:^",
"@noodle/tsconfig": "workspace:^",
"@types/react": "18.2.20",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.27",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
},
"volta": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
"typecheck": "pnpm nx run-many -t typecheck"
},
"dependencies": {
"node-gyp-build": "^4.6.0"
"node-gyp-build": "^4.6.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@noodle/tsconfig": "workspace:^",
"@types/eslint": "^8.44.2",
"@types/node": "^20.5.0",
"del-cli": "^5.0.0",
"eslint": "^8.47.0",
"@types/node": "^20.5.7",
"del-cli": "^5.0.1",
"eslint": "^8.48.0",
"eslint-config-noodle": "workspace:^",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"nx": "16.6.0",
"lint-staged": "^14.0.1",
"nx": "16.7.4",
"nx-cloud": "16.3.0",
"prettier": "^3.0.1",
"prettier": "^3.0.3",
"prettier-plugin-jsdoc": "^1.0.1",
"prettier-plugin-packagejson": "^2.4.5",
"prettier-plugin-tailwindcss": "^0.5.2",
"typescript": "^5.1.6"
"prettier-plugin-tailwindcss": "^0.5.3",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@clerk/nextjs": "^4.23.2",
"@clerk/nextjs": "^4.23.3",
"@noodle/db": "workspace:^",
"@noodle/env": "workspace:^",
"@trpc/next": "^10.37.1",
"@trpc/server": "^10.37.1",
"@trpc/next": "^10.38.0",
"@trpc/server": "^10.38.0",
"got": "^13.0.0",
"node-fetch": "^3.3.2",
"superjson": "^1.13.1",
"zod": "^3.22.0"
"zod": "^3.22.2"
},
"devDependencies": {
"@noodle/tsconfig": "workspace:^",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"lint:fix": "pnpm run lint --fix"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.15",
"@next/eslint-plugin-next": "^13.4.19",
"@noodle/tsconfig": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"volta": {
Expand Down
6 changes: 3 additions & 3 deletions packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"postcss": "^8.4.27",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@noodle/tsconfig": "workspace:^",
"@radix-ui/colors": "^2.0.1",
"@radix-ui/colors": "^2.1.0",
"@savvywombat/tailwindcss-grid-areas": "^3.1.0",
"autoprefixer": "^10.4.15",
"tailwindcss-animate": "^1.0.6",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix-colors": "^0.5.1"
},
"volta": {
Expand Down
12 changes: 6 additions & 6 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@neondatabase/serverless": "^0.5.7",
"@neondatabase/serverless": "^0.6.0",
"@noodle/env": "workspace:^",
"drizzle-orm": "^0.28.2",
"drizzle-zod": "^0.5.0",
"pg": "^8.11.2",
"drizzle-orm": "^0.28.5",
"drizzle-zod": "^0.5.1",
"pg": "^8.11.3",
"postgres": "^3.3.5",
"zod": "^3.22.0"
"zod": "^3.22.2"
},
"devDependencies": {
"@noodle/tsconfig": "workspace:^",
"drizzle-kit": "^0.19.12",
"drizzle-kit": "^0.19.13",
"eslint-config-noodle": "workspace:^",
"tsx": "^3.12.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"devDependencies": {
"@noodle/tailwind": "workspace:^",
"@noodle/tsconfig": "workspace:^",
"@types/react": "18.2.20",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"eslint-config-noodle": "workspace:^",
"postcss": "^8.4.27",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
},
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.6.0",
"zod": "^3.22.0"
"@t3-oss/env-nextjs": "^0.6.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@noodle/tsconfig": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"devDependencies": {
"@noodle/tailwind": "workspace:^",
"@noodle/tsconfig": "workspace:^",
"@types/react": "18.2.20",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.27",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
},
"volta": {
Expand Down
Loading

0 comments on commit f210530

Please sign in to comment.