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 Oct 20, 2024
1 parent 4638ebf commit 4bd72aa
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.9",
"@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 4bd72aa

Please sign in to comment.