Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 851c1ef

Browse files
authored
Move @types deps into devDeps (#9671)
1 parent 9914b0b commit 851c1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
"@sentry/browser": "^7.0.0",
6363
"@sentry/tracing": "^7.0.0",
6464
"@testing-library/react-hooks": "^8.0.1",
65-
"@types/geojson": "^7946.0.8",
66-
"@types/ua-parser-js": "^0.7.36",
6765
"await-lock": "^2.1.0",
6866
"blurhash": "^1.1.3",
6967
"cheerio": "^1.0.0-rc.9",
@@ -155,6 +153,7 @@
155153
"@types/file-saver": "^2.0.3",
156154
"@types/flux": "^3.1.9",
157155
"@types/fs-extra": "^9.0.13",
156+
"@types/geojson": "^7946.0.8",
158157
"@types/jest": "^29.2.1",
159158
"@types/katex": "^0.14.0",
160159
"@types/lodash": "^4.14.168",
@@ -169,6 +168,7 @@
169168
"@types/react-test-renderer": "^17.0.1",
170169
"@types/react-transition-group": "^4.4.0",
171170
"@types/sanitize-html": "^2.3.1",
171+
"@types/ua-parser-js": "^0.7.36",
172172
"@types/zxcvbn": "^4.4.0",
173173
"@typescript-eslint/eslint-plugin": "^5.35.1",
174174
"@typescript-eslint/parser": "^5.6.0",

0 commit comments

Comments
 (0)