@next/react-refresh-utils 13.5.5-canary.0 → 13.5.5-canary.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { Compiler as WebpackCompiler, Template as WebpackTemplate, RuntimeModule as WebpackRuntimeModule, RuntimeGlobals as WebpackRuntimeGlobals } from 'webpack';
1
+ import type { Compiler as WebpackCompiler, Template as WebpackTemplate, RuntimeModule as WebpackRuntimeModule, RuntimeGlobals as WebpackRuntimeGlobals } from 'webpack';
2
2
  declare class ReactFreshWebpackPlugin {
3
3
  webpackMajorVersion: number;
4
4
  RuntimeGlobals: typeof WebpackRuntimeGlobals;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/react-refresh-utils",
3
- "version": "13.5.5-canary.0",
3
+ "version": "13.5.5-canary.10",
4
4
  "description": "An experimental package providing utilities for React Refresh.",
5
5
  "repository": {
6
6
  "url": "vercel/next.js",