Skip to content

Commit

Permalink
chore: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jul 21, 2023
1 parent 48d12c7 commit dd8c21b
Show file tree
Hide file tree
Showing 8 changed files with 292 additions and 200 deletions.
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@noodle/utils": "workspace:^",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-select": "^1.2.2",
"@tanstack/react-query": "^4.29.25",
"@tanstack/react-query-devtools": "^4.29.25",
"@tanstack/react-query": "^4.32.0",
"@tanstack/react-query-devtools": "^4.32.0",
"@trpc/client": "^10.35.0",
"@trpc/next": "^10.35.0",
"@trpc/react-query": "^10.35.0",
"@trpc/server": "^10.35.0",
"@upstash/ratelimit": "^0.4.3",
"@vercel/analytics": "^1.0.1",
"lucide-react": "^0.262.0",
"next": "13.4.10",
"lucide-react": "^0.263.0",
"next": "13.4.12",
"next-auth": "^4.22.3",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
Expand All @@ -51,7 +51,7 @@
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
},
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@noodle/tsconfig": "workspace:^",
"@types/eslint": "^8.44.0",
"@types/node": "^20.4.2",
"@types/node": "^20.4.3",
"@types/prettier": "^2.7.3",
"del-cli": "^5.0.0",
"eslint": "^8.45.0",
"eslint-config-noodle": "workspace:^",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"nx": "16.5.3",
"nx": "16.5.4",
"nx-cloud": "16.1.1",
"prettier": "^3.0.0",
"prettier-plugin-jsdoc": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@next-auth/prisma-adapter": "^1.0.7",
"@noodle/db": "workspace:^",
"@noodle/env": "workspace:^",
"next": "13.4.10",
"next": "13.4.12",
"next-auth": "^4.22.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:fix": "pnpm run lint --fix"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.10",
"@next/eslint-plugin-next": "^13.4.12",
"@noodle/tsconfig": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"postcss": "^8.4.26",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
Expand All @@ -38,7 +38,7 @@
"@savvywombat/tailwindcss-grid-areas": "^3.1.0",
"autoprefixer": "^10.4.14",
"tailwindcss-animate": "^1.0.6",
"tailwindcss-radix-colors": "^0.5.0"
"tailwindcss-radix-colors": "^0.5.1"
},
"volta": {
"extends": "../../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.14",
"eslint-config-noodle": "workspace:^",
"postcss": "^8.4.26",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.26",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
},
"volta": {
Expand Down
Loading

0 comments on commit dd8c21b

Please sign in to comment.