Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 527f276 commit 2f47bb8
Show file tree
Hide file tree
Showing 14 changed files with 2,592 additions and 1,813 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ jobs:
needs: [format, lint, typecheck]
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.0
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG APP_NAME=web
ARG APP_PKG_NAME=@technifit/$APP_NAME

# base node image
FROM node:22.12.0-bookworm-slim AS node
FROM node:22.13.0-bookworm-slim AS node

# set the environment to bash
ENV SHELL=/bin/bash
Expand Down
44 changes: 22 additions & 22 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.1",
"@remix-run/express": "2.15.0",
"@remix-run/node": "2.15.0",
"@remix-run/react": "2.15.0",
"@sentry/remix": "8.42.0",
"@hookform/resolvers": "3.10.0",
"@remix-run/express": "2.15.2",
"@remix-run/node": "2.15.2",
"@remix-run/react": "2.15.2",
"@sentry/remix": "8.48.0",
"@technifit/authentication": "workspace:*",
"@technifit/environment": "workspace:*",
"@technifit/id": "workspace:*",
Expand All @@ -37,47 +37,47 @@
"@technifit/ui": "workspace:*",
"dotenv": "16.4.7",
"is-ip": "5.0.1",
"isbot": "5.1.17",
"isbot": "5.1.21",
"lodash": "4.17.21",
"pretty-cache-header": "1.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.2",
"react-hook-form": "7.54.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": "8.0.0",
"typescript-slugify": "1.0.1",
"vite-env-only": "3.0.3",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@codecov/vite-plugin": "1.5.1",
"@playwright/test": "1.49.0",
"@remix-run/dev": "2.15.0",
"@sentry/vite-plugin": "2.22.6",
"@codecov/vite-plugin": "1.7.0",
"@playwright/test": "1.49.1",
"@remix-run/dev": "2.15.2",
"@sentry/vite-plugin": "2.22.7",
"@technifit/eslint-config": "workspace:*",
"@technifit/tailwind-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@types/lodash": "4.17.13",
"@types/node": "22.10.1",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/lodash": "4.17.14",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitest/coverage-v8": "2.1.8",
"autoprefixer": "10.4.20",
"dotenv-cli": "8.0.0",
"npm-run-all2": "7.0.1",
"npm-run-all2": "7.0.2",
"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.16",
"typescript": "5.7.2",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"typescript-remix-routes-plugin": "1.0.1",
"vite": "6.0.2",
"vite-tsconfig-paths": "5.1.3",
"vite": "6.0.7",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-tailwindcss": "0.6.9",
"turbo": "2.3.3",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.3",
"engines": {
"node": ">=22.12.0"
"node": ">=22.13.0"
}
}
4 changes: 2 additions & 2 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.34.0"
"@workos-inc/node": "7.36.0"
},
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"eslint": "8.57.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
}
}
6 changes: 3 additions & 3 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.15.0",
"@remix-run/node": "2.15.2",
"remix-create-express-app": "0.4.5",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"eslint": "8.57.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"eslint": "8.57.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"eslint": "8.57.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
}
}
6 changes: 3 additions & 3 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@remix-run/node": "2.15.0",
"@remix-run/node": "2.15.2",
"@technifit/authentication": "workspace:*",
"@technifit/environment": "workspace:*",
"@technifit/id": "workspace:*",
"@technifit/jwt": "workspace:*",
"is-ip": "5.0.1",
"remix-create-express-app": "0.4.5",
"remix-utils": "8.0.0",
"zod": "3.23.8"
"zod": "3.24.1"
},
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.8",
"eslint": "8.57.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
}
}
96 changes: 48 additions & 48 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,75 +326,75 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@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",
"@radix-ui/react-avatar": "1.1.1",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-collapsible": "1.1.1",
"@radix-ui/react-context-menu": "2.2.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-hover-card": "1.1.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-menubar": "1.1.2",
"@radix-ui/react-navigation-menu": "1.2.1",
"@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.1",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slider": "1.2.1",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-tabs": "1.1.1",
"@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.4",
"@hookform/resolvers": "3.10.0",
"@radix-ui/react-accordion": "1.2.2",
"@radix-ui/react-alert-dialog": "1.1.4",
"@radix-ui/react-aspect-ratio": "1.1.1",
"@radix-ui/react-avatar": "1.1.2",
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-collapsible": "1.1.2",
"@radix-ui/react-context-menu": "2.2.4",
"@radix-ui/react-dialog": "1.1.4",
"@radix-ui/react-dropdown-menu": "2.1.4",
"@radix-ui/react-hover-card": "1.1.4",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-menubar": "1.1.4",
"@radix-ui/react-navigation-menu": "1.2.3",
"@radix-ui/react-popover": "1.1.4",
"@radix-ui/react-progress": "1.1.1",
"@radix-ui/react-radio-group": "1.2.2",
"@radix-ui/react-scroll-area": "1.2.2",
"@radix-ui/react-select": "2.1.4",
"@radix-ui/react-separator": "1.1.1",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-toast": "1.2.4",
"@radix-ui/react-toggle": "1.1.1",
"@radix-ui/react-toggle-group": "1.1.1",
"@radix-ui/react-tooltip": "1.1.6",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.0.4",
"embla-carousel-react": "8.5.1",
"input-otp": "1.4.1",
"libphonenumber-js": "1.11.16",
"lucide-react": "0.465.0",
"react-circle-flags": "0.0.22",
"embla-carousel-react": "8.5.2",
"input-otp": "1.4.2",
"libphonenumber-js": "1.11.17",
"lucide-react": "0.469.0",
"react-circle-flags": "0.0.23",
"react-resizable-panels": "2.1.7",
"react-wrap-balancer": "1.1.1",
"remix-hook-form": "5.1.1",
"sonner": "1.7.0",
"tailwind-merge": "2.5.5",
"vaul": "1.1.1",
"zod": "3.23.8"
"sonner": "1.7.1",
"tailwind-merge": "2.6.0",
"vaul": "1.1.2",
"zod": "3.24.1"
},
"devDependencies": {
"@tanstack/react-table": "8.20.5",
"@tanstack/react-table": "8.20.6",
"@technifit/eslint-config": "workspace:*",
"@technifit/tailwind-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"date-fns": "4.1.0",
"eslint": "8.57.1",
"postcss": "8.4.49",
"react": "18.3.1",
"react-day-picker": "9.4.1",
"react-day-picker": "9.5.0",
"react-dom": "18.3.1",
"react-hook-form": "7.53.2",
"tailwindcss": "3.4.16",
"react-hook-form": "7.54.2",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"@tanstack/react-table": "8.20.5",
"@tanstack/react-table": "8.20.6",
"react": "18.3.1",
"react-day-picker": "9.4.1",
"react-day-picker": "9.5.0",
"react-dom": "18.3.1",
"react-hook-form": "7.53.2",
"tailwindcss": "3.4.16",
"react-hook-form": "7.54.2",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "1.0.7"
}
}
Loading

0 comments on commit 2f47bb8

Please sign in to comment.