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 Nov 4, 2024
1 parent 6b38881 commit e8a5f36
Show file tree
Hide file tree
Showing 7 changed files with 501 additions and 335 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.11.1",
"eslint": "9.14.0",
"typescript": "^5.6.2"
}
}
10 changes: 5 additions & 5 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.12.1",
"@remix-run/node": "2.12.1",
"@remix-run/react": "2.12.1",
"@remix-run/express": "2.13.1",
"@remix-run/node": "2.13.1",
"@remix-run/react": "2.13.1",
"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.12.1",
"@remix-run/dev": "2.13.1",
"@swc/core": "^1.7.28",
"@swc/helpers": "^0.5.13",
"@tailwindcss/typography": "^0.5.15",
Expand All @@ -73,7 +73,7 @@
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"esbuild": "0.24.0",
"eslint": "9.11.1",
"eslint": "9.14.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"happy-dom": "^15.7.4",
Expand Down
18 changes: 9 additions & 9 deletions apps/remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"dependencies": {
"@remix-gospel-stack/internal-nobuild": "workspace:*",
"@remix-gospel-stack/ui": "workspace:*",
"@remix-run/css-bundle": "2.12.1",
"@remix-run/node": "2.12.1",
"@remix-run/react": "2.12.1",
"@remix-run/serve": "2.12.1",
"@remix-run/server-runtime": "2.12.1",
"@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",
"@vercel/analytics": "^1.3.1",
"@vercel/remix": "2.12.0",
"@vercel/remix": "2.13.1",
"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.12.1",
"@remix-run/eslint-config": "2.12.1",
"@remix-run/dev": "2.13.1",
"@remix-run/eslint-config": "2.13.1",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/source-map-support": "^0.5.10",
"eslint": "9.11.1",
"eslint": "9.14.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
Expand Down
12 changes: 6 additions & 6 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.3.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-import-x": "4.4.0",
"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.9.0",
"typescript-eslint": "8.7.0"
"globals": "15.11.0",
"typescript-eslint": "8.12.2"
},
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@next/eslint-plugin-next": "^14.2.13",
"@remix-gospel-stack/tsconfig": "workspace:*",
"eslint": "9.11.1",
"eslint": "9.14.0",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions 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.12.1",
"@remix-run/dev": "2.13.1",
"@turbo/gen": "^2.1.2",
"@types/glob": "8.1.0",
"glob": "^11.0.0",
Expand All @@ -52,7 +52,7 @@
"turbo": "^2.1.2",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.3",
"pnpm": {
"overrides": {
"@swc/core": "^1.6.7"
Expand Down
14 changes: 7 additions & 7 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.446.0",
"lucide-react": "^0.454.0",
"npm-run-all2": "^6.2.3",
"tailwind-merge": "^2.5.2"
},
"peerDependencies": {
"@remix-run/dev": "2.12.1",
"@remix-run/node": "2.12.1",
"@remix-run/dev": "2.13.1",
"@remix-run/node": "2.13.1",
"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.12.1",
"@remix-run/node": "2.12.1",
"@remix-run/dev": "2.13.1",
"@remix-run/node": "2.13.1",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-interactions": "^8.3.3",
"@storybook/addon-links": "^8.3.3",
Expand All @@ -54,8 +54,8 @@
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"eslint": "9.11.1",
"eslint-plugin-storybook": "^0.8.0",
"eslint": "9.14.0",
"eslint-plugin-storybook": "^0.10.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
Loading

0 comments on commit e8a5f36

Please sign in to comment.