@rsdoctor/docs 1.0.2 → 1.1.0

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.
@@ -263,7 +263,7 @@ Rsdoctor 报告输出目录,默认是构建产物输出目录。
263
263
 
264
264
  <Badge text="Deprecated" type="warning" />
265
265
 
266
- 请看 [output.reportDir](#reportDir)
266
+ 请看 [output.reportDir](#reportdir)
267
267
 
268
268
  ### supports
269
269
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/docs",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -19,10 +19,11 @@
19
19
  "registry": "https://registry.npmjs.org/"
20
20
  },
21
21
  "devDependencies": {
22
- "@rspress/plugin-rss": "2.0.0-alpha.11",
23
- "@types/node": "^16",
24
- "@types/react": "^18.3.20",
25
- "@types/react-dom": "^18.3.6",
22
+ "@rspress/plugin-rss": "2.0.0-beta.3",
23
+ "@rspress/plugin-llms": "2.0.0-beta.3",
24
+ "@types/node": "^22.8.1",
25
+ "@types/react": "^18.3.21",
26
+ "@types/react-dom": "^18.3.7",
26
27
  "react": "18.3.1",
27
28
  "react-dom": "18.3.1",
28
29
  "rsbuild-plugin-google-analytics": "^1.0.3",
@@ -30,12 +31,12 @@
30
31
  "rspress-plugin-font-open-sans": "^1.0.0",
31
32
  "rspress-plugin-sitemap": "^1.1.1",
32
33
  "typescript": "^5.2.2",
33
- "@rsdoctor/types": "1.0.2"
34
+ "@rsdoctor/types": "1.1.0"
34
35
  },
35
36
  "dependencies": {
36
37
  "@rstack-dev/doc-ui": "1.7.4",
37
38
  "react-markdown": "^9.1.0",
38
- "rspress": "2.0.0-alpha.11"
39
+ "rspress": "2.0.0-beta.3"
39
40
  },
40
41
  "scripts": {
41
42
  "dev": "rspress dev",