Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-dependencies group
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /examples/function-potterdb-rest-api 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]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent ab4b1c1 commit f2aeaa3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions examples/function-potterdb-rest-api/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/function-potterdb-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,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",
"esbuild": "0.24.0",
Expand Down

0 comments on commit f2aeaa3

Please sign in to comment.