Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group (#8962)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /examples/typescript with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


Updates `@types/node` from 16.18.108 to 16.18.109
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.3.8 to 18.3.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent c1615b9 commit ab4b1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.3.1",
"@tsconfig/create-react-app": "2.0.5",
"@types/node": "16.18.108",
"@types/react": "18.3.8",
"@types/node": "16.18.109",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"cross-env": "7.0.3",
"typescript": "4.9.5"
Expand Down

0 comments on commit ab4b1c1

Please sign in to comment.