зеркало из https://github.com/microsoft/just.git
Applying package updates. [skip ci]
This commit is contained in:
Родитель
41746c7b46
Коммит
88f1fafaa3
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "just-scripts",
|
||||
"comment": "Adds just-scripts bin script",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "just-scripts",
|
||||
"email": "kchau@microsoft.com"
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "just-task",
|
||||
"comment": "Adds __dirname resolve as last resort",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "just-task",
|
||||
"email": "kchau@microsoft.com"
|
||||
}
|
|
@ -10,8 +10,8 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"just-task": ">=0.9.7 <1.0.0",
|
||||
"just-scripts": ">=0.15.0 <1.0.0",
|
||||
"just-task": ">=0.9.8 <1.0.0",
|
||||
"just-scripts": ">=0.15.1 <1.0.0",
|
||||
"typescript": "~3.4.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,23 @@
|
|||
{
|
||||
"name": "just-scripts",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.15.1",
|
||||
"tag": "just-scripts_v0.15.1",
|
||||
"date": "Tue, 14 May 2019 17:59:20 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Adds just-scripts bin script"
|
||||
}
|
||||
],
|
||||
"dependency": [
|
||||
{
|
||||
"comment": "Updating dependency \"just-task\" from `>=0.9.7 <1.0.0` to `>=0.9.8 <1.0.0`"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.15.0",
|
||||
"tag": "just-scripts_v0.15.0",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - just-scripts
|
||||
|
||||
This log was last generated on Fri, 10 May 2019 00:04:16 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 14 May 2019 17:59:20 GMT and should not be manually modified.
|
||||
|
||||
## 0.15.1
|
||||
Tue, 14 May 2019 17:59:20 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Adds just-scripts bin script
|
||||
|
||||
## 0.15.0
|
||||
Fri, 10 May 2019 00:04:16 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-scripts",
|
||||
"version": "0.15.0",
|
||||
"version": "0.15.1",
|
||||
"description": "Just Stack Scripts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"fs-extra": "^7.0.1",
|
||||
"glob": "^7.1.3",
|
||||
"just-scripts-utils": ">=0.7.2 <1.0.0",
|
||||
"just-task": ">=0.9.7 <1.0.0",
|
||||
"just-task": ">=0.9.8 <1.0.0",
|
||||
"npm-registry-fetch": "^3.9.0",
|
||||
"prompts": "^2.0.1",
|
||||
"run-parallel-limit": "^1.0.5",
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
"just-scripts-utils": "^0.7.2",
|
||||
"@types/jest": "^24.0.0",
|
||||
"jest": "^24.0.0",
|
||||
"just-scripts": "^0.15.0",
|
||||
"just-task": "^0.9.7",
|
||||
"just-scripts": "^0.15.1",
|
||||
"just-task": "^0.9.8",
|
||||
"ts-jest": "^24.0.1",
|
||||
"tslib": "^1.9.3",
|
||||
"typescript": "^3.2.4"
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
"html-webpack-plugin": "^3.2.0",
|
||||
"jest": "^24.0.0",
|
||||
"just-scripts-utils": "^0.7.2",
|
||||
"just-scripts": "^0.15.0",
|
||||
"just-task": "^0.9.7",
|
||||
"just-scripts": "^0.15.1",
|
||||
"just-task": "^0.9.8",
|
||||
"node-sass": "^4.11.0",
|
||||
"postcss": "^7.0.13",
|
||||
"postcss-loader": "^3.0.0",
|
||||
|
|
|
@ -1,6 +1,18 @@
|
|||
{
|
||||
"name": "just-task",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.9.8",
|
||||
"tag": "just-task_v0.9.8",
|
||||
"date": "Tue, 14 May 2019 17:59:20 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Adds __dirname resolve as last resort"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.9.7",
|
||||
"tag": "just-task_v0.9.7",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - just-task
|
||||
|
||||
This log was last generated on Fri, 10 May 2019 17:53:27 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 14 May 2019 17:59:20 GMT and should not be manually modified.
|
||||
|
||||
## 0.9.8
|
||||
Tue, 14 May 2019 17:59:20 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Adds __dirname resolve as last resort
|
||||
|
||||
## 0.9.7
|
||||
Fri, 10 May 2019 17:53:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-task",
|
||||
"version": "0.9.7",
|
||||
"version": "0.9.8",
|
||||
"description": "Build task definition library",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Загрузка…
Ссылка в новой задаче