fix(ci): Update CI workflows, dependency paths, and project configuration
This commit is contained in:
28
package.json
28
package.json
@@ -14,17 +14,16 @@
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.63",
|
||||
"@gitzone/tsbundle": "^2.0.5",
|
||||
"@gitzone/tstest": "^1.0.71",
|
||||
"@pushrocks/tapbundle": "^5.0.3",
|
||||
"@types/node": "^18.0.5",
|
||||
"@git.zone/tsbuild": "^2.1.63",
|
||||
"@git.zone/tsbundle": "^2.0.5",
|
||||
"@git.zone/tstest": "^2.2.5",
|
||||
"@types/node": "^22.15.21",
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-config-prettier": "^1.15.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartnetwork": "^3.0.0",
|
||||
"@pushrocks/smarturl": "^2.0.1"
|
||||
"@push.rocks/smartnetwork": "^4.0.2",
|
||||
"@push.rocks/smarturl": "^3.1.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
@@ -40,5 +39,16 @@
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
]
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitlab.com/uptime.link/detector.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/uptime.link/detector/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/uptime.link/detector#readme",
|
||||
"pnpm": {
|
||||
"overrides": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user