Skip to content

Commit 58b8d78

Browse files
chore(deps): bump the minor-or-patch group across 1 directory with 2 updates (#381)
Bumps the minor-or-patch group with 2 updates in the /examples/ref-browser directory: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `react-router-dom` from 7.3.0 to 7.4.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom) Updates `@types/react` from 19.0.10 to 19.0.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-or-patch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-or-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c297bc commit 58b8d78

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

examples/ref-browser/package-lock.json

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

examples/ref-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"@nginx/reference-lib": "file:../../reference-lib",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
16-
"react-router-dom": "^7.3.0"
16+
"react-router-dom": "^7.4.0"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^19.0.10",
19+
"@types/react": "^19.0.12",
2020
"@types/react-dom": "^19.0.4",
2121
"@typescript-eslint/eslint-plugin": "^7.17.0",
2222
"@typescript-eslint/parser": "^7.18.0",

0 commit comments

Comments
 (0)