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 26, 2024
1 parent 1d41674 commit dcc98b6
Show file tree
Hide file tree
Showing 13 changed files with 1,364 additions and 1,560 deletions.
48 changes: 24 additions & 24 deletions apps/my-remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@
"typegen": "wrangler types"
},
"dependencies": {
"@remix-run/cloudflare": "^2.13.1",
"@remix-run/cloudflare-pages": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/cloudflare": "^2.15.0",
"@remix-run/cloudflare-pages": "^2.15.0",
"@remix-run/react": "^2.15.0",
"@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",
"@remix-run/dev": "^2.13.1",
"@cloudflare/workers-types": "^4.20241112.0",
"@remix-run/dev": "^2.15.0",
"@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.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^4.3.2",
"wrangler": "3.90.0"
},
"engines": {
"node": ">=22.11.0"
Expand Down
42 changes: 21 additions & 21 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",
"@remix-run/express": "2.13.1",
"@remix-run/node": "2.13.1",
"@remix-run/react": "2.13.1",
"@sentry/remix": "8.35.0",
"@hookform/resolvers": "3.9.1",
"@remix-run/express": "2.15.0",
"@remix-run/node": "2.15.0",
"@remix-run/react": "2.15.0",
"@sentry/remix": "8.40.0",
"@technifit/authentication": "workspace:*",
"@technifit/environment": "workspace:*",
"@technifit/id": "workspace:*",
Expand All @@ -42,42 +42,42 @@
"pretty-cache-header": "1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"react-hook-form": "7.53.2",
"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",
"vite-env-only": "3.0.3",
"zod": "3.23.8"
},
"devDependencies": {
"@codecov/vite-plugin": "1.2.1",
"@playwright/test": "1.48.2",
"@remix-run/dev": "2.13.1",
"@codecov/vite-plugin": "1.4.0",
"@playwright/test": "1.49.0",
"@remix-run/dev": "2.15.0",
"@sentry/vite-plugin": "2.22.6",
"@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.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitest/coverage-v8": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"autoprefixer": "10.4.20",
"dotenv-cli": "7.4.2",
"dotenv-cli": "7.4.4",
"npm-run-all2": "7.0.1",
"postcss": "8.4.47",
"remix-development-tools": "4.7.3",
"postcss": "8.4.49",
"remix-development-tools": "4.7.7",
"remix-express-dev-server": "0.4.4",
"remix-flat-routes": "0.6.5",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"tailwindcss": "3.4.15",
"typescript": "5.7.2",
"typescript-remix-routes-plugin": "1.0.1",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4"
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.3",
"vitest": "2.1.5"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"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",
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-tailwindcss": "0.6.8",
"turbo": "2.2.3",
"typescript": "5.6.3"
"prettier": "3.4.0",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-tailwindcss": "0.6.9",
"turbo": "2.3.2",
"typescript": "5.7.2"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.14.2",
"engines": {
"node": ">=22.11.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@workos-inc/node": "7.30.0"
"@workos-inc/node": "7.33.1"
},
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"eslint": "8.57.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"typescript": "5.7.2",
"vitest": "2.1.5"
}
}
8 changes: 4 additions & 4 deletions packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@remix-run/node": "2.13.1",
"@remix-run/node": "2.15.0",
"remix-create-express-app": "0.4.5",
"zod": "3.23.8"
},
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"eslint": "8.57.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"typescript": "5.7.2",
"vitest": "2.1.5"
}
}
6 changes: 3 additions & 3 deletions packages/id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"eslint": "8.57.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"typescript": "5.7.2",
"vitest": "2.1.5"
}
}
6 changes: 3 additions & 3 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"eslint": "8.57.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"typescript": "5.7.2",
"vitest": "2.1.5"
}
}
8 changes: 4 additions & 4 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@remix-run/node": "2.13.1",
"@remix-run/node": "2.15.0",
"@technifit/authentication": "workspace:*",
"@technifit/environment": "workspace:*",
"@technifit/id": "workspace:*",
Expand All @@ -42,9 +42,9 @@
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.4",
"@vitest/coverage-v8": "2.1.5",
"eslint": "8.57.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"typescript": "5.7.2",
"vitest": "2.1.5"
}
}
44 changes: 22 additions & 22 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 All @@ -343,7 +343,7 @@
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-progress": "1.1.0",
"@radix-ui/react-radio-group": "1.2.1",
"@radix-ui/react-scroll-area": "1.2.0",
"@radix-ui/react-scroll-area": "1.2.1",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slider": "1.2.1",
Expand All @@ -353,21 +353,21 @@
"@radix-ui/react-toast": "1.2.2",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-toggle-group": "1.1.0",
"@radix-ui/react-tooltip": "1.1.3",
"class-variance-authority": "0.7.0",
"@radix-ui/react-tooltip": "1.1.4",
"class-variance-authority": "0.7.1",
"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",
"react-resizable-panels": "2.1.6",
"cmdk": "1.0.4",
"embla-carousel-react": "8.5.1",
"input-otp": "1.4.1",
"libphonenumber-js": "1.11.15",
"lucide-react": "0.461.0",
"react-circle-flags": "0.0.22",
"react-resizable-panels": "2.1.7",
"react-wrap-balancer": "1.1.1",
"remix-hook-form": "5.1.1",
"sonner": "1.5.0",
"tailwind-merge": "2.5.4",
"vaul": "1.1.0",
"sonner": "1.7.0",
"tailwind-merge": "2.5.5",
"vaul": "1.1.1",
"zod": "3.23.8"
},
"devDependencies": {
Expand All @@ -379,22 +379,22 @@
"@types/react-dom": "18.3.1",
"date-fns": "4.1.0",
"eslint": "8.57.1",
"postcss": "8.4.47",
"postcss": "8.4.49",
"react": "18.3.1",
"react-day-picker": "9.2.1",
"react-day-picker": "9.4.0",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"tailwindcss": "3.4.14",
"react-hook-form": "7.53.2",
"tailwindcss": "3.4.15",
"tailwindcss-animate": "1.0.7",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"@tanstack/react-table": "8.20.5",
"react": "18.3.1",
"react-day-picker": "9.2.1",
"react-day-picker": "9.4.0",
"react-dom": "18.3.1",
"react-hook-form": "7.53.1",
"tailwindcss": "3.4.14",
"react-hook-form": "7.53.2",
"tailwindcss": "3.4.15",
"tailwindcss-animate": "1.0.7"
}
}
Loading

0 comments on commit dcc98b6

Please sign in to comment.