Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 36aca13 commit cff3df7
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 182 deletions.
8 changes: 4 additions & 4 deletions apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"dependencies": {
"next": "^14.2.13",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@remix-gospel-stack/database": "workspace:*",
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-gospel-stack/tsconfig": "workspace:*",
"@types/eslint": "^9.6.1",
"@types/node": "^22.7.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "9.17.0",
"typescript": "^5.6.2"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"express": "^4.21.0",
"get-port": "^7.1.0",
"morgan": "^1.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@faker-js/faker": "^9.0.2",
Expand All @@ -68,8 +68,8 @@
"@types/glob": "8.1.0",
"@types/morgan": "^1.9.9",
"@types/node": "^22.7.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.1.1",
"autoprefixer": "^10.4.20",
Expand Down
8 changes: 4 additions & 4 deletions apps/remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@vercel/analytics": "^1.3.1",
"@vercel/remix": "2.15.1",
"isbot": "^5.1.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@remix-gospel-stack/eslint-config": "workspace:*",
"@remix-run/dev": "2.15.1",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/source-map-support": "^0.5.10",
"eslint": "9.17.0",
"postcss": "^8.4.47",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"peerDependencies": {
"@remix-run/dev": "2.15.1",
"@remix-run/node": "2.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.3.2",
"tailwindcss-animate": "^1.0.6"
},
Expand All @@ -49,16 +49,16 @@
"@storybook/test": "^8.3.3",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.7.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"eslint": "9.17.0",
"eslint-plugin-storybook": "^0.11.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"storybook": "^8.3.3",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
Expand Down
Loading

0 comments on commit cff3df7

Please sign in to comment.