Skip to content

Commit ae4884f

Browse files
authored
chore(deps): upgrade to [email protected] (react,react-dom,@types/react,@types/react-dom) (#2671)
1 parent 2d04dd4 commit ae4884f

File tree

23 files changed

+243
-243
lines changed

23 files changed

+243
-243
lines changed

e2e/fixtures/custom-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@rspress/core": "workspace:*",
1212
"@rspress/plugin-playground": "workspace:*",
1313
"@rspress/plugin-preview": "workspace:*",
14-
"react": "^19.1.1",
15-
"react-dom": "^19.1.1",
14+
"react": "^19.2.0",
15+
"react-dom": "^19.2.0",
1616
"solid-js": "^1.9.9"
1717
},
1818
"devDependencies": {

e2e/fixtures/dynamic-toc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"dependencies": {
1111
"@rspress/core": "workspace:*",
12-
"react": "^19.1.1"
12+
"react": "^19.2.0"
1313
},
1414
"devDependencies": {
1515
"@types/node": "^22.8.1",
16-
"@types/react": "^19.1.15"
16+
"@types/react": "^19.2.2"
1717
}
1818
}

e2e/fixtures/plugin-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"@rspress/core": "workspace:*",
1212
"@rspress/plugin-playground": "workspace:*",
13-
"react": "^19.1.1",
14-
"react-dom": "^19.1.1",
13+
"react": "^19.2.0",
14+
"react-dom": "^19.2.0",
1515
"solid-js": "^1.9.9"
1616
},
1717
"devDependencies": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@rsbuild/plugin-vue": "^1.1.2",
1212
"@rspress/core": "workspace:*",
1313
"@rspress/plugin-preview": "workspace:*",
14-
"react": "^19.1.1",
15-
"react-dom": "^19.1.1",
14+
"react": "^19.2.0",
15+
"react-dom": "^19.2.0",
1616
"solid-js": "^1.9.9",
1717
"vue": "^3.5.22"
1818
},

e2e/fixtures/plugin-preview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@rspress/core": "workspace:*",
1212
"@rspress/plugin-playground": "workspace:*",
1313
"@rspress/plugin-preview": "workspace:*",
14-
"react": "^19.1.1",
15-
"react-dom": "^19.1.1",
14+
"react": "^19.2.0",
15+
"react-dom": "^19.2.0",
1616
"solid-js": "^1.9.9"
1717
},
1818
"devDependencies": {

e2e/fixtures/react-19/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"dependencies": {
1111
"@rspress/core": "workspace:*",
12-
"react": "^19.1.1",
13-
"react-dom": "^19.1.1"
12+
"react": "^19.2.0",
13+
"react-dom": "^19.2.0"
1414
},
1515
"devDependencies": {
1616
"@types/node": "^22.8.1"

e2e/fixtures/search-algolia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"@rspress/core": "workspace:*",
12-
"react": "^19.1.1"
12+
"react": "^19.2.0"
1313
},
1414
"devDependencies": {
1515
"@rspress/plugin-algolia": "workspace:*",
1616
"@types/node": "^22.8.1",
17-
"@types/react": "^19.1.15"
17+
"@types/react": "^19.2.2"
1818
}
1919
}

e2e/fixtures/search-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"@rspress/core": "workspace:*",
12-
"react": "^19.1.1"
12+
"react": "^19.2.0"
1313
},
1414
"devDependencies": {
1515
"@rspress/plugin-algolia": "workspace:*",
1616
"@types/node": "^22.8.1",
17-
"@types/react": "^19.1.15"
17+
"@types/react": "^19.2.2"
1818
}
1919
}

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"mdast-util-mdxjs-esm": "^2.0.1",
7878
"medium-zoom": "1.1.0",
7979
"picocolors": "^1.1.1",
80-
"react": "^19.1.1",
81-
"react-dom": "^19.1.1",
80+
"react": "^19.2.0",
81+
"react-dom": "^19.2.0",
8282
"react-lazy-with-preload": "^2.2.1",
8383
"react-router-dom": "^6.30.1",
8484
"rehype-external-links": "^3.0.0",
@@ -100,8 +100,8 @@
100100
"@types/lodash-es": "^4.17.12",
101101
"@types/mdast": "^4.0.4",
102102
"@types/node": "^22.8.1",
103-
"@types/react": "^19.1.15",
104-
"@types/react-dom": "^19.1.9",
103+
"@types/react": "^19.2.2",
104+
"@types/react-dom": "^19.2.2",
105105
"execa": "8.0.1",
106106
"mdast-util-directive": "^3.1.0",
107107
"mdast-util-mdx-expression": "^2.0.1",

packages/plugin-algolia/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"@rslib/core": "0.15.1",
4949
"@rspress/config": "workspace:*",
5050
"@types/node": "^22.8.1",
51-
"@types/react": "^19.1.15",
52-
"@types/react-dom": "^19.1.9",
53-
"react": "^19.1.1",
51+
"@types/react": "^19.2.2",
52+
"@types/react-dom": "^19.2.2",
53+
"react": "^19.2.0",
5454
"rsbuild-plugin-publint": "^0.3.3",
5555
"typescript": "^5.8.2"
5656
},

0 commit comments

Comments
 (0)