Skip to content

Commit 175ef72

Browse files
chore(deps): bump the npm-minor-patch group with 4 updates (#212)
Bumps the npm-minor-patch group with 4 updates: [fuse.js](https://github.com/krisk/Fuse), [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). Updates `fuse.js` from 7.4.1 to 7.4.2 - [Release notes](https://github.com/krisk/Fuse/releases) - [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md) - [Commits](krisk/Fuse@v7.4.1...v7.4.2) Updates `react-router-dom` from 7.16.0 to 7.17.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/react-router-dom@7.17.0/packages/react-router-dom) Updates `@types/node` from 25.9.1 to 25.9.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.2.16 to 19.2.17 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: fuse.js dependency-version: 7.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: react-router-dom dependency-version: 7.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@types/node" dependency-version: 25.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@types/react" dependency-version: 19.2.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manas Srivastava <40285830+mastermanas805@users.noreply.github.com>
1 parent a71cf40 commit 175ef72

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"dependencies": {
2626
"@newrelic/browser-agent": "^1.316.0",
2727
"@tanstack/react-query": "^5.101.0",
28-
"fuse.js": "^7.4.1",
28+
"fuse.js": "^7.4.2",
2929
"react": "^19.2.7",
3030
"react-dom": "^19.2.7",
31-
"react-router-dom": "^7.16.0",
31+
"react-router-dom": "^7.17.0",
3232
"zustand": "^5.0.14"
3333
},
3434
"devDependencies": {
3535
"@playwright/test": "^1.60.0",
3636
"@size-limit/preset-app": "^12.1.0",
3737
"@testing-library/react": "^16.1.0",
3838
"@testing-library/user-event": "^14.5.2",
39-
"@types/node": "^25.9.1",
40-
"@types/react": "^19.2.16",
39+
"@types/node": "^25.9.2",
40+
"@types/react": "^19.2.17",
4141
"@types/react-dom": "^19.2.3",
4242
"@vitejs/plugin-react": "^6.0.2",
4343
"@vitest/coverage-v8": "^4.1.8",

0 commit comments

Comments
 (0)