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 31, 2024
1 parent e873829 commit 191fd16
Show file tree
Hide file tree
Showing 5 changed files with 404 additions and 368 deletions.
8 changes: 4 additions & 4 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"hono": "4.6.14",
"next": "15.1.3",
"next-themes": "0.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"zod": "3.24.1"
},
"devDependencies": {
Expand All @@ -24,8 +24,8 @@
"@repo/typescript-config": "workspace:*",
"@types/eslint": "9.6.1",
"@types/node": "22.10.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"postcss": "8.4.49",
Expand Down
8 changes: 4 additions & 4 deletions apps/storybooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@repo/ui": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "8.4.7",
Expand All @@ -22,8 +22,8 @@
"@storybook/react": "8.4.7",
"@storybook/react-vite": "8.4.7",
"@storybook/test": "8.4.7",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react-swc": "3.7.2",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@astrojs/tailwind": "5.1.4",
"@repo/tailwind-config": "workspace:*",
"@tailwindcss/typography": "0.5.15",
"@types/react": "18.3.18",
"@types/react": "19.0.2",
"@typescript-eslint/parser": "7.18.0",
"astro-eslint-parser": "1.1.0",
"eslint": "8.57.1",
"eslint-plugin-astro": "1.3.1",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@turbo/gen": "2.3.3",
"@types/eslint": "9.6.1",
"@types/node": "22.10.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"postcss": "8.4.49",
"react": "18.3.1",
"react": "19.0.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
},
Expand Down
Loading

0 comments on commit 191fd16

Please sign in to comment.