rspress 1.11.1 → 1.12.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -23,7 +23,7 @@ Go to the [Quick Start](https://rspress.dev/guide/start/getting-started.html) to
23
23
 
24
24
  Please read the [contributing guide](./CONTRIBUTING.md) and let's build Rspress together.
25
25
 
26
- If you have any questions, you can open an issue or go to [Discord](https://discord.gg/csSX8TBy) to communicate with us.
26
+ If you have any questions, you can open an issue or go to [Discord](https://discord.com/invite/Cq6HweJM26) to communicate with us.
27
27
 
28
28
  ### Code of Conduct
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rspress",
3
- "version": "1.11.1",
3
+ "version": "1.12.0",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -28,12 +28,12 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@modern-js/node-bundle-require": "2.46.1",
31
+ "@modern-js/node-bundle-require": "2.47.0",
32
32
  "cac": "^6.7.14",
33
33
  "chokidar": "^3.5.3",
34
34
  "chalk": "5.3.0",
35
- "@rspress/core": "1.11.1",
36
- "@rspress/shared": "1.11.1"
35
+ "@rspress/core": "1.12.0",
36
+ "@rspress/shared": "1.12.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/jest": "~29.2.4",