Skip to content

Commit

Permalink
chore(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 413c0a7 commit 6ea9285
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 492 deletions.
8 changes: 4 additions & 4 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"docusaurus-plugin-tailwind": "workspace:*",
"fuse.js": "7.0.0",
"prism-react-renderer": "2.3.1",
"react": "18.3.1",
"react": "19.0.0",
"react-cookie": "7.2.0",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-icons": "5.2.1",
"ui": "workspace:*",
"use-query-params": "2.2.1"
Expand All @@ -37,8 +37,8 @@
"@docusaurus/theme-classic": "3.4.0",
"@docusaurus/types": "3.4.0",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"autoprefixer": "10.4.19",
"deepmerge": "4.3.1",
"dotenv": "16.4.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"autoprefixer": "10.4.19",
"axios": "1.7.2",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"postcss": "8.4.39",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss": "3.4.6",
"tsconfig": "workspace:*",
"typescript": "5.5.3"
Expand Down
Loading

0 comments on commit 6ea9285

Please sign in to comment.