Skip to content

Commit 4f0c59c

Browse files
committed
fix(deps): move @types/react to devDependencies
1 parent 20f0c5a commit 4f0c59c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"*": "bun run format"
3636
},
3737
"dependencies": {
38-
"@types/react": "^19.0.2",
3938
"ink": "^5.1.0",
4039
"ink-divider": "^4.0.2"
4140
},
4241
"devDependencies": {
4342
"@biomejs/biome": "^1.9.4",
4443
"@schemastore/package": "^0.0.10",
4544
"@types/bun": "^1.1.14",
45+
"@types/react": "^19.0.2",
4646
"husky": "^9.1.7",
4747
"ink-testing-library": "^4.0.0",
4848
"lint-staged": "^15.2.11"

0 commit comments

Comments
 (0)