chore(deps): update most atlaskit dependencies
Update the following to the latest: avatar button checkbox field-text field-text-area icon inline-message layer-manager lozenge modal-dialog (one version before breaking changes) multi-select spinner theme tooltip The following were not updated: - droplist was removed because usage could not be found - flag was not updated due to regressions with stacking animations - inline-dialog was not updated because it requires (likely simple) fixing of position props
This commit is contained in:
parent
ceb8d7b03d
commit
514175b1af
File diff suppressed because it is too large
Load Diff
29
package.json
29
package.json
|
@ -15,25 +15,24 @@
|
|||
"author": "",
|
||||
"readmeFilename": "README.md",
|
||||
"dependencies": {
|
||||
"@atlaskit/avatar": "8.0.5",
|
||||
"@atlaskit/button": "5.4.2",
|
||||
"@atlaskit/checkbox": "2.0.2",
|
||||
"@atlaskit/avatar": "14.0.10",
|
||||
"@atlaskit/button": "9.0.8",
|
||||
"@atlaskit/checkbox": "4.0.6",
|
||||
"@atlaskit/dropdown-menu": "3.10.2",
|
||||
"@atlaskit/droplist": "4.11.1",
|
||||
"@atlaskit/field-text": "4.0.1",
|
||||
"@atlaskit/field-text-area": "1.2.0",
|
||||
"@atlaskit/field-text": "7.0.10",
|
||||
"@atlaskit/field-text-area": "4.0.9",
|
||||
"@atlaskit/flag": "6.1.0",
|
||||
"@atlaskit/icon": "10.0.0",
|
||||
"@atlaskit/icon": "13.8.1",
|
||||
"@atlaskit/inline-dialog": "5.3.0",
|
||||
"@atlaskit/inline-message": "4.0.0",
|
||||
"@atlaskit/layer-manager": "2.8.0",
|
||||
"@atlaskit/lozenge": "3.4.2",
|
||||
"@atlaskit/modal-dialog": "3.4.0",
|
||||
"@atlaskit/multi-select": "7.1.3",
|
||||
"@atlaskit/spinner": "4.0.0",
|
||||
"@atlaskit/inline-message": "7.0.4",
|
||||
"@atlaskit/layer-manager": "5.0.12",
|
||||
"@atlaskit/lozenge": "6.2.0",
|
||||
"@atlaskit/modal-dialog": "6.0.12",
|
||||
"@atlaskit/multi-select": "11.0.6",
|
||||
"@atlaskit/spinner": "9.0.8",
|
||||
"@atlaskit/tabs": "4.0.1",
|
||||
"@atlaskit/theme": "2.4.0",
|
||||
"@atlaskit/tooltip": "9.1.1",
|
||||
"@atlaskit/theme": "6.0.2",
|
||||
"@atlaskit/tooltip": "12.0.14",
|
||||
"@microsoft/microsoft-graph-client": "1.1.0",
|
||||
"@webcomponents/url": "0.7.1",
|
||||
"autosize": "1.18.13",
|
||||
|
|
Loading…
Reference in New Issue