fix(core): update

This commit is contained in:
2020-05-24 19:37:43 +00:00
parent 88ed2f294f
commit fdd6e38e0c
6 changed files with 153 additions and 89 deletions

View File

@ -17,13 +17,13 @@
"@pushrocks/smartexpress": "^3.0.10",
"lit-element": "^2.0.0-rc.5",
"lit-html": "^1.0.0-rc.2",
"typescript": "^3.2.2"
"typescript": "^3.9.3"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tswatch": "^1.0.30",
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tswatch": "^1.0.46",
"@pushrocks/projectinfo": "^4.0.2",
"tslint": "^5.11.0",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.17.0"
},
"files": [
@ -37,5 +37,8 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 2 Chrome versions"
]
}