update: pin dependencies (#311)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
1121b112cc
commit
0b38b94475
|
@ -33,8 +33,8 @@
|
|||
"author": "ssube",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@apextoaster/js-utils": "^0.1.7",
|
||||
"@apextoaster/js-yaml-schema": "^0.2.0",
|
||||
"@apextoaster/js-utils": "0.1.7",
|
||||
"@apextoaster/js-yaml-schema": "0.2.0",
|
||||
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
||||
"@microsoft/api-documenter": "7.7.16",
|
||||
"@microsoft/api-extractor": "7.7.12",
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@apextoaster/js-utils@^0.1.7":
|
||||
"@apextoaster/js-utils@0.1.7":
|
||||
version "0.1.7"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@apextoaster/js-utils/-/js-utils-0.1.7.tgz#0abab0b23a0d94ff96405b46bf5907844685722e"
|
||||
integrity sha512-NB1n8y6KjKev8+WZNcYVNCi0FYEA6RVHcNjxTki/gQklZNayKPkGP7WtkVF2IuvEo7L6N0sYkWwxRsl+oQWulw==
|
||||
|
||||
"@apextoaster/js-yaml-schema@^0.2.0":
|
||||
"@apextoaster/js-yaml-schema@0.2.0":
|
||||
version "0.2.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@apextoaster/js-yaml-schema/-/js-yaml-schema-0.2.0.tgz#af69f7782ceb7b909e598f0a360fdada06d6693d"
|
||||
integrity sha512-qIqIb6tsY0acv/LZqkWNyB1kooq2mwf7AS3Acs568zvSG6bN82UwBXf8r3yJh6F/0Yjeqp/UZyxTvNPsLizh/w==
|
||||
|
|
Loading…
Reference in New Issue