@rspack/plugin-react-refresh
Advanced tools
Comparing version 0.7.5-canary-08f2925-20240618102814 to 0.7.5-canary-129960e-20240620181737
{ | ||
"name": "@rspack/plugin-react-refresh", | ||
"version": "0.7.5-canary-08f2925-20240618102814", | ||
"version": "0.7.5-canary-129960e-20240620181737", | ||
"license": "MIT", | ||
@@ -32,4 +32,4 @@ "description": "React refresh plugin for rspack", | ||
"react-refresh": "0.14.0", | ||
"@rspack/plugin-react-refresh": "0.7.5-canary-08f2925-20240618102814", | ||
"@rspack/core": "0.7.5-canary-08f2925-20240618102814" | ||
"@rspack/core": "0.7.5-canary-129960e-20240620181737", | ||
"@rspack/plugin-react-refresh": "0.7.5-canary-129960e-20240620181737" | ||
}, | ||
@@ -54,3 +54,3 @@ "peerDependencies": { | ||
"dev": "tsc -b -w", | ||
"test": "jest --runInBand", | ||
"test": "jest --runInBand --colors", | ||
"api-extractor": "api-extractor run --verbose", | ||
@@ -57,0 +57,0 @@ "api-extractor:ci": "api-extractor run --verbose || diff temp/api.md etc/api.md" |
19463