Skip to content

Commit 43787dc

Browse files
fix(types): move @types/debug from devDependencies to dependencies (#290)
1 parent 930095f commit 43787dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"!**/__mocks__"
198198
],
199199
"dependencies": {
200+
"@types/debug": "^4.1.12",
200201
"babel-plugin-react-compiler": "^19.1.0-rc.2",
201202
"colorjs.io": "0.6.0-alpha.1",
202203
"comment-json": "^4.2.5",
@@ -218,7 +219,6 @@
218219
"@testing-library/react-native": "^13.3.3",
219220
"@tsconfig/react-native": "^3.0.6",
220221
"@types/babel__core": "^7",
221-
"@types/debug": "^4.1.12",
222222
"@types/jest": "^30.0.0",
223223
"@types/react": "^19.1.10",
224224
"@types/react-test-renderer": "^19",

0 commit comments

Comments
 (0)