create-rspress 1.26.1 → 1.26.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rspress",
3
- "version": "1.26.1",
3
+ "version": "1.26.3",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -17,14 +17,14 @@
17
17
  "@types/jest": "~29.5.12",
18
18
  "@types/node": "^18.11.17",
19
19
  "@types/prompts": "^2.4.4",
20
- "@types/react": "^18",
20
+ "@types/react": "^18.3.3",
21
21
  "cac": "6.7.14",
22
22
  "chalk": "5.3.0",
23
23
  "fs-extra": "11.2.0",
24
24
  "prompts": "2.4.1",
25
25
  "rimraf": "^3.0.2",
26
26
  "ts-node": "^10.9.1",
27
- "typescript": "^5"
27
+ "typescript": "^5.5.3"
28
28
  },
29
29
  "sideEffects": [],
30
30
  "publishConfig": {
@@ -10,7 +10,7 @@ hero:
10
10
  text: Quick Start
11
11
  link: /guide/
12
12
  - theme: alt
13
- text: Github
13
+ text: GitHub
14
14
  link: https://github.com/web-infra-dev/rspress
15
15
  image:
16
16
  src: /rspress-icon.png
@@ -8,7 +8,7 @@
8
8
  "preview": "rspress preview"
9
9
  },
10
10
  "dependencies": {
11
- "rspress": "^1.25.0"
11
+ "rspress": "^1.26.1"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@types/node": "^16"