Skip to content

Commit 138d28a

Browse files
committed
Move TypeScript types to dev-dependencies
1 parent 20f3033 commit 138d28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "index.js",
66
"dependencies": {
77
"@popperjs/core": "^2.4.0",
8-
"@types/lodash": "^4.14.118",
98
"ace-builds": "^1.4.4",
109
"common-tags": "^1.8.0",
1110
"core-js": "^3.1.3",
@@ -38,6 +37,7 @@
3837
"@babel/preset-env": "^7.0.0",
3938
"@babel/preset-react": "^7.0.0",
4039
"@types/jest": "^26.0.0",
40+
"@types/lodash": "^4.14.118",
4141
"@types/react": "^17.0.2",
4242
"@types/react-dom": "^17.0.1",
4343
"@types/react-redux": "^7.1.2",

0 commit comments

Comments
 (0)