add missing @fluentui/merge-styles dependency. (#125)
This commit is contained in:
Родитель
ea46b9e664
Коммит
cbb57d3602
|
@ -9,6 +9,7 @@
|
|||
"version": "0.2.1",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"dependencies": {
|
||||
"@fluentui/merge-styles": "^8.2.0",
|
||||
"@fluentui/react": "^7.153.0",
|
||||
"@uifabric/icons": "^7.5.17",
|
||||
"@uifabric/react-hooks": "^7.13.9",
|
||||
|
@ -1851,6 +1852,20 @@
|
|||
"tslib": "^1.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@fluentui/merge-styles": {
|
||||
"version": "8.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@fluentui/merge-styles/-/merge-styles-8.2.0.tgz",
|
||||
"integrity": "sha512-ri8KbX8UbghpHNWdw9K1zfIAwhss5z8W142OxlQ0TPU2OzlQ6iY+7t4OzuVv+qzcizVC7iXWe7jbnFlK5dCe2A==",
|
||||
"dependencies": {
|
||||
"@fluentui/set-version": "^8.1.4",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@fluentui/merge-styles/node_modules/tslib": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
|
||||
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
|
||||
},
|
||||
"node_modules/@fluentui/react": {
|
||||
"version": "7.153.0",
|
||||
"license": "MIT",
|
||||
|
@ -1946,6 +1961,19 @@
|
|||
"react-dom": ">=16.8.0 <17.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@fluentui/set-version": {
|
||||
"version": "8.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@fluentui/set-version/-/set-version-8.1.4.tgz",
|
||||
"integrity": "sha512-2otMyJ+s+W+hjBD4BKjwYKKinJUDeIKYKz93qKrrJS0i3fKfftNroy9dHFlIblZ7n747L334plLi3bzQO1bnvA==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@fluentui/set-version/node_modules/tslib": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
|
||||
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
|
||||
},
|
||||
"node_modules/@fluentui/theme": {
|
||||
"version": "1.7.0",
|
||||
"license": "MIT",
|
||||
|
@ -23518,6 +23546,22 @@
|
|||
"tslib": "^1.10.0"
|
||||
}
|
||||
},
|
||||
"@fluentui/merge-styles": {
|
||||
"version": "8.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@fluentui/merge-styles/-/merge-styles-8.2.0.tgz",
|
||||
"integrity": "sha512-ri8KbX8UbghpHNWdw9K1zfIAwhss5z8W142OxlQ0TPU2OzlQ6iY+7t4OzuVv+qzcizVC7iXWe7jbnFlK5dCe2A==",
|
||||
"requires": {
|
||||
"@fluentui/set-version": "^8.1.4",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
|
||||
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@fluentui/react": {
|
||||
"version": "7.153.0",
|
||||
"requires": {
|
||||
|
@ -23577,6 +23621,21 @@
|
|||
"tslib": "^1.10.0"
|
||||
}
|
||||
},
|
||||
"@fluentui/set-version": {
|
||||
"version": "8.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@fluentui/set-version/-/set-version-8.1.4.tgz",
|
||||
"integrity": "sha512-2otMyJ+s+W+hjBD4BKjwYKKinJUDeIKYKz93qKrrJS0i3fKfftNroy9dHFlIblZ7n747L334plLi3bzQO1bnvA==",
|
||||
"requires": {
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": {
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
|
||||
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@fluentui/theme": {
|
||||
"version": "1.7.0",
|
||||
"requires": {
|
||||
|
|
|
@ -356,6 +356,7 @@
|
|||
"refreshVSToken": "vsts-npm-auth -config .npmrc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui/merge-styles": "^8.2.0",
|
||||
"@fluentui/react": "^7.153.0",
|
||||
"@uifabric/icons": "^7.5.17",
|
||||
"@uifabric/react-hooks": "^7.13.9",
|
||||
|
|
Загрузка…
Ссылка в новой задаче