Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 5ea1a4b commit 982f27b
Show file tree
Hide file tree
Showing 5 changed files with 404 additions and 285 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"next": "14.2.5",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@types/node": "18.19.33",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"postcss": "8.4.34",
"tailwindcss": "3.4.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"devDependencies": {
"@microsoft/api-extractor": "7.39.5",
"@types/node": "18.19.33",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"react": "18.3.1",
"rimraf": "6.0.1",
"tsconfig": "workspace:*",
"tsup": "8.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-mui-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@mui/material": "5.15.10",
"@mui/x-data-grid-pro": "6.19.4",
"@types/node": "18.19.33",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"date-fns": "2.30.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"react": "18.3.1",
"rimraf": "6.0.1",
"tsconfig": "workspace:*",
"tsup": "8.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@mui/x-date-pickers-pro": "5.0.20",
"@mui/x-date-pickers": "5.0.20",
"@types/node": "18.19.33",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"date-fns": "2.30.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"react": "18.3.1",
"rimraf": "6.0.1",
"tsconfig": "workspace:*",
"tsup": "8.1.0",
Expand Down
Loading

0 comments on commit 982f27b

Please sign in to comment.