зеркало из https://github.com/microsoft/just.git
Typing move for templates (#72)
* moved typing to its own thing * change files * typing
This commit is contained in:
Родитель
8d67f305f3
Коммит
e09ff6a9eb
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "just-stack-single-lib",
|
||||
"comment": "move typing to template",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "just-stack-single-lib",
|
||||
"email": "kchau@microsoft.com"
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "just-stack-uifabric",
|
||||
"comment": "move typing to template",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "just-stack-uifabric",
|
||||
"email": "kchau@microsoft.com"
|
||||
}
|
|
@ -11,6 +11,9 @@
|
|||
"keywords": [
|
||||
"just-stack"
|
||||
],
|
||||
"bin": {
|
||||
"just": ""
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
"stack:upgrade": "npx just upgrade-stack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.0",
|
||||
"just-stack-single-lib": ">=0.5.14"
|
||||
},
|
||||
"just": {
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
"jest-expect-message": "^1.0.2",
|
||||
"json5": "^2.1.0",
|
||||
"@types/jest": "^24.0.0",
|
||||
"@types/react-dom": "~16.0.11",
|
||||
"@types/react": "~16.7.0",
|
||||
"autoprefixer": "^9.4.5",
|
||||
"css-loader": "^2.1.0",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
|
|
|
@ -27,7 +27,10 @@
|
|||
"react-dom": "~16.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"just-stack-uifabric": ">=0.7.0"
|
||||
"@types/jest": "^24.0.0",
|
||||
"@types/react-dom": "~16.8.0",
|
||||
"@types/react": "~16.8.0",
|
||||
"just-stack-uifabric": ">=0.8.0"
|
||||
},
|
||||
"just": {
|
||||
"stack": "just-stack-uifabric"
|
||||
|
|
Загрузка…
Ссылка в новой задаче