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 Oct 11, 2024
1 parent 96beb03 commit d9cd82c
Show file tree
Hide file tree
Showing 13 changed files with 1,107 additions and 1,249 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
24 changes: 12 additions & 12 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.34.0",
"@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 @@ -55,29 +55,29 @@
},
"devDependencies": {
"@codecov/vite-plugin": "1.2.0",
"@playwright/test": "1.47.2",
"@playwright/test": "1.48.0",
"@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/node": "20.16.10",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@vitest/coverage-v8": "2.1.1",
"@types/lodash": "4.17.10",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.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.3",
"remix-express-dev-server": "0.4.4",
"remix-flat-routes": "0.6.5",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"typescript": "5.6.3",
"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"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@technifit/tsconfig": "workspace:*",
"@typescript-eslint/eslint-plugin": "7.18.0",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.2",
"prettier-plugin-packagejson": "2.5.3",
"prettier-plugin-tailwindcss": "0.6.8",
"turbo": "2.1.3",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"engines": {
"node": ">=20.17.0"
"node": ">=20.18.0"
}
}
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.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"
"typescript": "5.6.3",
"vitest": "2.1.2"
}
}
6 changes: 3 additions & 3 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"
"typescript": "5.6.3",
"vitest": "2.1.2"
}
}
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.1",
"@vitest/coverage-v8": "2.1.2",
"eslint": "8.57.1",
"typescript": "5.6.2",
"vitest": "2.1.1"
"typescript": "5.6.3",
"vitest": "2.1.2"
}
}
8 changes: 4 additions & 4 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"jose": "5.9.3"
"jose": "5.9.4"
},
"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"
"typescript": "5.6.3",
"vitest": "2.1.2"
}
}
6 changes: 3 additions & 3 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"
"typescript": "5.6.3",
"vitest": "2.1.2"
}
}
12 changes: 6 additions & 6 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",
"lucide-react": "0.447.0",
"libphonenumber-js": "1.11.11",
"lucide-react": "0.451.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,8 +369,8 @@
"@technifit/eslint-config": "workspace:*",
"@technifit/tailwind-config": "workspace:*",
"@technifit/tsconfig": "workspace:*",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"date-fns": "4.1.0",
"eslint": "8.57.1",
"postcss": "8.4.47",
Expand All @@ -380,7 +380,7 @@
"react-hook-form": "7.53.0",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "1.0.7",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"peerDependencies": {
"@tanstack/react-table": "8.20.5",
Expand Down
Loading

0 comments on commit d9cd82c

Please sign in to comment.