Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 1d41674 commit 28883be
Show file tree
Hide file tree
Showing 6 changed files with 583 additions and 823 deletions.
40 changes: 20 additions & 20 deletions apps/my-remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,30 @@
"@remix-run/react": "^2.13.1",
"@technifit/ui": "workspace:*",
"isbot": "^5.1.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@remix-run/dev": "^2.13.1",
"@technifit/tailwind-config": "workspace:*",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.19",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1",
"wrangler": "3.57.1"
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-tsconfig-paths": "^4.3.2",
"wrangler": "3.85.0"
},
"engines": {
"node": ">=22.11.0"
Expand Down
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "3.9.0",
"@hookform/resolvers": "3.9.1",
"@remix-run/express": "2.13.1",
"@remix-run/node": "2.13.1",
"@remix-run/react": "2.13.1",
"@sentry/remix": "8.35.0",
"@sentry/remix": "8.37.1",
"@technifit/authentication": "workspace:*",
"@technifit/environment": "workspace:*",
"@technifit/id": "workspace:*",
Expand All @@ -46,7 +46,7 @@
"remix-create-express-app": "0.4.5",
"remix-hook-form": "5.1.1",
"remix-params-helper": "0.5.1",
"remix-routes": "1.7.5",
"remix-routes": "1.7.7",
"remix-themes": "1.5.1",
"remix-utils": "7.7.0",
"typescript-slugify": "1.0.1",
Expand All @@ -61,23 +61,23 @@
"@technifit/eslint-config": "workspace:*",
"@technifit/tailwind-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@types/lodash": "4.17.12",
"@types/node": "22.8.6",
"@types/lodash": "4.17.13",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitest/coverage-v8": "2.1.4",
"autoprefixer": "10.4.20",
"dotenv-cli": "7.4.2",
"npm-run-all2": "7.0.1",
"postcss": "8.4.47",
"remix-development-tools": "4.7.3",
"remix-development-tools": "4.7.5",
"remix-express-dev-server": "0.4.4",
"remix-flat-routes": "0.6.5",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"typescript-remix-routes-plugin": "1.0.1",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vite-tsconfig-paths": "5.1.0",
"vitest": "2.1.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typecheck": "turbo typecheck --continue"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@technifit/tsconfig": "workspace:*",
"@typescript-eslint/eslint-plugin": "7.18.0",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@workos-inc/node": "7.30.0"
"@workos-inc/node": "7.30.1"
},
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
Expand Down
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "3.9.0",
"@hookform/resolvers": "3.9.1",
"@radix-ui/react-accordion": "1.2.1",
"@radix-ui/react-alert-dialog": "1.1.2",
"@radix-ui/react-aspect-ratio": "1.1.0",
Expand Down Expand Up @@ -356,18 +356,18 @@
"@radix-ui/react-tooltip": "1.1.3",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"embla-carousel-react": "8.3.0",
"input-otp": "1.2.4",
"libphonenumber-js": "1.11.12",
"lucide-react": "0.454.0",
"react-circle-flags": "0.0.21",
"cmdk": "1.0.4",
"embla-carousel-react": "8.3.1",
"input-otp": "1.4.1",
"libphonenumber-js": "1.11.13",
"lucide-react": "0.455.0",
"react-circle-flags": "0.0.22",
"react-resizable-panels": "2.1.6",
"react-wrap-balancer": "1.1.1",
"remix-hook-form": "5.1.1",
"sonner": "1.5.0",
"sonner": "1.7.0",
"tailwind-merge": "2.5.4",
"vaul": "1.1.0",
"vaul": "1.1.1",
"zod": "3.23.8"
},
"devDependencies": {
Expand All @@ -381,7 +381,7 @@
"eslint": "8.57.1",
"postcss": "8.4.47",
"react": "18.3.1",
"react-day-picker": "9.2.1",
"react-day-picker": "9.3.0",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"tailwindcss": "3.4.14",
Expand All @@ -391,7 +391,7 @@
"peerDependencies": {
"@tanstack/react-table": "8.20.5",
"react": "18.3.1",
"react-day-picker": "9.2.1",
"react-day-picker": "9.3.0",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"tailwindcss": "3.4.14",
Expand Down
Loading

0 comments on commit 28883be

Please sign in to comment.