refactor: update dependencies

This commit is contained in:
Rainer Killinger
2020-10-30 15:24:46 +01:00
parent 49ff960616
commit a87969813f
4 changed files with 382 additions and 578 deletions

View File

@@ -1,12 +1,7 @@
image: registry.gitlab.com/openstapps/projectmanagement/node image: registry.gitlab.com/openstapps/projectmanagement/node
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules
before_script: before_script:
- npm install - npm ci
stages: stages:
- build - build

929
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,25 +26,25 @@
], ],
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"dependencies": { "dependencies": {
"@types/node": "10.17.14", "@types/node": "10.17.44",
"@types/semver": "7.1.0", "@types/semver": "7.3.4",
"@types/yaml": "1.2.0", "@types/yaml": "1.9.7",
"chalk": "3.0.0", "chalk": "4.1.0",
"commander": "4.1.1", "commander": "6.2.0",
"semver": "7.1.3", "semver": "7.3.4",
"tslint": "6.1.3", "tslint": "6.1.3",
"tslint-eslint-rules": "5.4.0", "tslint-eslint-rules": "5.4.0",
"yaml": "1.7.2" "yaml": "1.10.0"
}, },
"devDependencies": { "devDependencies": {
"conventional-changelog-cli": "2.1.0", "conventional-changelog-cli": "2.1.1",
"prepend-file-cli": "1.0.6", "prepend-file-cli": "1.0.6",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"typedoc": "0.16.10", "typedoc": "0.18.0",
"typescript": "3.7.5" "typescript": "3.8.3"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^3.7.5" "typescript": "^3.8.3"
}, },
"bin": { "bin": {
"openstapps-configuration": "lib/cli.js" "openstapps-configuration": "lib/cli.js"

View File

@@ -661,7 +661,7 @@ export function getRules(configuration: Configuration): Rules {
const devDependencies = [ const devDependencies = [
'conventional-changelog-cli', 'conventional-changelog-cli',
'tslint', 'tslint',
'typescript:^3.4.0', 'typescript:3.8.3',
]; ];
// files that need to be copied // files that need to be copied