Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 046e939 commit 2ff876a
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 465 deletions.
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.14.0",
"eslint": "9.15.0",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"esbuild": "0.24.0",
"eslint": "9.14.0",
"eslint": "9.15.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.13.1",
"@remix-run/node": "2.13.1",
"@remix-run/react": "2.13.1",
"@remix-run/serve": "2.13.1",
"@remix-run/server-runtime": "2.13.1",
"@remix-run/css-bundle": "2.14.0",
"@remix-run/node": "2.14.0",
"@remix-run/react": "2.14.0",
"@remix-run/serve": "2.14.0",
"@remix-run/server-runtime": "2.14.0",
"@vercel/analytics": "^1.3.1",
"@vercel/remix": "2.13.1",
"@vercel/remix": "2.14.0",
"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.13.1",
"@remix-run/dev": "2.14.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/source-map-support": "^0.5.10",
"eslint": "9.14.0",
"eslint": "9.15.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 @@ -12,18 +12,18 @@
"dependencies": {
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.1.2",
"eslint-plugin-import-x": "4.4.0",
"eslint-plugin-import-x": "4.4.2",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"globals": "15.12.0",
"typescript-eslint": "8.13.0"
"typescript-eslint": "8.15.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/eslintrc": "3.2.0",
"@next/eslint-plugin-next": "^14.2.13",
"@remix-gospel-stack/tsconfig": "workspace:*",
"eslint": "9.14.0",
"eslint": "9.15.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 @@ -52,7 +52,7 @@
"turbo": "^2.1.2",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.2",
"pnpm": {
"overrides": {
"@swc/core": "^1.6.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
"lucide-react": "^0.460.0",
"npm-run-all2": "^7.0.0",
"tailwind-merge": "^2.5.2"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-plugin-storybook": "^0.11.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit 2ff876a

Please sign in to comment.