Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hill <john.c.hill@nasa.gov>2022-10-19 00:17:30 +0300
committerGitHub <noreply@github.com>2022-10-19 00:17:30 +0300
commitefa38d779e8cb648ebde7dee8bf6011b011ced7d (patch)
tree7e33b560c3bab033cbd3f9ae3ddd74e2090e6978
parent951cc6ec0da15e430a4dd9250a4957eb9d9b126d (diff)
Remove two types from package and pin others (#5883)
* Update package.json * Update package.json Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
-rw-r--r--package.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json
index 0c1b8a8a6..fbfbdc369 100644
--- a/package.json
+++ b/package.json
@@ -8,11 +8,8 @@
"@percy/cli": "1.11.0",
"@percy/playwright": "1.0.4",
"@playwright/test": "1.25.2",
- "@types/eventemitter3": "^1.0.0",
- "@types/jasmine": "^4.0.1",
- "@types/karma": "^6.3.2",
- "@types/lodash": "^4.14.178",
- "@types/mocha": "^9.1.0",
+ "@types/jasmine": "4.0.1",
+ "@types/lodash": "4.14.178",
"babel-loader": "8.2.5",
"babel-plugin-istanbul": "6.1.1",
"codecov": "3.8.3",