Skip to content

Commit

Permalink
chore(deps): update react monorepo (#4222)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 172aea4 commit fb9fdf2
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 163 deletions.
2 changes: 1 addition & 1 deletion config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@storybook/addon-interactions": "^8.1.11",
"@storybook/source-loader": "^8.1.11",
"@storybook/test": "^8.1.11",
"@types/react": "18.3.9",
"@types/react": "18.3.11",
"@vitejs/plugin-react": "4.3.1",
"vite-tsconfig-paths": "5.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"devDependencies": {
"@internationalized/date": "3.5.6",
"@types/node": "20.16.12",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"tailwindcss-animate": "1.0.7",
"typescript": "5.5.4",
"unist-builder": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@marigold/tsconfig": "workspace:*",
"@types/react": "18.3.9",
"@types/react": "18.3.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsup": "8.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react": "18.x"
},
"devDependencies": {
"@types/react": "18.3.9"
"@types/react": "18.3.11"
},
"scripts": {
"build": "echo types only",
Expand Down
Loading

0 comments on commit fb9fdf2

Please sign in to comment.