@rspress/plugin-preview 2.0.0-beta.5 → 2.0.0-beta.6
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.
- package/dist/index.js +1 -0
- package/package.json +9 -9
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.
|
3
|
+
"version": "2.0.0-beta.6",
|
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,19 +23,19 @@
|
|
23
23
|
"static"
|
24
24
|
],
|
25
25
|
"dependencies": {
|
26
|
-
"@rsbuild/core": "1.3.
|
26
|
+
"@rsbuild/core": "~1.3.18",
|
27
27
|
"@rsbuild/plugin-babel": "~1.0.5",
|
28
|
-
"@rsbuild/plugin-less": "~1.2.
|
29
|
-
"@rsbuild/plugin-react": "~1.3.
|
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/
|
35
|
-
"@rspress/
|
34
|
+
"@rspress/theme-default": "2.0.0-beta.6",
|
35
|
+
"@rspress/shared": "2.0.0-beta.6"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
|
-
"@rslib/core": "0.6.
|
38
|
+
"@rslib/core": "0.6.9",
|
39
39
|
"@types/lodash": "^4.17.16",
|
40
40
|
"@types/mdast": "^4.0.4",
|
41
41
|
"@types/node": "^18.11.17",
|
@@ -46,13 +46,13 @@
|
|
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.
|
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.
|
55
|
+
"@rspress/core": "^2.0.0-beta.6",
|
56
56
|
"react": ">=18.0.0",
|
57
57
|
"react-router-dom": "^6.8.1"
|
58
58
|
},
|