web/satellite: downgrade typescript and pin stuff (#2918)

Change-Id: Ie14bd099fec1d6e7e30d4d0fe1d8878fdf2d4d31
This commit is contained in:
JT Olio 2019-08-29 17:27:48 -06:00 committed by GitHub
parent b20dcfd64c
commit 539f3857f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15518 additions and 2 deletions

View File

@ -1,7 +1,6 @@
.DS_Store
node_modules
dist
package-lock.json
coverage
temp

15517
web/satellite/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@
"tslint": "^5.11.0",
"tslint-consistent-codestyle": "^1.14.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.0.0",
"typescript": "3.5.3",
"vue-segment-analytics": "^0.3.2",
"vue-tslint": "^0.3.2",
"vue-tslint-loader": "^3.5.6",