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 Dec 9, 2024
1 parent ec07484 commit 4151fb7
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 113 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.15.0",
"eslint": "9.16.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 @@ -75,7 +75,7 @@
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"esbuild": "0.24.0",
"eslint": "9.15.0",
"eslint": "9.16.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"happy-dom": "^15.7.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/source-map-support": "^0.5.10",
"eslint": "9.15.0",
"eslint": "9.16.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
Expand Down
10 changes: 5 additions & 5 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.2",
"eslint-plugin-import-x": "4.5.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.12.0",
"typescript-eslint": "8.15.0"
"eslint-plugin-react-hooks": "5.1.0",
"globals": "15.13.0",
"typescript-eslint": "8.17.0"
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@next/eslint-plugin-next": "^14.2.13",
"@remix-gospel-stack/tsconfig": "workspace:*",
"eslint": "9.15.0",
"eslint": "9.16.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.13.2",
"packageManager": "pnpm@9.14.4",
"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.460.0",
"lucide-react": "^0.468.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.15.0",
"eslint": "9.16.0",
"eslint-plugin-storybook": "^0.11.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit 4151fb7

Please sign in to comment.