Skip to content

Commit 46b105c

Browse files
chore(deps): update all patch dependencies (#2530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9e2ea8 commit 46b105c

File tree

21 files changed

+352
-483
lines changed

21 files changed

+352
-483
lines changed

e2e/fixtures/dynamic-toc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "^22.8.1",
16-
"@types/react": "^19.1.11"
16+
"@types/react": "^19.1.12"
1717
}
1818
}

e2e/fixtures/plugin-preview-custom-entry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react": "^19.1.1",
1515
"react-dom": "^19.1.1",
1616
"solid-js": "^1.9.9",
17-
"vue": "^3.5.19"
17+
"vue": "^3.5.20"
1818
},
1919
"devDependencies": {
2020
"@types/node": "^22.8.1"

e2e/fixtures/search-algolia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@rspress/plugin-algolia": "workspace:*",
1616
"@types/node": "^22.8.1",
17-
"@types/react": "^19.1.11"
17+
"@types/react": "^19.1.12"
1818
}
1919
}

e2e/fixtures/search-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@rspress/plugin-algolia": "workspace:*",
1616
"@types/node": "^22.8.1",
17-
"@types/react": "^19.1.11"
17+
"@types/react": "^19.1.12"
1818
}
1919
}

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"reset": "rimraf ./**/node_modules"
5858
},
5959
"dependencies": {
60-
"@mdx-js/mdx": "^3.1.0",
61-
"@mdx-js/react": "^3.1.0",
60+
"@mdx-js/mdx": "^3.1.1",
61+
"@mdx-js/react": "^3.1.1",
6262
"@rsbuild/core": "~1.4.16",
6363
"@rsbuild/plugin-react": "~1.3.5",
6464
"@rspress/mdx-rs": "0.6.6",
@@ -94,25 +94,25 @@
9494
},
9595
"devDependencies": {
9696
"@microsoft/api-extractor": "^7.52.11",
97-
"@rslib/core": "0.12.2",
97+
"@rslib/core": "0.12.4",
9898
"@rspress/config": "workspace:*",
9999
"@types/hast": "^3.0.4",
100100
"@types/html-to-text": "^9.0.4",
101101
"@types/jest": "~29.5.14",
102102
"@types/lodash-es": "^4.17.12",
103103
"@types/mdast": "^4.0.4",
104104
"@types/node": "^22.8.1",
105-
"@types/react": "^19.1.11",
106-
"@types/react-dom": "^19.1.7",
105+
"@types/react": "^19.1.12",
106+
"@types/react-dom": "^19.1.9",
107107
"execa": "8.0.1",
108108
"mdast-util-directive": "^3.1.0",
109109
"mdast-util-mdx-expression": "^2.0.1",
110-
"memfs": "^4.38.1",
110+
"memfs": "^4.38.2",
111111
"p-map": "^7.0.3",
112112
"postcss": "8.5.6",
113113
"rehype-stringify": "^10.0.1",
114114
"remark-directive": "^4.0.0",
115-
"remark-mdx": "^3.1.0",
115+
"remark-mdx": "^3.1.1",
116116
"remark-parse": "^11.0.0",
117117
"remark-rehype": "^11.1.2",
118118
"remark-stringify": "^11.0.0",

packages/create-rspress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-extractor": "^7.52.11",
35-
"@rslib/core": "0.12.2",
35+
"@rslib/core": "0.12.4",
3636
"@types/node": "^22.8.1",
3737
"rsbuild-plugin-publint": "^0.3.3",
3838
"typescript": "^5.8.2"

packages/create-rspress/template-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "rspress preview"
99
},
1010
"dependencies": {
11-
"@rspress/core": "^2.0.0-beta.28"
11+
"@rspress/core": "^2.0.0-beta.29"
1212
},
1313
"devDependencies": {
1414
"@types/node": "^22.8.1"

packages/plugin-algolia/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"devDependencies": {
4646
"@microsoft/api-extractor": "^7.52.11",
4747
"@rsbuild/plugin-react": "~1.3.5",
48-
"@rslib/core": "0.12.2",
48+
"@rslib/core": "0.12.4",
4949
"@rspress/config": "workspace:*",
5050
"@types/node": "^22.8.1",
51-
"@types/react": "^19.1.11",
52-
"@types/react-dom": "^19.1.7",
51+
"@types/react": "^19.1.12",
52+
"@types/react-dom": "^19.1.9",
5353
"react": "^19.1.1",
5454
"rsbuild-plugin-publint": "^0.3.3",
5555
"typescript": "^5.8.2"

packages/plugin-api-docgen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
},
4040
"devDependencies": {
4141
"@microsoft/api-extractor": "^7.52.11",
42-
"@rslib/core": "0.12.2",
42+
"@rslib/core": "0.12.4",
4343
"@types/hast": "^3.0.4",
4444
"@types/mdast": "^4.0.4",
4545
"@types/node": "^22.8.1",
46-
"@types/react": "^19.1.11",
47-
"@types/react-dom": "^19.1.7",
46+
"@types/react": "^19.1.12",
47+
"@types/react-dom": "^19.1.9",
4848
"react": "^19.1.1",
4949
"react-dom": "^19.1.1",
5050
"react-router-dom": "^6.30.1",

packages/plugin-client-redirects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
},
3636
"devDependencies": {
3737
"@microsoft/api-extractor": "^7.52.11",
38-
"@rslib/core": "0.12.2",
38+
"@rslib/core": "0.12.4",
3939
"@rspress/config": "workspace:*",
4040
"@types/node": "^22.8.1",
41-
"@types/react": "^19.1.11",
42-
"@types/react-dom": "^19.1.7",
41+
"@types/react": "^19.1.12",
42+
"@types/react-dom": "^19.1.9",
4343
"react": "^19.1.1",
4444
"rsbuild-plugin-publint": "^0.3.3",
4545
"typescript": "^5.8.2"

0 commit comments

Comments
 (0)