Skip to content

Commit 610ef0e

Browse files
build(deps-dev): bump react-refresh in /cmd/mdl/webapp (#1035)
Bumps [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) from 0.17.0 to 0.18.0. - [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/HEAD/packages/react) --- updated-dependencies: - dependency-name: react-refresh dependency-version: 0.18.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8286af commit 610ef0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cmd/mdl/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-react-hooks": "^5.2.0",
3737
"html-loader": "^5.1.0",
3838
"html-webpack-plugin": "^5.6.4",
39-
"react-refresh": "^0.17.0",
39+
"react-refresh": "^0.18.0",
4040
"style-loader": "^4.0.0",
4141
"typescript": "^5.9.3",
4242
"webpack": "^5.102.0",

cmd/mdl/webapp/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4195,10 +4195,10 @@ react-is@^19.2.0:
41954195
resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.2.0.tgz#ddc3b4a4e0f3336c3847f18b806506388d7b9973"
41964196
integrity sha512-x3Ax3kNSMIIkyVYhWPyO09bu0uttcAIoecO/um/rKGQ4EltYWVYtyiGkS/3xMynrbVQdS69Jhlv8FXUEZehlzA==
41974197

4198-
react-refresh@^0.17.0:
4199-
version "0.17.0"
4200-
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz"
4201-
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
4198+
react-refresh@^0.18.0:
4199+
version "0.18.0"
4200+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062"
4201+
integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==
42024202

42034203
react-router-dom@^7.9.4:
42044204
version "7.9.4"

0 commit comments

Comments
 (0)