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 Feb 28, 2025
1 parent 36aca13 commit 61c1376
Show file tree
Hide file tree
Showing 8 changed files with 1,128 additions and 420 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0

- name: ⎔ Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -50,7 +50,7 @@ jobs:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0

- name: ⎔ Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: 🏄 Copy test env vars to Package
run: cp .env.example packages/database/.env

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0

- name: ⎔ Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0

- name: ⎔ Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^22.7.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"eslint": "9.17.0",
"eslint": "9.21.0",
"typescript": "^5.6.2"
}
}
12 changes: 6 additions & 6 deletions apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@remix-gospel-stack/database": "workspace:*",
"@remix-gospel-stack/internal-nobuild": "workspace:*",
"@remix-gospel-stack/ui": "workspace:*",
"@remix-run/express": "2.15.1",
"@remix-run/node": "2.15.1",
"@remix-run/react": "2.15.1",
"@remix-run/express": "2.15.3",
"@remix-run/node": "2.15.3",
"@remix-run/react": "2.15.3",
"address": "^2.0.3",
"chalk": "^5.3.0",
"chokidar": "^4.0.1",
Expand All @@ -51,7 +51,7 @@
"@faker-js/faker": "^9.0.2",
"@playwright/test": "^1.47.2",
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-run/dev": "2.15.1",
"@remix-run/dev": "2.15.3",
"@remix-run/fs-routes": "^2.15.0",
"@remix-run/route-config": "^2.15.0",
"@swc/core": "^1.7.28",
Expand All @@ -74,8 +74,8 @@
"@vitest/coverage-v8": "^2.1.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"esbuild": "0.24.0",
"eslint": "9.17.0",
"esbuild": "0.25.0",
"eslint": "9.21.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"happy-dom": "^15.7.4",
Expand Down
16 changes: 8 additions & 8 deletions apps/remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"dependencies": {
"@remix-gospel-stack/internal-nobuild": "workspace:*",
"@remix-gospel-stack/ui": "workspace:*",
"@remix-run/css-bundle": "2.15.1",
"@remix-run/node": "2.15.1",
"@remix-run/react": "2.15.1",
"@remix-run/serve": "2.15.1",
"@remix-run/server-runtime": "2.15.1",
"@remix-run/css-bundle": "2.15.3",
"@remix-run/node": "2.15.3",
"@remix-run/react": "2.15.3",
"@remix-run/serve": "2.15.3",
"@remix-run/server-runtime": "2.15.3",
"@vercel/analytics": "^1.3.1",
"@vercel/remix": "2.15.1",
"@vercel/remix": "2.15.3",
"isbot": "^5.1.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-run/dev": "2.15.1",
"@remix-run/dev": "2.15.3",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/source-map-support": "^0.5.10",
"eslint": "9.17.0",
"eslint": "9.21.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
Expand Down
8 changes: 4 additions & 4 deletions config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"eslint-config-turbo": "^2.1.2",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"globals": "15.14.0",
"typescript-eslint": "8.18.1"
"typescript-eslint": "8.25.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/eslintrc": "3.3.0",
"@next/eslint-plugin-next": "^14.2.13",
"@remix-gospel-stack/tsconfig": "workspace:*",
"eslint": "9.17.0",
"eslint": "9.21.0",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@remix-run/dev": "2.15.1",
"@remix-run/dev": "2.15.3",
"@turbo/gen": "^2.1.2",
"@types/glob": "8.1.0",
"glob": "^11.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"lucide-react": "^0.476.0",
"npm-run-all2": "^7.0.0",
"tailwind-merge": "^2.5.2"
},
"peerDependencies": {
"@remix-run/dev": "2.15.1",
"@remix-run/node": "2.15.1",
"@remix-run/dev": "2.15.3",
"@remix-run/node": "2.15.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2",
Expand All @@ -36,8 +36,8 @@
"devDependencies": {
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-gospel-stack/tsconfig": "workspace:*",
"@remix-run/dev": "2.15.1",
"@remix-run/node": "2.15.1",
"@remix-run/dev": "2.15.3",
"@remix-run/node": "2.15.3",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-interactions": "^8.3.3",
"@storybook/addon-links": "^8.3.3",
Expand All @@ -54,7 +54,7 @@
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"eslint": "9.17.0",
"eslint": "9.21.0",
"eslint-plugin-storybook": "^0.11.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit 61c1376

Please sign in to comment.