Skip to content

Commit 7089c64

Browse files
Bump the production-dependencies group with 5 updates
Bumps the production-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@hey-api/client-fetch](https://github.com/hey-api/openapi-ts) | `0.12.0` | `0.13.1` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.0` | `19.1.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.8` | `19.1.12` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.0` | `19.1.1` | | [uuid](https://github.com/uuidjs/uuid) | `11.1.0` | `13.0.0` | Updates `@hey-api/client-fetch` from 0.12.0 to 0.13.1 - [Release notes](https://github.com/hey-api/openapi-ts/releases) - [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/client-fetch@0.12.0...@hey-api/client-fetch@0.13.1) Updates `react` from 19.1.0 to 19.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react) Updates `@types/react` from 19.1.8 to 19.1.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 19.1.0 to 19.1.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react-dom) Updates `uuid` from 11.1.0 to 13.0.0 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.0...v13.0.0) --- updated-dependencies: - dependency-name: "@hey-api/client-fetch" dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@types/react" dependency-version: 19.1.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react-dom dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e3ba7d commit 7089c64

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

package-lock.json

Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
}
2626
},
2727
"dependencies": {
28-
"@hey-api/client-fetch": "0.12.0",
29-
"react": "19.1.0",
30-
"react-dom": "19.1.0",
31-
"uuid": "11.1.0"
28+
"@hey-api/client-fetch": "0.13.1",
29+
"react": "19.1.1",
30+
"react-dom": "19.1.1",
31+
"uuid": "13.0.0"
3232
},
3333
"devDependencies": {
3434
"@eslint/js": "^9.29.0",
@@ -38,7 +38,7 @@
3838
"@testing-library/react": "^16.3.0",
3939
"@types/jest": "^30.0.0",
4040
"@types/node": "^24.3.1",
41-
"@types/react": "^19.1.8",
41+
"@types/react": "^19.1.12",
4242
"eslint": "^9.35.0",
4343
"eslint-plugin-jsx-a11y": "^6.10.2",
4444
"eslint-plugin-react": "^7.37.5",

0 commit comments

Comments
 (0)