Rework package json version notation (#3429)
* Rework package json version notation * Change files --------- Co-authored-by: Roy Fang <rofang@microsoft.com>
This commit is contained in:
Родитель
8f18449b13
Коммит
dbd7aadff1
|
@ -37,49 +37,49 @@
|
|||
"directory": "apps/fluent-tester"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/android-theme": ">=0.24.1 <1.0.0",
|
||||
"@fluentui-react-native/apple-theme": ">=0.27.1 <1.0.0",
|
||||
"@fluentui-react-native/android-theme": "^0.24.1",
|
||||
"@fluentui-react-native/apple-theme": "^0.27.1",
|
||||
"@fluentui-react-native/avatar": "^1.11.8",
|
||||
"@fluentui-react-native/badge": ">=0.8.8 <1.0.0",
|
||||
"@fluentui-react-native/button": ">=0.36.10 <1.0.0",
|
||||
"@fluentui-react-native/badge": "^0.8.8",
|
||||
"@fluentui-react-native/button": "^0.36.10",
|
||||
"@fluentui-react-native/chip": "^0.3.8",
|
||||
"@fluentui-react-native/default-theme": ">=0.25.1 <1.0.0",
|
||||
"@fluentui-react-native/default-theme": "^0.25.1",
|
||||
"@fluentui-react-native/divider": "^0.6.8",
|
||||
"@fluentui-react-native/drawer": "^0.3.7",
|
||||
"@fluentui-react-native/dropdown": ">=0.9.11 <1.0.0",
|
||||
"@fluentui-react-native/experimental-activity-indicator": ">=0.9.7 <1.0.0",
|
||||
"@fluentui-react-native/dropdown": "^0.9.11",
|
||||
"@fluentui-react-native/experimental-activity-indicator": "^0.9.7",
|
||||
"@fluentui-react-native/experimental-appearance-additions": "^0.6.7",
|
||||
"@fluentui-react-native/experimental-avatar": ">=0.20.7 <1.0.0",
|
||||
"@fluentui-react-native/experimental-avatar": "^0.20.7",
|
||||
"@fluentui-react-native/experimental-checkbox": "0.16.7",
|
||||
"@fluentui-react-native/experimental-expander": "0.7.7",
|
||||
"@fluentui-react-native/experimental-menu-button": ">=0.9.12 <1.0.0",
|
||||
"@fluentui-react-native/experimental-native-date-picker": ">=0.10.0 <1.0.0",
|
||||
"@fluentui-react-native/experimental-menu-button": "^0.9.12",
|
||||
"@fluentui-react-native/experimental-native-date-picker": "^0.10.0",
|
||||
"@fluentui-react-native/experimental-shadow": "0.5.7",
|
||||
"@fluentui-react-native/experimental-shimmer": "0.12.9",
|
||||
"@fluentui-react-native/experimental-text": ">=0.14.7 <1.0.0",
|
||||
"@fluentui-react-native/framework": ">=0.13.6 <1.0.0",
|
||||
"@fluentui-react-native/experimental-text": "^0.14.7",
|
||||
"@fluentui-react-native/framework": "^0.13.6",
|
||||
"@fluentui-react-native/icon": "0.20.8",
|
||||
"@fluentui-react-native/input": "^0.5.8",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/menu": "^1.12.17",
|
||||
"@fluentui-react-native/merge-props": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/merge-props": "^0.8.0",
|
||||
"@fluentui-react-native/notification": "0.24.10",
|
||||
"@fluentui-react-native/radio-group": ">=0.20.9 <1.0.0",
|
||||
"@fluentui-react-native/radio-group": "^0.20.9",
|
||||
"@fluentui-react-native/separator": "^0.17.7",
|
||||
"@fluentui-react-native/spinner": "^0.8.7",
|
||||
"@fluentui-react-native/stack": ">=0.9.7 <1.0.0",
|
||||
"@fluentui-react-native/stack": "^0.9.7",
|
||||
"@fluentui-react-native/switch": "^0.12.7",
|
||||
"@fluentui-react-native/tablist": "0.5.14",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/theme": ">=0.10.6 <1.0.0",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme": "^0.10.6",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/theme-types": ">=0.38.0 <1.0.0",
|
||||
"@fluentui-react-native/theme-types": "^0.38.0",
|
||||
"@fluentui-react-native/themed-stylesheet": "^1.6.0",
|
||||
"@fluentui-react-native/theming-utils": ">=0.25.5 <1.0.0",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5",
|
||||
"@fluentui-react-native/tooltip": "0.2.10",
|
||||
"@fluentui-react-native/vibrancy-view": ">=0.1.0 <1.0.0",
|
||||
"@fluentui-react-native/win32-theme": ">=0.33.1 <1.0.0",
|
||||
"@fluentui/react-native": ">=0.40.2 <1.0.0",
|
||||
"@fluentui-react-native/vibrancy-view": "^0.1.0",
|
||||
"@fluentui-react-native/win32-theme": "^0.33.1",
|
||||
"@fluentui/react-native": "^0.40.2",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
||||
"@fortawesome/react-native-fontawesome": "^0.3.0",
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/android-theme",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/apple-theme",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/avatar",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/badge",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/button",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/callout",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/checkbox",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/chip",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/composition",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/contextual-menu",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/default-theme",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/divider",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/drawer",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/dropdown",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/experimental-checkbox",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/experimental-link",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/experimental-menu-button",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/experimental-radio-group",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/experimental-shadow",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/experimental-shimmer",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/experimental-text",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/focus-trap-zone",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/focus-zone",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/framework",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/icon",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/input",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/interactive-hooks",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/link",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/menu",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/menu-button",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/notification",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/persona",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/persona-coin",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/popover",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/pressable",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/radio-group",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/separator",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/spinner",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/stack",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/switch",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/tablist",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/tester",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/text",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/theme",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/theme-tokens",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/theming-utils",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/tokens",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/tooltip",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/use-slot",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/use-slots",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/vibrancy-view",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Rework package json version notation",
|
||||
"packageName": "@fluentui-react-native/win32-theme",
|
||||
"email": "rofang@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -34,7 +34,7 @@
|
|||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/icon": "^0.20.8",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/theming-utils": ">=0.25.5 <1.0.0",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0"
|
||||
},
|
||||
|
|
|
@ -25,20 +25,20 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/experimental-shadow": ">=0.5.7 <1.0.0",
|
||||
"@fluentui-react-native/framework": ">=0.13.6 <1.0.0",
|
||||
"@fluentui-react-native/experimental-shadow": "^0.5.7",
|
||||
"@fluentui-react-native/framework": "^0.13.6",
|
||||
"@fluentui-react-native/icon": "^0.20.8",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/theme-types": "^0.38.0",
|
||||
"@fluentui-react-native/theming-utils": ">=0.25.5 <1.0.0",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -26,29 +26,29 @@
|
|||
"directory": "packages/components/Button"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/experimental-activity-indicator": "^0.9.7",
|
||||
"@fluentui-react-native/experimental-shadow": "0.5.7",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/icon": "0.20.8",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.11.7 <1.0.0",
|
||||
"@fluentui-react-native/styling-utils": ">=0.6.0 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/theme-tokens": ">=0.26.5 <1.0.0",
|
||||
"@fluentui-react-native/theme-types": ">=0.38.0 <1.0.0",
|
||||
"@fluentui-react-native/theming-utils": ">=0.25.5 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/pressable": "^0.11.7",
|
||||
"@fluentui-react-native/styling-utils": "^0.6.0",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/theme-types": "^0.38.0",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": "^0.14.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -31,11 +31,11 @@
|
|||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/component-cache": "^1.6.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0"
|
||||
"@uifabricshared/foundation-settings": "^0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -26,25 +26,25 @@
|
|||
"directory": "packages/components/Checkbox"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.11.7 <1.0.0",
|
||||
"@fluentui-react-native/styling-utils": ">=0.6.0 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/pressable": "^0.11.7",
|
||||
"@fluentui-react-native/styling-utils": "^0.6.0",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/theming-utils": ">=0.25.5 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": "^0.14.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -25,10 +25,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": ">=0.13.6 <1.0.0",
|
||||
"@fluentui-react-native/framework": "^0.13.6",
|
||||
"@fluentui-react-native/icon": "^0.20.8",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0"
|
||||
|
@ -36,7 +36,7 @@
|
|||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -30,19 +30,19 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/callout": ">=0.25.8 <1.0.0",
|
||||
"@fluentui-react-native/callout": "^0.25.8",
|
||||
"@fluentui-react-native/focus-zone": "^0.16.7",
|
||||
"@fluentui-react-native/icon": "0.20.8",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0"
|
||||
"@uifabricshared/foundation-settings": "^0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/pressable": ">=0.11.7 <1.0.0",
|
||||
"@fluentui-react-native/pressable": "^0.11.7",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
|
|
|
@ -28,14 +28,14 @@
|
|||
"dependencies": {
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/icon": "0.20.8",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/theme-tokens": ">=0.26.5 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0"
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -26,11 +26,11 @@
|
|||
"directory": "packages/components/FocusTrapZone"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/component-cache": "^1.6.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0"
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-settings": "^0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/component-cache": "^1.6.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0"
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-settings": "^0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -27,13 +27,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": ">=0.13.6 <1.0.0",
|
||||
"@fluentui-react-native/framework": "^0.13.6",
|
||||
"@fluentui-react-native/text": "^0.22.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -28,17 +28,17 @@
|
|||
"dependencies": {
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/icon": "^0.20.8",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/styling-utils": ">=0.6.0 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/styling-utils": "^0.6.0",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0"
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0",
|
||||
|
|
|
@ -26,21 +26,21 @@
|
|||
"directory": "packages/components/Link"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/framework": ">=0.13.6 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": "^0.13.6",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": "^0.14.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
|
|
|
@ -26,23 +26,23 @@
|
|||
"directory": "packages/components/menu"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/callout": ">=0.25.8 <1.0.0",
|
||||
"@fluentui-react-native/focus-zone": ">=0.16.7 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/callout": "^0.25.8",
|
||||
"@fluentui-react-native/focus-zone": "^0.16.7",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/icon": "^0.20.8",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/theme-tokens": ">=0.26.5 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/button": ">=0.36.10 <1.0.0",
|
||||
"@fluentui-react-native/button": "^0.36.10",
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
"@fluentui-react-native/contextual-menu": "^0.23.11",
|
||||
"@fluentui-react-native/icon": "^0.20.8",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0"
|
||||
"@uifabricshared/foundation-settings": "^0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -27,23 +27,23 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/button": ">=0.36.10 <1.0.0",
|
||||
"@fluentui-react-native/button": "^0.36.10",
|
||||
"@fluentui-react-native/experimental-appearance-additions": "^0.6.7",
|
||||
"@fluentui-react-native/experimental-shadow": "0.5.7",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/icon": "0.20.8",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.11.7 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/pressable": "^0.11.7",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "0.26.5",
|
||||
"@fluentui-react-native/theme-types": ">=0.38.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0"
|
||||
"@fluentui-react-native/theme-types": "^0.38.0",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -26,14 +26,14 @@
|
|||
"directory": "packages/components/Persona"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/framework": ">=0.13.6 <1.0.0",
|
||||
"@fluentui-react-native/persona-coin": ">=0.14.7 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": "^0.13.6",
|
||||
"@fluentui-react-native/persona-coin": "^0.14.7",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0",
|
||||
"@uifabricshared/foundation-tokens": ">=0.14.5 <1.0.0"
|
||||
"@uifabricshared/foundation-settings": "^0.14.0",
|
||||
"@uifabricshared/foundation-tokens": "^0.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -26,14 +26,14 @@
|
|||
"directory": "packages/components/PersonaCoin"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/framework": ">=0.13.6 <1.0.0",
|
||||
"@fluentui-react-native/theme-tokens": ">=0.26.5 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": "^0.13.6",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0",
|
||||
"@uifabricshared/foundation-tokens": ">=0.14.5 <1.0.0"
|
||||
"@uifabricshared/foundation-settings": "^0.14.0",
|
||||
"@uifabricshared/foundation-tokens": "^0.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
"directory": "packages/components/Pressable"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0"
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-settings": "^0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -26,25 +26,25 @@
|
|||
"directory": "packages/components/RadioGroup"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/component-cache": "^1.6.0",
|
||||
"@fluentui-react-native/focus-zone": ">=0.16.7 <1.0.0",
|
||||
"@fluentui-react-native/focus-zone": "^0.16.7",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/pressable": ">=0.11.7 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/theme-tokens": ">=0.26.5 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/pressable": "^0.11.7",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0",
|
||||
"@uifabricshared/foundation-settings": "^0.14.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"directory": "packages/components/Separator"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/framework": ">=0.13.6 <1.0.0",
|
||||
"@fluentui-react-native/framework": "^0.13.6",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0"
|
||||
},
|
||||
|
|
|
@ -26,18 +26,18 @@
|
|||
"directory": "packages/components/Stack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/framework": ">=0.13.6 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@uifabricshared/foundation-composable": ">=0.12.3 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": "^0.13.6",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@uifabricshared/foundation-composable": "^0.12.3",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"@uifabricshared/foundation-settings": ">=0.14.0 <1.0.0",
|
||||
"@uifabricshared/foundation-tokens": ">=0.14.5 <1.0.0"
|
||||
"@uifabricshared/foundation-settings": "^0.14.0",
|
||||
"@uifabricshared/foundation-tokens": "^0.14.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
|
|
|
@ -26,19 +26,19 @@
|
|||
"directory": "packages/components/Switch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/theming-utils": ">=0.25.5 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -27,20 +27,20 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": "0.12.0",
|
||||
"@fluentui-react-native/focus-zone": ">=0.16.7 <1.0.0",
|
||||
"@fluentui-react-native/focus-zone": "^0.16.7",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/icon": "0.20.8",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/theming-utils": ">=0.25.5 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -26,18 +26,18 @@
|
|||
"directory": "packages/components/text"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/theme-tokens": ">=0.26.5 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@uifabricshared/foundation-compose": "^1.14.20",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
"directory": "packages/experimental/Checkbox"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/checkbox": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/checkbox": "^0.22.7",
|
||||
"@fluentui-react-native/component-cache": "^1.6.0",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"tslib": "^2.3.1"
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0"
|
||||
"@fluentui-react-native/use-styling": "^0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -26,18 +26,18 @@
|
|||
"directory": "packages/experimental/dropdown"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/button": ">=0.36.10 <1.0.0",
|
||||
"@fluentui-react-native/callout": ">=0.25.8 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/button": "^0.36.10",
|
||||
"@fluentui-react-native/callout": "^0.25.8",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/interactive-hooks": ">=0.25.7 <1.0.0",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/interactive-hooks": "^0.25.7",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"directory": "packages/experimental/link"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/link": ">=0.21.7 <1.0.0"
|
||||
"@fluentui-react-native/link": "^0.21.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"@fluentui-react-native/button": "^0.36.10",
|
||||
"@fluentui-react-native/contextual-menu": "^0.23.11",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0"
|
||||
"@fluentui-react-native/tokens": "^0.22.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"directory": "packages/experimental/popover"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"directory": "packages/experimental/RadioGroup"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/radio-group": ">=0.20.9 <1.0.0"
|
||||
"@fluentui-react-native/radio-group": "^0.20.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
"dependencies": {
|
||||
"@fluentui-react-native/component-cache": "^1.6.0",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/theming-utils": ">=0.25.5 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"dependencies": {
|
||||
"@fluentui-react-native/component-cache": "^1.6.0",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0"
|
||||
},
|
||||
|
|
|
@ -27,14 +27,14 @@
|
|||
"directory": "packages/experimental/Stack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/framework": "0.13.6",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0"
|
||||
"@fluentui-react-native/tokens": "^0.22.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"directory": "packages/experimental/Text"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/text": ">=0.22.7 <1.0.0",
|
||||
"@fluentui-react-native/text": "^0.22.7",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"@fluentui-react-native/button": "^0.36.10",
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@office-iss/react-native-win32": "^0.72.0",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"directory": "packages/experimental/VibrancyView"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/adapters": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/adapters": "^0.12.0",
|
||||
"@fluentui-react-native/component-cache": "^1.6.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
|
|
|
@ -32,9 +32,9 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/immutable-merge": "^1.2.1",
|
||||
"@fluentui-react-native/use-slot": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/use-slots": ">=0.9.0 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0"
|
||||
"@fluentui-react-native/use-slot": "^0.5.0",
|
||||
"@fluentui-react-native/use-slots": "^0.9.0",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
|
|
|
@ -28,17 +28,17 @@
|
|||
"directory": "packages/framework/framework"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/composition": ">=0.10.0 <1.0.0",
|
||||
"@fluentui-react-native/default-theme": ">=0.25.1 <1.0.0",
|
||||
"@fluentui-react-native/composition": "^0.10.0",
|
||||
"@fluentui-react-native/default-theme": "^0.25.1",
|
||||
"@fluentui-react-native/immutable-merge": "^1.2.1",
|
||||
"@fluentui-react-native/memo-cache": "^1.3.1",
|
||||
"@fluentui-react-native/merge-props": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/theme-types": ">=0.38.0 <1.0.0",
|
||||
"@fluentui-react-native/tokens": ">=0.22.5 <1.0.0",
|
||||
"@fluentui-react-native/use-slot": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/use-slots": ">=0.9.0 <1.0.0",
|
||||
"@fluentui-react-native/use-styling": ">=0.12.0 <1.0.0",
|
||||
"@fluentui-react-native/use-tokens": ">=0.5.0 <1.0.0",
|
||||
"@fluentui-react-native/merge-props": "^0.8.0",
|
||||
"@fluentui-react-native/theme-types": "^0.38.0",
|
||||
"@fluentui-react-native/tokens": "^0.22.5",
|
||||
"@fluentui-react-native/use-slot": "^0.5.0",
|
||||
"@fluentui-react-native/use-slots": "^0.9.0",
|
||||
"@fluentui-react-native/use-styling": "^0.12.0",
|
||||
"@fluentui-react-native/use-tokens": "^0.5.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -32,11 +32,11 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/immutable-merge": "^1.2.1",
|
||||
"@fluentui-react-native/theme-types": ">=0.38.0 <1.0.0"
|
||||
"@fluentui-react-native/theme-types": "^0.38.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
|
||||
"@fluentui-react-native/test-tools": "^0.1.1",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "^0.72.0"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/merge-props": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/merge-props": "^0.8.0",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -31,10 +31,10 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/use-slot": ">=0.5.0 <1.0.0"
|
||||
"@fluentui-react-native/use-slot": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/merge-props": ">=0.8.0 <1.0.0",
|
||||
"@fluentui-react-native/merge-props": "^0.8.0",
|
||||
"@fluentui-react-native/scripts": "^0.1.1",
|
||||
"@react-native/metro-config": "^0.72.0",
|
||||
"react": "18.2.0",
|
||||
|
|
|
@ -32,10 +32,10 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/memo-cache": "^1.3.1",
|
||||
"@fluentui-react-native/theme": ">=0.10.6 <1.0.0",
|
||||
"@fluentui-react-native/theme": "^0.10.6",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/theme-types": ">=0.38.0 <1.0.0",
|
||||
"@fluentui-react-native/theming-utils": ">=0.25.5 <1.0.0"
|
||||
"@fluentui-react-native/theme-types": "^0.38.0",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
||||
|
|
|
@ -31,14 +31,14 @@
|
|||
"directory": "packages/theming/apple-theme"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/default-theme": ">=0.25.1 <1.0.0",
|
||||
"@fluentui-react-native/default-theme": "^0.25.1",
|
||||
"@fluentui-react-native/design-tokens-ios": "^0.53.0",
|
||||
"@fluentui-react-native/design-tokens-macos": "^0.53.0",
|
||||
"@fluentui-react-native/experimental-appearance-additions": "^0.6.7",
|
||||
"@fluentui-react-native/memo-cache": "^1.3.1",
|
||||
"@fluentui-react-native/theme": ">=0.10.6 <1.0.0",
|
||||
"@fluentui-react-native/theme": "^0.10.6",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/theme-types": ">=0.38.0 <1.0.0",
|
||||
"@fluentui-react-native/theme-types": "^0.38.0",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5",
|
||||
"assert-never": "^1.2.1"
|
||||
},
|
||||
|
|
|
@ -32,10 +32,10 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fluentui-react-native/memo-cache": "^1.3.1",
|
||||
"@fluentui-react-native/theme": ">=0.10.6 <1.0.0",
|
||||
"@fluentui-react-native/theme": "^0.10.6",
|
||||
"@fluentui-react-native/theme-tokens": "^0.26.5",
|
||||
"@fluentui-react-native/theme-types": ">=0.38.0 <1.0.0",
|
||||
"@fluentui-react-native/theming-utils": ">=0.25.5 <1.0.0",
|
||||
"@fluentui-react-native/theme-types": "^0.38.0",
|
||||
"@fluentui-react-native/theming-utils": "^0.25.5",
|
||||
"assert-never": "^1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче