From d2845f2f662a950e9872e46ff9bea617402d2f1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:38:34 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-react-refresh to v0.4.19 (#3143) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 22 +++++++++++----------- sandbox/codegen/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ace66c9ae..f4e2d3439 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -929,8 +929,8 @@ importers: specifier: 4.6.0 version: 4.6.0(eslint@8.56.0) eslint-plugin-react-refresh: - specifier: 0.4.18 - version: 0.4.18(eslint@8.56.0) + specifier: 0.4.19 + version: 0.4.19(eslint@8.56.0) happy-dom: specifier: 15.10.2 version: 15.10.2 @@ -9878,8 +9878,8 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react-refresh@0.4.18: - resolution: {integrity: sha512-IRGEoFn3OKalm3hjfolEWGqoF/jPqeEYFp+C8B0WMzwGwBMvlRDQd06kghDhF0C61uJ6WfSDhEZE/sAQjduKgw==} + eslint-plugin-react-refresh@0.4.19: + resolution: {integrity: sha512-eyy8pcr/YxSYjBoqIFSrlbn9i/xvxUFa8CjzAYo9cFjgGXqq1hyjihcpZvxRLalpaWmueWR81xn7vuKmAFijDQ==} peerDependencies: eslint: '>=8.40' @@ -18021,7 +18021,7 @@ snapshots: '@babel/core': 7.12.9 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color @@ -18030,7 +18030,7 @@ snapshots: '@babel/core': 7.23.9 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color @@ -18039,7 +18039,7 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.7 + '@babel/traverse': 7.26.8 transitivePeerDependencies: - supports-color @@ -26945,9 +26945,9 @@ snapshots: babel-eslint@10.1.0(eslint@7.32.0): dependencies: '@babel/code-frame': 7.26.2 - '@babel/parser': 7.26.7 - '@babel/traverse': 7.26.7 - '@babel/types': 7.26.7 + '@babel/parser': 7.26.8 + '@babel/traverse': 7.26.8 + '@babel/types': 7.26.8 eslint: 7.32.0 eslint-visitor-keys: 1.3.0 resolve: 1.22.10 @@ -29640,7 +29640,7 @@ snapshots: dependencies: eslint: 8.56.0 - eslint-plugin-react-refresh@0.4.18(eslint@8.56.0): + eslint-plugin-react-refresh@0.4.19(eslint@8.56.0): dependencies: eslint: 8.56.0 diff --git a/sandbox/codegen/package.json b/sandbox/codegen/package.json index 9fad88feb..0d75fd09a 100644 --- a/sandbox/codegen/package.json +++ b/sandbox/codegen/package.json @@ -33,7 +33,7 @@ "@vitejs/plugin-vue-jsx": "3.1.0", "cac": "6.7.14", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-react-refresh": "0.4.18", + "eslint-plugin-react-refresh": "0.4.19", "happy-dom": "15.10.2", "jsdom": "24.0.0", "preact": "10.19.5",