aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-17 22:11:56 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-12-17 22:12:09 +0000
commita640220e46016dbf4288e223fd2a7ca18f8a9be4 (patch)
treef94066fc12111f9516f10085be09d1a5d5deb433
parentbuild(deps): bump org.jetbrains.kotlin.jvm in the jvm-dependencies group (diff)
downloadlocusts-a640220e46016dbf4288e223fd2a7ca18f8a9be4.tar
locusts-a640220e46016dbf4288e223fd2a7ca18f8a9be4.tar.gz
locusts-a640220e46016dbf4288e223fd2a7ca18f8a9be4.tar.bz2
locusts-a640220e46016dbf4288e223fd2a7ca18f8a9be4.tar.lz
locusts-a640220e46016dbf4288e223fd2a7ca18f8a9be4.tar.xz
locusts-a640220e46016dbf4288e223fd2a7ca18f8a9be4.tar.zst
locusts-a640220e46016dbf4288e223fd2a7ca18f8a9be4.zip
build(deps-dev): bump eslint-plugin-react-refreshHEADmaster
Bumps the nodejs-dependencies group with 1 update: [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh). Updates `eslint-plugin-react-refresh` from 0.4.25 to 0.4.26 - [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](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.25...v0.4.26) --- updated-dependencies: - dependency-name: eslint-plugin-react-refresh dependency-version: 0.4.26 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pnpm-lock.yaml10
-rw-r--r--src/packages/react/package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index d6a98b1..90edd08 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -100,8 +100,8 @@ importers:
specifier: ^7.0.1
version: 7.0.1(eslint@9.39.2)
eslint-plugin-react-refresh:
- specifier: ^0.4.25
- version: 0.4.25(eslint@9.39.2)
+ specifier: ^0.4.26
+ version: 0.4.26(eslint@9.39.2)
globals:
specifier: ^16.5.0
version: 16.5.0
@@ -1725,8 +1725,8 @@ packages:
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
- eslint-plugin-react-refresh@0.4.25:
- resolution: {integrity: sha512-dRUD2LOdEqI4zXHqbQ442blQAzdSuShAaiSq5Vtyy6LT08YUf0oOjBDo4VPx0dCPgiPWh1WB4dtbLOd0kOlDPQ==}
+ eslint-plugin-react-refresh@0.4.26:
+ resolution: {integrity: sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==}
peerDependencies:
eslint: '>=8.40'
@@ -4834,7 +4834,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-react-refresh@0.4.25(eslint@9.39.2):
+ eslint-plugin-react-refresh@0.4.26(eslint@9.39.2):
dependencies:
eslint: 9.39.2
diff --git a/src/packages/react/package.json b/src/packages/react/package.json
index ee61ef9..cc9707c 100644
--- a/src/packages/react/package.json
+++ b/src/packages/react/package.json
@@ -48,7 +48,7 @@
"@vitejs/plugin-react-swc": "^4.2.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
- "eslint-plugin-react-refresh": "^0.4.25",
+ "eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"publint": "^0.3.16",
"typescript": "^5.9.3",