@rspress/plugin-preview 2.0.0-beta.15 → 2.0.0-beta.17

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 +0 -3
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -444,9 +444,6 @@ function pluginPreview(options) {
444
444
  if (0 === Object.keys(sourceEntry).length) return;
445
445
  const { html, source, output, performance } = clientConfig ?? {};
446
446
  const rsbuildConfig = mergeRsbuildConfig({
447
- dev: {
448
- progressBar: false
449
- },
450
447
  server: {
451
448
  port: devPort,
452
449
  printUrls: ()=>void 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-preview",
3
- "version": "2.0.0-beta.15",
3
+ "version": "2.0.0-beta.17",
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,7 +23,7 @@
23
23
  "static"
24
24
  ],
25
25
  "dependencies": {
26
- "@rsbuild/core": "~1.3.22",
26
+ "@rsbuild/core": "~1.4.0-rc.0",
27
27
  "@rsbuild/plugin-babel": "~1.0.5",
28
28
  "@rsbuild/plugin-less": "~1.2.4",
29
29
  "@rsbuild/plugin-react": "~1.3.2",
@@ -31,12 +31,12 @@
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.15",
35
- "@rspress/theme-default": "2.0.0-beta.15"
34
+ "@rspress/shared": "2.0.0-beta.17",
35
+ "@rspress/theme-default": "2.0.0-beta.17"
36
36
  },
37
37
  "devDependencies": {
38
- "@rslib/core": "0.10.0",
39
- "@types/lodash": "^4.17.17",
38
+ "@rslib/core": "0.10.2",
39
+ "@types/lodash": "^4.17.18",
40
40
  "@types/mdast": "^4.0.4",
41
41
  "@types/node": "^22.8.1",
42
42
  "@types/react": "^19.1.8",
@@ -52,7 +52,7 @@
52
52
  "unist-util-visit": "^5.0.0"
53
53
  },
54
54
  "peerDependencies": {
55
- "@rspress/core": "^2.0.0-beta.15",
55
+ "@rspress/core": "^2.0.0-beta.17",
56
56
  "react": ">=18.0.0",
57
57
  "react-router-dom": "^6.8.1"
58
58
  },