This commit is contained in:
Mike Harder 2019-12-06 17:58:32 -08:00 коммит произвёл GitHub
Родитель 64bf0b4420
Коммит ad0bf9a7f7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -9557,6 +9557,7 @@ packages:
mocha: 6.2.2
mocha-junit-reporter: 1.23.1_mocha@6.2.2
mocha-multi: 1.1.3_mocha@6.2.2
nock: 11.7.0
nyc: 14.1.1
prettier: 1.19.1
rimraf: 3.0.0
@ -9573,7 +9574,7 @@ packages:
dev: false
name: '@rush-temp/app-configuration'
resolution:
integrity: sha512-9xQfq4qcySc02G+Qt6zfRRgnB0EKiOwXrl8QkEQGYVhqHkXIwzLmz99JUDmBnt+1RpScIX6fII3uvYl4vMlE9Q==
integrity: sha512-KT+Iq4VO0udmNMX3aSs95zDmkAOjAXPCMQnZBGGZJE8kuTSJu5ooI/ZUZtupEH/Rg0J8Z4ZMe6eH50I5FLUEww==
tarball: 'file:projects/app-configuration.tgz'
version: 0.0.0
'file:projects/core-amqp.tgz':

Просмотреть файл

@ -15,7 +15,7 @@
* path segment in the "$schema" field for all your Rush config files. This will ensure
* correct error-underlining and tab-completion for editors such as VS Code.
*/
"rushVersion": "5.17.1",
"rushVersion": "5.17.2",
/**
* The next field selects which package manager should be installed and determines its version.
* Rush installs its own local copy of the package manager to ensure that your build process
@ -24,7 +24,7 @@
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
* for details about these alternatives.
*/
"pnpmVersion": "4.3.0",
"pnpmVersion": "4.3.3",
// "npmVersion": "4.5.0",
// "yarnVersion": "1.9.4",
/**