mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
build: update dependencies
This commit is contained in:
1652
package-lock.json
generated
1652
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@@ -30,8 +30,8 @@
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
|
||||
"check-configuration": "openstapps-configuration",
|
||||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||||
"documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",
|
||||
"prepublishOnly": "npm run build",
|
||||
"documentation": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks --excludeExternals src",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"test": "mocha --require ts-node/register --ui mocha-typescript test/*.spec.ts",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
},
|
||||
@@ -43,8 +43,8 @@
|
||||
"@types/humanize-string": "1.0.0",
|
||||
"@types/mocha": "5.2.6",
|
||||
"@types/mustache": "0.8.32",
|
||||
"@types/node": "10.12.18",
|
||||
"ajv": "6.9.1",
|
||||
"@types/node": "10.12.27",
|
||||
"ajv": "6.9.2",
|
||||
"async-pool-native": "0.1.0",
|
||||
"chai": "4.2.0",
|
||||
"commander": "2.19.0",
|
||||
@@ -52,7 +52,7 @@
|
||||
"glob": "7.1.3",
|
||||
"humanize-string": "1.0.2",
|
||||
"jsonschema": "1.2.4",
|
||||
"mocha": "5.2.0",
|
||||
"mocha": "6.0.2",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"mustache": "3.0.1",
|
||||
"toposort": "2.0.2",
|
||||
@@ -61,11 +61,11 @@
|
||||
"typedoc": "0.14.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.6.0",
|
||||
"@openstapps/configuration": "0.7.0",
|
||||
"conventional-changelog-cli": "2.0.12",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.12.1",
|
||||
"typescript": "3.2.2"
|
||||
"tslint": "5.13.0",
|
||||
"typescript": "3.3.3333"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user