Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#168)
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] committed Jul 24, 2024
1 parent 3a590eb commit 1e03194
Show file tree
Hide file tree
Showing 7 changed files with 326 additions and 344 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": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "9.6.0",
"eslint": "9.7.0",
"typescript": "^5.5.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.10.2",
"@remix-run/node": "2.10.2",
"@remix-run/react": "2.10.2",
"@remix-run/express": "2.10.3",
"@remix-run/node": "2.10.3",
"@remix-run/react": "2.10.3",
"address": "^2.0.3",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
Expand All @@ -51,8 +51,8 @@
"@faker-js/faker": "^8.3.1",
"@playwright/test": "^1.45.1",
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-run/dev": "2.10.2",
"@swc/core": "1.6.9-nightly-20240706.6",
"@remix-run/dev": "2.10.3",
"@swc/core": "1.7.0",
"@swc/helpers": "^0.5.11",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/dom": "^10.3.1",
Expand All @@ -73,7 +73,7 @@
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"esbuild": "0.23.0",
"eslint": "9.6.0",
"eslint": "9.7.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.3",
"happy-dom": "^14.12.3",
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.10.2",
"@remix-run/node": "2.10.2",
"@remix-run/react": "2.10.2",
"@remix-run/serve": "2.10.2",
"@remix-run/server-runtime": "2.10.2",
"@remix-run/css-bundle": "2.10.3",
"@remix-run/node": "2.10.3",
"@remix-run/react": "2.10.3",
"@remix-run/serve": "2.10.3",
"@remix-run/server-runtime": "2.10.3",
"@vercel/analytics": "^1.3.1",
"@vercel/remix": "2.10.0",
"@vercel/remix": "2.10.2",
"isbot": "^5.1.11",
"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.10.2",
"@remix-run/eslint-config": "2.10.2",
"@remix-run/dev": "2.10.3",
"@remix-run/eslint-config": "2.10.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/source-map-support": "^0.5.10",
"eslint": "9.6.0",
"eslint": "9.7.0",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
Expand Down
6 changes: 3 additions & 3 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.0.4",
"eslint-plugin-import-x": "0.5.3",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "rc",
"globals": "15.8.0",
"typescript-eslint": "7.15.0"
"typescript-eslint": "7.16.1"
},
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@next/eslint-plugin-next": "^14.2.4",
"@remix-gospel-stack/tsconfig": "workspace:*",
"eslint": "9.6.0",
"eslint": "9.7.0",
"typescript": "^5.5.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.0",
"@remix-run/dev": "2.10.2",
"@remix-run/dev": "2.10.3",
"@turbo/gen": "^2.0.6",
"@types/glob": "8.1.0",
"glob": "^10.4.3",
Expand All @@ -52,7 +52,7 @@
"turbo": "^2.0.6",
"typescript": "^5.5.2"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"pnpm": {
"overrides": {
"@swc/core": "^1.6.7"
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.400.0",
"lucide-react": "^0.412.0",
"npm-run-all2": "^6.2.2",
"tailwind-merge": "^2.3.0"
},
"peerDependencies": {
"@remix-run/dev": "2.10.2",
"@remix-run/node": "2.10.2",
"@remix-run/dev": "2.10.3",
"@remix-run/node": "2.10.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2",
Expand All @@ -35,8 +35,8 @@
"devDependencies": {
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-gospel-stack/tsconfig": "workspace:*",
"@remix-run/dev": "2.10.2",
"@remix-run/node": "2.10.2",
"@remix-run/dev": "2.10.3",
"@remix-run/node": "2.10.3",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
Expand All @@ -53,7 +53,7 @@
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint": "9.6.0",
"eslint": "9.7.0",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.39",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit 1e03194

Please sign in to comment.