fix(core): update

This commit is contained in:
2023-07-26 20:51:11 +02:00
parent 111ef1fe44
commit 293da8859d
7 changed files with 5408 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartupdate",
"name": "@push.rocks/smartupdate",
"version": "2.0.4",
"private": false,
"description": "update your tools in a smart way",
@@ -13,19 +13,19 @@
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.34",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.38"
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.12",
"@types/node": "^20.4.5"
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/npmextra": "^3.0.9",
"@pushrocks/smartnpm": "^2.0.0",
"@pushrocks/smartopen": "^2.0.0",
"@pushrocks/smarttime": "^3.0.45",
"@pushrocks/smartversion": "^3.0.2"
"@push.rocks/consolecolor": "^2.0.1",
"@push.rocks/npmextra": "^3.0.9",
"@push.rocks/smartnpm": "^2.0.4",
"@push.rocks/smartopen": "^2.0.0",
"@push.rocks/smarttime": "^4.0.4",
"@push.rocks/smartversion": "^3.0.2"
},
"files": [
"ts/**/*",
@@ -42,4 +42,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}