diff --git a/packages/plugin-solid/package.json b/packages/plugin-solid/package.json index 0b082bf6b0..2d8cd14ac3 100644 --- a/packages/plugin-solid/package.json +++ b/packages/plugin-solid/package.json @@ -30,7 +30,7 @@ "@rsbuild/plugin-babel": "workspace:*", "@rsbuild/shared": "workspace:*", "babel-preset-solid": "^1.8.6", - "solid-refresh": "^0.6.0" + "solid-refresh": "^0.7.0" }, "devDependencies": { "@rsbuild/core": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4732c27989..572388b666 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1079,8 +1079,8 @@ importers: specifier: ^1.8.6 version: 1.8.6(@babel/core@7.23.2) solid-refresh: - specifier: ^0.6.0 - version: 0.6.0(solid-js@1.8.5) + specifier: ^0.7.0 + version: 0.7.2(solid-js@1.8.5) devDependencies: '@rsbuild/core': specifier: link:../core @@ -12219,14 +12219,14 @@ packages: seroval: 0.12.4 dev: false - /solid-refresh@0.6.0(solid-js@1.8.5): - resolution: {integrity: sha512-nnjdDBD4A/quDsgV3iPa/nK0Hggw/v0qFr6wV1kBzGOeXK1GOh2cm32xdhrD32Kui++9q1elO+ojdIRkS0h/TQ==} + /solid-refresh@0.7.2(solid-js@1.8.5): + resolution: {integrity: sha512-dY3LuXIMCKZZaX3bczdOFQyfUxGWUwcUJgVZeo18tGvZqUTvfacy7lCR2iWR627AvbQUcCrdN6w3GmZicglPjA==} peerDependencies: solid-js: ^1.3 dependencies: - '@babel/generator': 7.23.0 + '@babel/generator': 7.23.6 '@babel/helper-module-imports': 7.22.15 - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 solid-js: 1.8.5 dev: false