зеркало из https://github.com/microsoft/just.git
applying package updates
This commit is contained in:
Родитель
d4c98a4dee
Коммит
47a6d4cc6b
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"comment": "add resolvePluginsPath option, make it possible to set maxWarnings to 0",
|
||||
"type": "minor",
|
||||
"packageName": "just-scripts",
|
||||
"email": "andrewh@microsoft.com",
|
||||
"commit": "986346455fe33c3ff1de70404d679cf18c60806c",
|
||||
"date": "2019-08-05T18:21:26.706Z"
|
||||
}
|
|
@ -16,7 +16,7 @@
|
|||
"@types/jest": "^23.3.13",
|
||||
"@types/fs-extra": "^5.0.5",
|
||||
"create-just": "1.1.5",
|
||||
"just-scripts": ">=0.27.0 <1.0.0",
|
||||
"just-scripts": ">=0.28.0 <1.0.0",
|
||||
"just-stack-monorepo": "1.0.3",
|
||||
"just-stack-single-lib": "1.0.2",
|
||||
"just-stack-uifabric": "1.0.2",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"just-scripts": ">=0.27.0 <1.0.0",
|
||||
"just-scripts": ">=0.28.0 <1.0.0",
|
||||
"typescript": "~3.4.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
{
|
||||
"name": "just-scripts",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 07 Aug 2019 22:11:38 GMT",
|
||||
"tag": "just-scripts_v0.28.0",
|
||||
"version": "0.28.0",
|
||||
"comments": {
|
||||
"minor": [
|
||||
{
|
||||
"comment": "add resolvePluginsPath option, make it possible to set maxWarnings to 0",
|
||||
"author": "andrewh@microsoft.com",
|
||||
"commit": "986346455fe33c3ff1de70404d679cf18c60806c"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 05 Aug 2019 06:10:22 GMT",
|
||||
"tag": "just-scripts_v0.27.0",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - just-scripts
|
||||
|
||||
This log was last generated on Mon, 05 Aug 2019 06:10:22 GMT and should not be manually modified.
|
||||
This log was last generated on Wed, 07 Aug 2019 22:11:38 GMT and should not be manually modified.
|
||||
|
||||
## 0.28.0
|
||||
Wed, 07 Aug 2019 22:11:38 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- add resolvePluginsPath option, make it possible to set maxWarnings to 0 (andrewh@microsoft.com)
|
||||
|
||||
## 0.27.0
|
||||
Mon, 05 Aug 2019 06:10:22 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-scripts",
|
||||
"version": "0.27.0",
|
||||
"version": "0.28.0",
|
||||
"description": "Just Stack Scripts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"beachball": "^1.11.5",
|
||||
"jest": "^24.8.0",
|
||||
"just-plop-helpers": "^1.1.2",
|
||||
"just-scripts": "^0.27.0",
|
||||
"just-scripts": "^0.28.0",
|
||||
"plop": "^2.4.0",
|
||||
"typescript": "^3.5.3"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче