1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

fix: TypeScript should be a dev dependency (#730)

This commit is contained in:
Simen Bekkhus 2021-02-19 08:18:48 +01:00 committed by GitHub
parent b17e9a4bda
commit 4902161b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,6 @@
"prom-client": "^13.1.0",
"response-time": "^2.3.2",
"serve-favicon": "^2.5.0",
"typescript": "^4.1.5",
"unleash-frontend": "3.11.4",
"yargs": "^16.0.3"
},
@ -123,7 +122,8 @@
"proxyquire": "^2.1.3",
"superagent": "^6.1.0",
"supertest": "^5.0.0",
"tsc-watch": "^4.2.9"
"tsc-watch": "^4.2.9",
"typescript": "^4.1.5"
},
"resolutions": {
"set-value": "^2.0.1",