Skip to content

Commit ca3f0a2

Browse files
committed
fix: move react to dev deps
1 parent 69b222a commit ca3f0a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
"express": "^4.21.2",
3535
"open": "^10.1.0",
3636
"pony-cause": "^2.1.9",
37-
"react": "^19.0.0",
38-
"react-dom": "^19.0.0",
39-
"react-markdown": "^9.0.3",
4037
"semver": "^7.5.4",
4138
"validate-npm-package-name": "^5.0.0",
4239
"which": "^3.0.0",
@@ -84,6 +81,9 @@
8481
"nanoid": "^3.3.4",
8582
"prettier": "^3.3.3",
8683
"prettier-plugin-packagejson": "^2.5.2",
84+
"react": "^19.0.0",
85+
"react-dom": "^19.0.0",
86+
"react-markdown": "^9.0.3",
8787
"rimraf": "^4.0.5",
8888
"stdio-mock": "^1.2.0",
8989
"tailwindcss": "^4.0.9",

0 commit comments

Comments
 (0)