@rspress/plugin-preview 2.0.0-beta.5 → 2.0.0-beta.7

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -472,6 +472,7 @@ function pluginPreview(options) {
472
472
  plugins: config?.builderPlugins
473
473
  }, builderConfig);
474
474
  const rsbuildInstance = await (0, __WEBPACK_EXTERNAL_MODULE__rsbuild_core_1b356efc__.createRsbuild)({
475
+ callerName: 'rspress',
475
476
  rsbuildConfig
476
477
  });
477
478
  const { pluginSass } = await import("@rsbuild/plugin-sass");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-preview",
3
- "version": "2.0.0-beta.5",
3
+ "version": "2.0.0-beta.7",
4
4
  "description": "A plugin for rspress to preview the code block in markdown/mdx file.",
5
5
  "bugs": "https://github.com/web-infra-dev/rspress/issues",
6
6
  "repository": {
@@ -23,36 +23,36 @@
23
23
  "static"
24
24
  ],
25
25
  "dependencies": {
26
- "@rsbuild/core": "1.3.17",
26
+ "@rsbuild/core": "~1.3.21",
27
27
  "@rsbuild/plugin-babel": "~1.0.5",
28
- "@rsbuild/plugin-less": "~1.2.3",
29
- "@rsbuild/plugin-react": "~1.3.0",
28
+ "@rsbuild/plugin-less": "~1.2.4",
29
+ "@rsbuild/plugin-react": "~1.3.1",
30
30
  "@rsbuild/plugin-sass": "~1.3.1",
31
31
  "@rsbuild/plugin-solid": "~1.0.5",
32
32
  "lodash": "4.17.21",
33
33
  "qrcode.react": "^4.2.0",
34
- "@rspress/shared": "2.0.0-beta.5",
35
- "@rspress/theme-default": "2.0.0-beta.5"
34
+ "@rspress/shared": "2.0.0-beta.7",
35
+ "@rspress/theme-default": "2.0.0-beta.7"
36
36
  },
37
37
  "devDependencies": {
38
- "@rslib/core": "0.6.8",
39
- "@types/lodash": "^4.17.16",
38
+ "@rslib/core": "0.8.0",
39
+ "@types/lodash": "^4.17.17",
40
40
  "@types/mdast": "^4.0.4",
41
- "@types/node": "^18.11.17",
42
- "@types/react": "^18.3.21",
41
+ "@types/node": "^22.8.1",
42
+ "@types/react": "^18.3.22",
43
43
  "@types/react-dom": "^18.3.7",
44
44
  "mdast-util-mdx-jsx": "^3.2.0",
45
45
  "mdast-util-mdxjs-esm": "^2.0.1",
46
46
  "react": "^19.1.0",
47
47
  "react-dom": "^19.1.0",
48
48
  "react-router-dom": "^6.29.0",
49
- "rsbuild-plugin-publint": "^0.3.1",
49
+ "rsbuild-plugin-publint": "^0.3.2",
50
50
  "typescript": "^5.8.2",
51
51
  "unified": "^11.0.5",
52
52
  "unist-util-visit": "^5.0.0"
53
53
  },
54
54
  "peerDependencies": {
55
- "@rspress/core": "^2.0.0-beta.5",
55
+ "@rspress/core": "^2.0.0-beta.7",
56
56
  "react": ">=18.0.0",
57
57
  "react-router-dom": "^6.8.1"
58
58
  },