fix(core): update

This commit is contained in:
2023-07-13 14:07:12 +02:00
parent 0acb00c9c4
commit db268d4fad
15 changed files with 2358 additions and 12436 deletions

View File

@@ -7,7 +7,8 @@
"typings": "dist_ts/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)"
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
@@ -24,18 +25,17 @@
},
"homepage": "https://gitlab.com/pushrocks/smartinteract#README",
"dependencies": {
"@pushrocks/lik": "^4.0.17",
"@pushrocks/smartparam": "^1.1.6",
"@pushrocks/smartpromise": "^3.0.6",
"@types/inquirer": "^7.3.1",
"inquirer": "^7.3.3"
"@push.rocks/lik": "^6.0.2",
"@push.rocks/smartobject": "^1.0.12",
"@push.rocks/smartpromise": "^4.0.2",
"@types/inquirer": "^9.0.3",
"inquirer": "^9.2.7"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^3.2.9",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.74",
"@push.rocks/tapbundle": "^5.0.12"
},
"files": [
"ts/**/*",
@@ -51,5 +51,6 @@
],
"browserslist": [
"last 1 chrome versions"
]
],
"type": "module"
}