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

Commit e8647e0

Browse files
author
Noah Hanjun Lee
authored
Move @types into devDependencies (#233)
1 parent 3766209 commit e8647e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
"@testing-library/jest-dom": "^5.12.0",
99
"@testing-library/react": "^11.2.7",
1010
"@testing-library/user-event": "^12.8.3",
11-
"@types/jest": "^26.0.23",
12-
"@types/lodash.debounce": "^4.0.6",
13-
"@types/node": "^12.20.13",
14-
"@types/react": "^17.0.8",
15-
"@types/react-dom": "^17.0.5",
1611
"antd": "^4.16.1",
1712
"craco-less": "^1.17.1",
1813
"http-status-codes": "^2.1.4",
@@ -52,6 +47,11 @@
5247
]
5348
},
5449
"devDependencies": {
50+
"@types/lodash.debounce": "^4.0.6",
51+
"@types/node": "^12.20.13",
52+
"@types/react": "^17.0.8",
53+
"@types/react-dom": "^17.0.5",
54+
"@types/jest": "^26.0.23",
5555
"@types/react-helmet": "^6.1.4",
5656
"@types/react-router-dom": "^5.1.7",
5757
"@typescript-eslint/eslint-plugin": "^4.28.4",

0 commit comments

Comments
 (0)