fix(core): update

This commit is contained in:
2022-12-22 17:21:43 +01:00
parent 15525b4731
commit fcc2bc2759
6 changed files with 33 additions and 8 deletions

View File

@@ -17,11 +17,14 @@
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^2.0.5",
"@gitzone/tsdoc": "^1.1.10",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.41"
},
"dependencies": {},
"dependencies": {
"@pushrocks/smartenv": "^5.0.3"
},
"browserslist": [
"last 1 chrome versions"
],