@rsdoctor/docs 0.4.11 → 0.4.13

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.
@@ -26,8 +26,7 @@
26
26
 
27
27
  ![Overall](https://lf3-static.bytednsdoc.com/obj/eden-cn/lognuvj/rsdoctor/docs/start/overall.jpg)
28
28
 
29
- - In addition to the project overview, we also provide diagnostic functions, including compilation diagnostics and duplicate packages diagnostics. If your compilation and products hit the diagnostic rules we defined,
30
- the corresponding warning alerts will appear on the tool's home page. **where you can see the detailed reference path of duplicate packages**:
29
+ - In addition to the project overview, we also provide diagnostic functions, including compilation diagnostics and duplicate packages diagnostics. If your compilation and products hit the diagnostic rules we defined, the corresponding warning alerts will appear on the tool's home page, **where you can see the detailed reference path of duplicate packages**:
31
30
 
32
31
  ![Overall-Alerts](https://lf3-static.bytednsdoc.com/obj/eden-cn/lognuvj/rsdoctor/docs/start/overall-alerts.jpg)
33
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/docs",
3
- "version": "0.4.11",
3
+ "version": "0.4.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -19,10 +19,10 @@
19
19
  "registry": "https://registry.npmjs.org/"
20
20
  },
21
21
  "devDependencies": {
22
- "@rspress/plugin-rss": "^1.37.3",
22
+ "@rspress/plugin-rss": "^1.38.0",
23
23
  "@types/node": "^16",
24
- "@types/react": "^18.3.12",
25
- "@types/react-dom": "^18.3.1",
24
+ "@types/react": "^18.3.18",
25
+ "@types/react-dom": "^18.3.5",
26
26
  "react": "18.3.1",
27
27
  "react-dom": "18.3.1",
28
28
  "rsbuild-plugin-google-analytics": "^1.0.3",
@@ -30,12 +30,12 @@
30
30
  "rspress-plugin-font-open-sans": "^1.0.0",
31
31
  "rspress-plugin-sitemap": "^1.1.1",
32
32
  "typescript": "^5.2.2",
33
- "@rsdoctor/types": "0.4.11"
33
+ "@rsdoctor/types": "0.4.13"
34
34
  },
35
35
  "dependencies": {
36
36
  "@rstack-dev/doc-ui": "1.5.4",
37
37
  "react-markdown": "^9.0.1",
38
- "rspress": "^1.37.3"
38
+ "rspress": "^1.38.0"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "rspress dev",