зеркало из https://github.com/microsoft/boll.git
applying package updates
This commit is contained in:
Родитель
e24b5c7276
Коммит
aade9bea97
|
@ -7,7 +7,7 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/core": "1.2.1128",
|
||||
"@boll/core": "1.2.1129",
|
||||
"argparse": "^1.0.10",
|
||||
"glob": "^7.1.6",
|
||||
"typescript": "^3.9.7",
|
||||
|
@ -48,5 +48,5 @@
|
|||
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
|
||||
"test": "node dist/tests/all.test.js"
|
||||
},
|
||||
"version": "1.1.1130"
|
||||
"version": "1.1.1131"
|
||||
}
|
||||
|
|
|
@ -43,5 +43,5 @@
|
|||
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
|
||||
"test": "node dist/tests/all.test.js"
|
||||
},
|
||||
"version": "1.2.1128"
|
||||
"version": "1.2.1129"
|
||||
}
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/cli": "1.1.1130",
|
||||
"@boll/core": "1.2.1128",
|
||||
"@boll/recommended": "0.1.1129",
|
||||
"@boll/rules-typescript": "0.0.1134"
|
||||
"@boll/cli": "1.1.1131",
|
||||
"@boll/core": "1.2.1129",
|
||||
"@boll/recommended": "0.1.1130",
|
||||
"@boll/rules-typescript": "0.0.1135"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@boll/test-internal": "0.0.1",
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/core": "1.2.1128",
|
||||
"@boll/rules-external-tools": "0.0.1134",
|
||||
"@boll/rules-core": "0.0.1132",
|
||||
"@boll/rules-typescript": "0.0.1134"
|
||||
"@boll/core": "1.2.1129",
|
||||
"@boll/rules-external-tools": "0.0.1135",
|
||||
"@boll/rules-core": "0.0.1133",
|
||||
"@boll/rules-typescript": "0.0.1135"
|
||||
},
|
||||
"description": "Recommended configuration for TypeScript monorepos ",
|
||||
"devDependencies": {
|
||||
|
@ -37,5 +37,5 @@
|
|||
"clean": "rimraf ./dist",
|
||||
"docs": "typedoc --mode file --out ./docs --theme markdown ./src"
|
||||
},
|
||||
"version": "0.1.1129"
|
||||
"version": "0.1.1130"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/core": "1.2.1128"
|
||||
"@boll/core": "1.2.1129"
|
||||
},
|
||||
"description": "@boll rules for project configuration and layout",
|
||||
"devDependencies": {
|
||||
|
@ -39,5 +39,5 @@
|
|||
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
|
||||
"test": "node dist/tests/all.test.js"
|
||||
},
|
||||
"version": "0.0.1132"
|
||||
"version": "0.0.1133"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/core": "1.2.1128",
|
||||
"@boll/core": "1.2.1129",
|
||||
"eslint": "^7.8.1"
|
||||
},
|
||||
"description": "@boll rules for typescript source files",
|
||||
|
@ -41,5 +41,5 @@
|
|||
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
|
||||
"test": "node dist/tests/all.test.js"
|
||||
},
|
||||
"version": "0.0.1134"
|
||||
"version": "0.0.1135"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"url": "https://github.com/microsoft/boll/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@boll/core": "1.2.1128",
|
||||
"@boll/core": "1.2.1129",
|
||||
"typescript": "^3.9.7"
|
||||
},
|
||||
"description": "@boll rules for typescript source files",
|
||||
|
@ -39,5 +39,5 @@
|
|||
"docs": "typedoc --mode file --out ./docs --theme markdown ./src",
|
||||
"test": "node dist/tests/all.test.js"
|
||||
},
|
||||
"version": "0.0.1134"
|
||||
"version": "0.0.1135"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@boll/test-internal",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Sun, 27 Sep 2020 10:43:19 GMT",
|
||||
"tag": "@boll/test-internal_v0.0.1",
|
||||
"version": "0.0.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Adding internal testing package",
|
||||
"author": "email not defined",
|
||||
"commit": "e24b5c727678555ce30c484ff090b9d1dcfa8baa",
|
||||
"package": "@boll/test-internal"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Sun, 27 Sep 2020 10:40:58 GMT",
|
||||
"tag": "@boll/test-internal_v0.0.1",
|
||||
|
|
|
@ -1,11 +1,19 @@
|
|||
# Change Log - @boll/test-internal
|
||||
|
||||
This log was last generated on Sun, 27 Sep 2020 10:40:58 GMT and should not be manually modified.
|
||||
This log was last generated on Sun, 27 Sep 2020 10:43:19 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.0.1
|
||||
|
||||
Sun, 27 Sep 2020 10:43:19 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Adding internal testing package (email not defined)
|
||||
|
||||
## 0.0.1
|
||||
|
||||
Sun, 27 Sep 2020 10:40:58 GMT
|
||||
|
||||
### Patches
|
||||
|
|
Загрузка…
Ссылка в новой задаче