Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to v18.3.5 (#4157)
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] committed Sep 8, 2024
1 parent 8f9044b commit b5081e2
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 103 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.4",
"@types/react": "18.3.5",
"@vitejs/plugin-react": "4.3.1",
"vite-tsconfig-paths": "5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@internationalized/date": "3.5.5",
"@types/node": "20.14.15",
"@types/react": "18.3.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"tailwindcss-animate": "1.0.7",
"typescript": "5.5.4",
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.4",
"@types/react": "18.3.5",
"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.4"
"@types/react": "18.3.5"
},
"scripts": {
"build": "echo types only",
Expand Down
Loading

0 comments on commit b5081e2

Please sign in to comment.