Skip to content

Commit 26360ef

Browse files
chore(deps-dev): bump the ui-test-dependencies group (#5374)
Bumps the ui-test-dependencies group in /ui/tests with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh). Updates `@types/node` from 22.7.6 to 22.7.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-react-refresh` from 0.4.12 to 0.4.13 - [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.12...v0.4.13) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-test-dependencies - dependency-name: eslint-plugin-react-refresh dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ui-test-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65b72cb commit 26360ef

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

ui/tests/package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"devDependencies": {
1414
"@apicurio/eslint-config": "0.3.0",
1515
"@playwright/test": "1.48.1",
16-
"@types/node": "22.7.6",
16+
"@types/node": "22.7.7",
1717
"@typescript-eslint/eslint-plugin": "8.10.0",
1818
"@typescript-eslint/parser": "8.10.0",
1919
"eslint": "8.57.1",
2020
"eslint-plugin-react-hooks": "5.0.0",
21-
"eslint-plugin-react-refresh": "0.4.12"
21+
"eslint-plugin-react-refresh": "0.4.13"
2222
}
2323
}

0 commit comments

Comments
 (0)