Skip to content

Commit 08c103a

Browse files
authored
chore: add @types/react as dependency for editor experience (#214)
1 parent 662b006 commit 08c103a

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.changeset/tangy-games-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@alauda/doom": patch
3+
---
4+
5+
chore: add @types/react as dependency for editor experience

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"@types/node": "^24.0.0",
4343
"@types/picomatch": "^4.0.2",
4444
"@types/pluralize": "^0.0.33",
45-
"@types/react": "^19.2.2",
4645
"@types/react-dom": "^19.2.2",
4746
"@types/swagger2openapi": "^7.0.4",
4847
"@unts/patch-package": "^8.1.1",

packages/doom/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"@rspress/shared": "2.0.0-beta.34",
5757
"@shikijs/transformers": "^3.14.0",
5858
"@total-typescript/ts-reset": "^0.6.1",
59+
"@types/react": "^19.2.2",
5960
"ab64": "^0.1.6",
6061
"chokidar": "^4.0.3",
6162
"clsx": "^2.1.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ __metadata:
9292
"@rspress/shared": "npm:2.0.0-beta.34"
9393
"@shikijs/transformers": "npm:^3.14.0"
9494
"@total-typescript/ts-reset": "npm:^0.6.1"
95+
"@types/react": "npm:^19.2.2"
9596
ab64: "npm:^0.1.6"
9697
chokidar: "npm:^4.0.3"
9798
clsx: "npm:^2.1.1"
@@ -4726,7 +4727,6 @@ __metadata:
47264727
"@types/node": "npm:^24.0.0"
47274728
"@types/picomatch": "npm:^4.0.2"
47284729
"@types/pluralize": "npm:^0.0.33"
4729-
"@types/react": "npm:^19.2.2"
47304730
"@types/react-dom": "npm:^19.2.2"
47314731
"@types/swagger2openapi": "npm:^7.0.4"
47324732
"@unts/patch-package": "npm:^8.1.1"

0 commit comments

Comments
 (0)