Skip to content

Commit

Permalink
chore(deps-dev): bump @types/react from 18.3.9 to 18.3.10 (#3254)
Browse files Browse the repository at this point in the history
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.3.9 to 18.3.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 30, 2024
1 parent 0735268 commit 65d07be
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@playwright/experimental-ct-react": "1.47.2",
"@types/react": "^18.3.9",
"@types/react": "^18.3.10",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion showcases/next-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/node": "^22.7.3",
"@types/react": "^18.3.9",
"@types/react": "^18.3.10",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@next/mdx": "^14.2.13",
"@types/dompurify": "3.0.5",
"@types/node": "22.7.3",
"@types/react": "18.3.9",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"esbuild": "0.24.0",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion showcases/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sa11y": "3.2.3"
},
"devDependencies": {
"@types/react": "^18.3.9",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"cross-env": "^7.0.3",
Expand Down

0 comments on commit 65d07be

Please sign in to comment.