This commit is contained in:
Vincent Bailly 2020-06-09 12:27:54 +02:00
Родитель 78e340fb11
Коммит 57feb33599
7 изменённых файлов: 15 добавлений и 15 удалений

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

@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.1.1",
"version": "6.0.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}

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

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "5.1.2",
"version": "6.0.0-alpha.0",
"main": "lib/index.js",
"bin": {
"backfill": "./bin/backfill.js"
@ -20,9 +20,9 @@
},
"dependencies": {
"anymatch": "^3.0.3",
"backfill-cache": "^5.1.2",
"backfill-config": "^5.1.1",
"backfill-hasher": "^5.1.1",
"backfill-cache": "^6.0.0-alpha.0",
"backfill-config": "^6.0.0-alpha.0",
"backfill-hasher": "^6.0.0-alpha.0",
"backfill-logger": "^5.0.0",
"backfill-utils-dotenv": "^5.0.0",
"chokidar": "^3.2.1",

4
packages/cache/package.json поставляемый
Просмотреть файл

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "5.1.2",
"version": "6.0.0-alpha.0",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",
@ -17,7 +17,7 @@
},
"dependencies": {
"@azure/storage-blob": "12.1.2",
"backfill-config": "^5.1.1",
"backfill-config": "^6.0.0-alpha.0",
"backfill-logger": "^5.0.0",
"execa": "^4.0.0",
"fs-extra": "^8.1.0",

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

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "5.1.1",
"version": "6.0.0-alpha.0",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",

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

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "5.1.1",
"version": "6.0.0-alpha.0",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",
@ -17,7 +17,7 @@
},
"dependencies": {
"@rushstack/package-deps-hash": "^2.4.22",
"backfill-config": "^5.1.1",
"backfill-config": "^6.0.0-alpha.0",
"backfill-logger": "^5.0.0",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",

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

@ -2,14 +2,14 @@
"private": true,
"name": "backfill-sample-dependency",
"license": "MIT",
"version": "5.1.1",
"version": "6.0.0-alpha.0",
"main": "lib/index.js",
"scripts": {
"build": "backfill -- yarn compile",
"compile": "tsc -b"
},
"devDependencies": {
"backfill": "^5.1.2",
"backfill": "^6.0.0-alpha.0",
"backfill-utils-tsconfig": "^5.0.0",
"typescript": "3.7.4"
}

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

@ -2,7 +2,7 @@
"private": true,
"name": "backfill-sample",
"license": "MIT",
"version": "5.1.1",
"version": "6.0.0-alpha.0",
"main": "lib/index.js",
"scripts": {
"build": "backfill -- yarn compile",
@ -10,10 +10,10 @@
"generate-report": "backfill --generate-performance-report"
},
"dependencies": {
"backfill-sample-dependency": "^5.1.1"
"backfill-sample-dependency": "^6.0.0-alpha.0"
},
"devDependencies": {
"backfill": "^5.1.2",
"backfill": "^6.0.0-alpha.0",
"backfill-utils-tsconfig": "^5.0.0",
"typescript": "3.7.4"
}