Skip to content

Commit e84bb76

Browse files
chore(deps): bump the minor-or-patch group (#181)
Bumps the minor-or-patch group in /examples/ref-browser with 3 updates: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh). Updates `react-router-dom` from 6.23.0 to 6.23.1 - [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 18.3.1 to 18.3.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `eslint-plugin-react-refresh` from 0.4.6 to 0.4.7 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.6...v0.4.7) --- updated-dependencies: - dependency-name: react-router-dom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-or-patch - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-or-patch - dependency-name: eslint-plugin-react-refresh 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 6bb578b commit e84bb76

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

examples/ref-browser/package-lock.json

Lines changed: 22 additions & 22 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"@nginxinc/reference-lib": "file:../../reference-lib",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
16-
"react-router-dom": "^6.23.0"
16+
"react-router-dom": "^6.23.1"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.1",
19+
"@types/react": "^18.3.2",
2020
"@types/react-dom": "^18.3.0",
2121
"@typescript-eslint/eslint-plugin": "^7.8.0",
2222
"@typescript-eslint/parser": "^7.8.0",
2323
"@vitejs/plugin-react": "^4.2.1",
2424
"eslint": "^8.57.0",
2525
"eslint-plugin-react-hooks": "^4.6.2",
26-
"eslint-plugin-react-refresh": "^0.4.6",
26+
"eslint-plugin-react-refresh": "^0.4.7",
2727
"typescript": "^5.4.5",
2828
"vite": "^5.2.11"
2929
}

0 commit comments

Comments
 (0)