Skip to content

Commit e502dab

Browse files
chore(deps-dev): bump the minor-or-patch group (#276)
Bumps the minor-or-patch group in /examples/ref-browser with 3 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@types/react` from 18.3.11 to 18.3.12 - [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.13 to 0.4.14 - [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.13...v0.4.14) Updates `vite` from 5.4.9 to 5.4.10 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite) --- updated-dependencies: - 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 - dependency-name: vite 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 769eb9a commit e502dab

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

examples/ref-browser/package-lock.json

Lines changed: 13 additions & 13 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
@@ -16,15 +16,15 @@
1616
"react-router-dom": "^6.27.0"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.11",
19+
"@types/react": "^18.3.12",
2020
"@types/react-dom": "^18.3.1",
2121
"@typescript-eslint/eslint-plugin": "^7.17.0",
2222
"@typescript-eslint/parser": "^7.18.0",
2323
"@vitejs/plugin-react": "^4.3.3",
2424
"eslint": "^8.57.1",
2525
"eslint-plugin-react-hooks": "^5.0.0",
26-
"eslint-plugin-react-refresh": "^0.4.13",
26+
"eslint-plugin-react-refresh": "^0.4.14",
2727
"typescript": "^5.6.3",
28-
"vite": "^5.4.9"
28+
"vite": "^5.4.10"
2929
}
3030
}

0 commit comments

Comments
 (0)