Skip to content

Commit 7799804

Browse files
authored
Move @types deps into devDeps (#2927)
1 parent 8a7fd27 commit 7799804

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
@@ -54,7 +54,6 @@
5454
],
5555
"dependencies": {
5656
"@babel/runtime": "^7.12.5",
57-
"@types/sdp-transform": "^2.4.5",
5857
"another-json": "^0.2.0",
5958
"bs58": "^5.0.0",
6059
"content-type": "^1.0.4",
@@ -86,6 +85,7 @@
8685
"@types/domexception": "^4.0.0",
8786
"@types/jest": "^29.0.0",
8887
"@types/node": "18",
88+
"@types/sdp-transform": "^2.4.5",
8989
"@typescript-eslint/eslint-plugin": "^5.6.0",
9090
"@typescript-eslint/parser": "^5.6.0",
9191
"allchange": "^1.0.6",

0 commit comments

Comments
 (0)