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 Oct 7, 2024
1 parent 96beb03 commit 61e4e5b
Show file tree
Hide file tree
Showing 12 changed files with 819 additions and 961 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.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:20.17.0-bookworm-slim AS node
FROM node:20.18.0-bookworm-slim AS node

# set the environment to bash
ENV SHELL=/bin/bash
Expand Down
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@remix-run/express": "2.12.1",
"@remix-run/node": "2.12.1",
"@remix-run/react": "2.12.1",
"@sentry/remix": "8.32.0",
"@sentry/remix": "8.33.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.0",
"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 @@ -57,27 +57,27 @@
"@codecov/vite-plugin": "1.2.0",
"@playwright/test": "1.47.2",
"@remix-run/dev": "2.12.1",
"@sentry/vite-plugin": "2.22.4",
"@sentry/vite-plugin": "2.22.5",
"@technifit/eslint-config": "workspace:*",
"@technifit/tailwind-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@types/lodash": "4.17.9",
"@types/lodash": "4.17.10",
"@types/node": "20.16.10",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@vitest/coverage-v8": "2.1.1",
"@vitest/coverage-v8": "2.1.2",
"autoprefixer": "10.4.20",
"dotenv-cli": "7.4.2",
"npm-run-all2": "6.2.3",
"postcss": "8.4.47",
"remix-development-tools": "4.7.0",
"remix-development-tools": "4.7.1",
"remix-express-dev-server": "0.4.4",
"remix-flat-routes": "0.6.5",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"typescript-remix-routes-plugin": "1.0.1",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.1"
"vitest": "2.1.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"turbo": "2.1.3",
"typescript": "5.6.2"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"engines": {
"node": ">=20.17.0"
"node": ">=20.18.0"
}
}
6 changes: 3 additions & 3 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.27.3"
"@workos-inc/node": "7.27.5"
},
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.1",
"@vitest/coverage-v8": "2.1.2",
"eslint": "8.57.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.1",
"@vitest/coverage-v8": "2.1.2",
"eslint": "8.57.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.2"
}
}
4 changes: 2 additions & 2 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.1",
"@vitest/coverage-v8": "2.1.2",
"eslint": "8.57.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.2"
}
}
4 changes: 2 additions & 2 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.1",
"@vitest/coverage-v8": "2.1.2",
"eslint": "8.57.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"devDependencies": {
"@technifit/eslint-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@vitest/coverage-v8": "2.1.1",
"@vitest/coverage-v8": "2.1.2",
"eslint": "8.57.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.2"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,14 +353,14 @@
"cmdk": "1.0.0",
"embla-carousel-react": "8.3.0",
"input-otp": "1.2.4",
"libphonenumber-js": "1.11.10",
"libphonenumber-js": "1.11.11",
"lucide-react": "0.447.0",
"react-circle-flags": "0.0.20",
"react-resizable-panels": "2.1.4",
"react-wrap-balancer": "1.1.1",
"remix-hook-form": "5.1.0",
"sonner": "1.5.0",
"tailwind-merge": "2.5.2",
"tailwind-merge": "2.5.3",
"vaul": "1.0.0",
"zod": "3.23.8"
},
Expand All @@ -369,7 +369,7 @@
"@technifit/eslint-config": "workspace:*",
"@technifit/tailwind-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"date-fns": "4.1.0",
"eslint": "8.57.1",
Expand Down
Loading

0 comments on commit 61e4e5b

Please sign in to comment.