зеркало из https://github.com/microsoft/just.git
applying package updates
This commit is contained in:
Родитель
5fbaa41230
Коммит
8e95c79b16
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Speeds up the codegen process to only yarn once",
|
||||
"packageName": "create-just",
|
||||
"email": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9",
|
||||
"date": "2019-08-06T04:00:53.281Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Added an addDependency action",
|
||||
"packageName": "just-plop-helpers",
|
||||
"email": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9",
|
||||
"date": "2019-08-06T04:00:54.713Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Speeds up the codegen process to only yarn once",
|
||||
"packageName": "just-stack-monorepo",
|
||||
"email": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9",
|
||||
"date": "2019-08-06T04:00:55.501Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Speeds up the codegen process to only yarn once",
|
||||
"packageName": "just-stack-react",
|
||||
"email": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9",
|
||||
"date": "2019-08-06T04:00:56.625Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Speeds up the codegen process to only yarn once",
|
||||
"packageName": "just-stack-single-lib",
|
||||
"email": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9",
|
||||
"date": "2019-08-06T04:00:58.035Z"
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Speeds up the codegen process to only yarn once",
|
||||
"packageName": "just-stack-uifabric",
|
||||
"email": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9",
|
||||
"date": "2019-08-06T04:00:59.327Z"
|
||||
}
|
|
@ -15,11 +15,11 @@
|
|||
"@types/node": "^10.12.18",
|
||||
"@types/jest": "^23.3.13",
|
||||
"@types/fs-extra": "^5.0.5",
|
||||
"create-just": "1.1.1",
|
||||
"create-just": "1.1.2",
|
||||
"just-scripts": ">=0.27.0 <1.0.0",
|
||||
"just-stack-monorepo": "1.0.2",
|
||||
"just-stack-single-lib": "1.0.1",
|
||||
"just-stack-uifabric": "1.0.1",
|
||||
"just-stack-monorepo": "1.0.3",
|
||||
"just-stack-single-lib": "1.0.2",
|
||||
"just-stack-uifabric": "1.0.2",
|
||||
"just-scripts-utils": ">=0.8.3 <1.0.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
"ts-jest": "^24.0.1",
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
{
|
||||
"name": "create-just",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 06 Aug 2019 04:07:38 GMT",
|
||||
"tag": "create-just_v1.1.2",
|
||||
"version": "1.1.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Speeds up the codegen process to only yarn once",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 05 Aug 2019 18:07:34 GMT",
|
||||
"tag": "create-just_v1.1.1",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - create-just
|
||||
|
||||
This log was last generated on Mon, 05 Aug 2019 18:07:34 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 06 Aug 2019 04:07:38 GMT and should not be manually modified.
|
||||
|
||||
## 1.1.2
|
||||
Tue, 06 Aug 2019 04:07:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Speeds up the codegen process to only yarn once (kchau@microsoft.com)
|
||||
|
||||
## 1.1.1
|
||||
Mon, 05 Aug 2019 18:07:34 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-just",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Create a new repository using Just",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"fs-extra": "^7.0.1",
|
||||
"prompts": "^2.0.1",
|
||||
"yargs-parser": "^13.1.1",
|
||||
"just-plop-helpers": "^1.1.1",
|
||||
"just-plop-helpers": "^1.1.2",
|
||||
"node-plop": "^0.19.0",
|
||||
"just-scripts-utils": ">=0.8.3 <1.0.0"
|
||||
}
|
||||
|
|
|
@ -14,6 +14,6 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"create-just": "^1.1.1"
|
||||
"create-just": "^1.1.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
{
|
||||
"name": "just-plop-helpers",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 06 Aug 2019 04:07:38 GMT",
|
||||
"tag": "just-plop-helpers_v1.1.2",
|
||||
"version": "1.1.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Added an addDependency action",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 05 Aug 2019 18:39:21 GMT",
|
||||
"tag": "just-plop-helpers_v1.1.1",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - just-plop-helpers
|
||||
|
||||
This log was last generated on Mon, 05 Aug 2019 18:39:21 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 06 Aug 2019 04:07:38 GMT and should not be manually modified.
|
||||
|
||||
## 1.1.2
|
||||
Tue, 06 Aug 2019 04:07:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Added an addDependency action (kchau@microsoft.com)
|
||||
|
||||
## 1.1.1
|
||||
Mon, 05 Aug 2019 18:39:21 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-plop-helpers",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"main": "index.js",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
{
|
||||
"name": "just-stack-monorepo",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 06 Aug 2019 04:07:38 GMT",
|
||||
"tag": "just-stack-monorepo_v1.0.3",
|
||||
"version": "1.0.3",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Speeds up the codegen process to only yarn once",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 05 Aug 2019 18:46:25 GMT",
|
||||
"tag": "just-stack-monorepo_v1.0.2",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - just-stack-monorepo
|
||||
|
||||
This log was last generated on Mon, 05 Aug 2019 18:46:25 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 06 Aug 2019 04:07:38 GMT and should not be manually modified.
|
||||
|
||||
## 1.0.3
|
||||
Tue, 06 Aug 2019 04:07:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Speeds up the codegen process to only yarn once (kchau@microsoft.com)
|
||||
|
||||
## 1.0.2
|
||||
Mon, 05 Aug 2019 18:46:25 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-stack-monorepo",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Just stack for monorepo using Rush",
|
||||
"keywords": [
|
||||
"just-stack"
|
||||
|
@ -14,6 +14,6 @@
|
|||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"plop": "^2.4.0",
|
||||
"just-plop-helpers": "^1.1.1"
|
||||
"just-plop-helpers": "^1.1.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
{
|
||||
"name": "just-stack-react",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 06 Aug 2019 04:07:38 GMT",
|
||||
"tag": "just-stack-react_v1.0.3",
|
||||
"version": "1.0.3",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Speeds up the codegen process to only yarn once",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 05 Aug 2019 18:46:25 GMT",
|
||||
"tag": "just-stack-react_v1.0.2",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - just-stack-react
|
||||
|
||||
This log was last generated on Mon, 05 Aug 2019 18:46:25 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 06 Aug 2019 04:07:38 GMT and should not be manually modified.
|
||||
|
||||
## 1.0.3
|
||||
Tue, 06 Aug 2019 04:07:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Speeds up the codegen process to only yarn once (kchau@microsoft.com)
|
||||
|
||||
## 1.0.2
|
||||
Mon, 05 Aug 2019 18:46:25 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-stack-react",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
@ -22,7 +22,7 @@
|
|||
"html-webpack-plugin": "^3.2.0",
|
||||
"jest": "^24.8.0",
|
||||
"jest-expect-message": "^1.0.2",
|
||||
"just-plop-helpers": "^1.1.1",
|
||||
"just-plop-helpers": "^1.1.2",
|
||||
"node-sass": "^4.11.0",
|
||||
"plop": "^2.4.0",
|
||||
"postcss": "^7.0.13",
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
{
|
||||
"name": "just-stack-single-lib",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 06 Aug 2019 04:07:38 GMT",
|
||||
"tag": "just-stack-single-lib_v1.0.2",
|
||||
"version": "1.0.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Speeds up the codegen process to only yarn once",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 05 Aug 2019 18:07:34 GMT",
|
||||
"tag": "just-stack-single-lib_v1.0.1",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - just-stack-single-lib
|
||||
|
||||
This log was last generated on Mon, 05 Aug 2019 18:07:34 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 06 Aug 2019 04:07:38 GMT and should not be manually modified.
|
||||
|
||||
## 1.0.2
|
||||
Tue, 06 Aug 2019 04:07:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Speeds up the codegen process to only yarn once (kchau@microsoft.com)
|
||||
|
||||
## 1.0.1
|
||||
Mon, 05 Aug 2019 18:07:34 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-stack-single-lib",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"license": "MIT",
|
||||
"main": "lib-commonjs/index.js",
|
||||
"module": "lib/index.js",
|
||||
|
@ -12,7 +12,7 @@
|
|||
"@types/jest": "^24.0.16",
|
||||
"beachball": "^1.11.5",
|
||||
"jest": "^24.8.0",
|
||||
"just-plop-helpers": "^1.1.1",
|
||||
"just-plop-helpers": "^1.1.2",
|
||||
"just-scripts": "^0.27.0",
|
||||
"plop": "^2.4.0",
|
||||
"typescript": "^3.5.3"
|
||||
|
|
|
@ -1,6 +1,20 @@
|
|||
{
|
||||
"name": "just-stack-uifabric",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 06 Aug 2019 04:07:38 GMT",
|
||||
"tag": "just-stack-uifabric_v1.0.2",
|
||||
"version": "1.0.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Speeds up the codegen process to only yarn once",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "16305f61c97d0f51aaad21302758fbb554e0afc9"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 05 Aug 2019 18:07:34 GMT",
|
||||
"tag": "just-stack-uifabric_v1.0.1",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - just-stack-uifabric
|
||||
|
||||
This log was last generated on Mon, 05 Aug 2019 18:07:34 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 06 Aug 2019 04:07:38 GMT and should not be manually modified.
|
||||
|
||||
## 1.0.2
|
||||
Tue, 06 Aug 2019 04:07:38 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Speeds up the codegen process to only yarn once (kchau@microsoft.com)
|
||||
|
||||
## 1.0.1
|
||||
Mon, 05 Aug 2019 18:07:34 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-stack-uifabric",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Just stack for UI Fabric application with React",
|
||||
"keywords": [
|
||||
"just-stack"
|
||||
|
|
Загрузка…
Ссылка в новой задаче