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] committed May 16, 2024
1 parent a2eedc6 commit 43ba4db
Show file tree
Hide file tree
Showing 5 changed files with 518 additions and 248 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.1.0",
"nextra": "2.13.3",
"nextra-theme-docs": "2.13.3",
"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.15",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.17",
"postcss": "8.4.34",
"tailwindcss": "3.4.3",
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.15",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"react": "18.3.1",
"rimraf": "5.0.5",
"tsconfig": "workspace:*",
"tsup": "8.0.2",
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.15",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"date-fns": "2.30.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"react": "18.3.1",
"rimraf": "5.0.5",
"tsconfig": "workspace:*",
"tsup": "8.0.2",
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.15",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"date-fns": "2.30.0",
"eslint-config-custom": "workspace:*",
"react": "18.2.0",
"react": "18.3.1",
"rimraf": "5.0.5",
"tsconfig": "workspace:*",
"tsup": "8.0.2",
Expand Down
Loading

0 comments on commit 43ba4db

Please sign in to comment.