update: pin dependencies
This commit is contained in:
parent
2bb48b0b87
commit
38c9016530
|
@ -58,15 +58,15 @@
|
|||
"rollup-plugin-multi-entry": "2.1.0",
|
||||
"rollup-plugin-node-resolve": "5.2.0",
|
||||
"rollup-plugin-replace": "2.2.0",
|
||||
"rollup-plugin-tslint": "^0.2.2",
|
||||
"rollup-plugin-tslint": "0.2.2",
|
||||
"rollup-plugin-typescript2": "0.24.1",
|
||||
"sinon": "7.4.2",
|
||||
"source-map-support": "0.5.13",
|
||||
"standard-version": "7.0.0",
|
||||
"tslint": "5.19.0",
|
||||
"tslint-clean-code": "^0.2.9",
|
||||
"tslint-microsoft-contrib": "^6.2.0",
|
||||
"tslint-sonarts": "^1.9.0",
|
||||
"tslint-clean-code": "0.2.9",
|
||||
"tslint-microsoft-contrib": "6.2.0",
|
||||
"tslint-sonarts": "1.9.0",
|
||||
"typescript": "3.6.3",
|
||||
"yargs": "14.0.0"
|
||||
},
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -2434,9 +2434,9 @@ rollup-plugin-replace@2.2.0:
|
|||
magic-string "^0.25.2"
|
||||
rollup-pluginutils "^2.6.0"
|
||||
|
||||
rollup-plugin-tslint@^0.2.2:
|
||||
rollup-plugin-tslint@0.2.2:
|
||||
version "0.2.2"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/rollup-plugin-tslint/-/rollup-plugin-tslint-0.2.2.tgz#be440f020bffcb6622e3dd8d1b15a5234df833a5"
|
||||
resolved "https://registry.yarnpkg.com/rollup-plugin-tslint/-/rollup-plugin-tslint-0.2.2.tgz#be440f020bffcb6622e3dd8d1b15a5234df833a5"
|
||||
integrity sha512-1yF7bnDALlqgReMIsNDCNXOYqzCw9A8Ur5AS4RzlY7IsRBKB0yb+wx8ZCh0zBcXCeJP5tx36oqec4aX2Pzzttw==
|
||||
dependencies:
|
||||
rollup-pluginutils "^2.0.1"
|
||||
|
@ -2826,24 +2826,24 @@ tslib@1.10.0, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1:
|
|||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
|
||||
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
|
||||
|
||||
tslint-clean-code@^0.2.9:
|
||||
tslint-clean-code@0.2.9:
|
||||
version "0.2.9"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint-clean-code/-/tslint-clean-code-0.2.9.tgz#4accfdf92cc701b7dd783e736559e90905c68f6c"
|
||||
resolved "https://registry.yarnpkg.com/tslint-clean-code/-/tslint-clean-code-0.2.9.tgz#4accfdf92cc701b7dd783e736559e90905c68f6c"
|
||||
integrity sha512-h9BqZIUsvqtns46IIto5fbouaERFd9Iu0NupTZ9s80frdm5eGhOWDp2VjfOx4LqgnvchMFX1xrj+dfWs4bVYog==
|
||||
dependencies:
|
||||
memoize-decorator "^1.0.2"
|
||||
tsutils "2.7.1"
|
||||
|
||||
tslint-microsoft-contrib@^6.2.0:
|
||||
tslint-microsoft-contrib@6.2.0:
|
||||
version "6.2.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint-microsoft-contrib/-/tslint-microsoft-contrib-6.2.0.tgz#8aa0f40584d066d05e6a5e7988da5163b85f2ad4"
|
||||
resolved "https://registry.yarnpkg.com/tslint-microsoft-contrib/-/tslint-microsoft-contrib-6.2.0.tgz#8aa0f40584d066d05e6a5e7988da5163b85f2ad4"
|
||||
integrity sha512-6tfi/2tHqV/3CL77pULBcK+foty11Rr0idRDxKnteTaKm6gWF9qmaCNU17HVssOuwlYNyOmd9Jsmjd+1t3a3qw==
|
||||
dependencies:
|
||||
tsutils "^2.27.2 <2.29.0"
|
||||
|
||||
tslint-sonarts@^1.9.0:
|
||||
tslint-sonarts@1.9.0:
|
||||
version "1.9.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/tslint-sonarts/-/tslint-sonarts-1.9.0.tgz#feb593e92db328c0328b430b838adbe65d504de9"
|
||||
resolved "https://registry.yarnpkg.com/tslint-sonarts/-/tslint-sonarts-1.9.0.tgz#feb593e92db328c0328b430b838adbe65d504de9"
|
||||
integrity sha512-CJWt+IiYI8qggb2O/JPkS6CkC5DY1IcqRsm9EHJ+AxoWK70lvtP7jguochyNDMP2vIz/giGdWCfEM39x/I/Vnw==
|
||||
dependencies:
|
||||
immutable "^3.8.2"
|
||||
|
|
Loading…
Reference in New Issue