Remove typescript from dependencies

This commit is contained in:
Rachel Fenichel
2021-01-08 10:58:04 -08:00
parent fc0c2c5dbe
commit 03cd8f13ca
2 changed files with 1 additions and 7 deletions

5
package-lock.json generated
View File

@@ -8391,11 +8391,6 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
"dev": true
},
"typescript": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg=="
},
"typescript-closure-tools": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/typescript-closure-tools/-/typescript-closure-tools-0.0.7.tgz",

View File

@@ -87,7 +87,6 @@
"yargs": "^16.0.3"
},
"dependencies": {
"jsdom": "16.4.0",
"typescript": "^4.1.3"
"jsdom": "16.4.0"
}
}