* Update to react-native 0.64

* Cleanup after merge

* cleanup unused dependency

* fix dependencies, undo whitespace-only change

* fix dependencies. remove unneeded tslint/eslint suppression.

* revert unneeded change

* Update test snapshots

* Update callout test: border width picker must use values that can be converted between string and number. Picker requires strings, but the target borderWidth value is a number.

* SyntheticEvent: dispatchConfig prop is not present in react-native NativeSyntheticEvent. To compensate for its absence, make SyntheticEvent.dispatchConfig optional.

* Change files

* Remove forced resolution of react-native and react packages.

* Update react-native-test-app and ios pod versions

* Update CLI to 5.0.1 and use cli-platform-ios 5.0.2 since it has a critical fix for RNTA.

* Apply RNTA's published workaround for ios/android issues.

* take 2

* Update @react-native-community/slider, and removing pods which are autolinked.

* explicitly set jdk

* undo java version and remove ndk install

* Update RNTA
This commit is contained in:
Adam Foxman 2021-11-17 11:11:30 -08:00 коммит произвёл GitHub
Родитель 6f1258d182
Коммит f16d742b5c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
143 изменённых файлов: 1777 добавлений и 1938 удалений

Просмотреть файл

@ -1,40 +1,28 @@
parameters:
# latest gradlew use this NDK version, which is not avaialble with any recent agents in azure
- name: ndkVersion
type: string
default: '21.0.6113669'
steps:
- task: Bash@3
displayName: 'NDK Download'
inputs:
targetType: 'inline'
# install a compatible version of NDK for gradle
script: echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install 'ndk;${{ parameters.ndkVersion }}'
- task: Bash@3
displayName: 'Android Emulator Setup'
inputs:
targetType: 'inline'
script: |
#!/usr/bin/env bash
# Install AVD files
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install 'system-images;android-27;google_apis;x86'
# Create emulator
echo "no" | $ANDROID_HOME/tools/bin/avdmanager create avd -n android_emulator -k 'system-images;android-27;google_apis;x86' --force
# list emulator
echo "Available emulator"
$ANDROID_HOME/emulator/emulator -list-avds
echo "Starting emulator"
# Start emulator in background
nohup $ANDROID_HOME/emulator/emulator -avd android_emulator -no-snapshot > /dev/null 2>&1 &
$ANDROID_HOME/platform-tools/adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed | tr -d '\r') ]]; do sleep 1; done; input keyevent 82'
#list online device/emulator
$ANDROID_HOME/platform-tools/adb devices
echo "Emulator started"

Просмотреть файл

@ -22,31 +22,38 @@
},
"dependencies": {
"@fluentui-react-native/tester": "^0.47.3",
"@react-native-community/slider": "^3.0.3",
"@react-native-community/slider": "^4.1.12",
"@react-native-picker/picker": "^1.16.7",
"hermes-engine": "~0.5.0",
"react": "16.13.1",
"react-native": "^0.63.2",
"react": "17.0.1",
"react-native": "^0.64.3",
"react-native-svg": "^12.1.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@babel/core": "^7.8.0",
"@babel/runtime": "^7.8.0",
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@rnx-kit/cli": "^0.5.27",
"@rnx-kit/metro-config": "^1.2.3",
"@uifabricshared/build-native": "^0.1.1",
"metro-react-native-babel-preset": "^0.59.0",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-svg-transformer": "^0.14.3",
"react-native-test-app": "^0.7.0",
"react-test-renderer": "~16.13.1"
"react-native-test-app": "^0.9.13",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
},
"rnx-kit": {
"reactNativeVersion": "^0.63",
"reactNativeVersion": "0.64",
"kitType": "app",
"detectCyclicDependencies": {
"throwOnError": true
},
"detectDuplicateDependencies": {
"throwOnError": true
},
"typescriptValidation": true,
"bundle": {
"targets": [
"android"

Просмотреть файл

@ -50,7 +50,7 @@
"@fluentui-react-native/theming-utils": ">=0.7.9 <1.0.0",
"@fluentui-react-native/win32-theme": ">=0.13.10 <1.0.0",
"@fluentui/react-native": ">=0.26.9 <1.0.0",
"@react-native-community/slider": "^3.0.3",
"@react-native-community/slider": "^4.1.12",
"@react-native-menu/menu": "^0.1.2",
"@react-native-picker/picker": "^1.16.7",
"tslib": "^1.13.0"
@ -59,8 +59,8 @@
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@rnx-kit/cli": "^0.5.27",
"@types/jasmine": "3.5.10",
"@types/react": ">=16.9.34 < 16.14.0",
"@types/react-native": "^0.63.0",
"@types/react": "^17.0.2",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"@wdio/appium-service": "5.18.2",
"@wdio/cli": "5.23.0",
@ -69,14 +69,14 @@
"@wdio/spec-reporter": "5.22.4",
"@wdio/sync": "5.20.1",
"appium": "1.17.1",
"metro-react-native-babel-preset": "^0.59.0",
"react": "16.13.1",
"react-native": "^0.63.2",
"react-native-macos": "^0.63.41",
"metro-react-native-babel-preset": "^0.66.2",
"react": "17.0.1",
"react-native": "^0.64.3",
"react-native-macos": "^0.64.6",
"react-native-svg": "^12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-windows": "^0.64.0",
"react-test-renderer": "~16.13.1",
"react-native-windows": "^0.64.3",
"react-test-renderer": "17.0.1",
"rnpm-plugin-windows": "^0.5.1-0",
"ts-node": "^8.10.1",
"tsconfig-paths": "^3.9.0",
@ -84,12 +84,12 @@
"webdriverio": "5.22.4"
},
"peerDependencies": {
"@office-iss/react-native-win32": "^0.63.7",
"react": "16.13.1",
"react-native": "^0.63.2",
"react-native-macos": "^0.63.41",
"@office-iss/react-native-win32": "^0.64.8",
"react": "17.0.1",
"react-native": "^0.64.3",
"react-native-macos": "^0.64.6",
"react-native-svg": "^12.1.1",
"react-native-windows": "^0.64.0"
"react-native-windows": "^0.64.3"
},
"jest": {
"preset": "react-native"

Просмотреть файл

@ -97,10 +97,10 @@ const standardCallout: React.FunctionComponent = () => {
const [selectedBackgroundColor, setSelectedBackgroundColor] = React.useState<string | undefined>(undefined);
const [selectedBorderColor, setSelectedBorderColor] = React.useState<string | undefined>(undefined);
const borderWidthDefault: string = 'default (1)';
const borderWidthSelections: (number | string)[] = ['default (1)', 2, 4, 10];
const borderWidthDefault: string = '1';
const borderWidthSelections: string[] = ['1', '2', '4', '10'];
const [selectedBorderWidth, setSelectedBorderWidth] = React.useState<number | undefined>(undefined);
const [selectedBorderWidth, setSelectedBorderWidth] = React.useState<string | undefined>(undefined);
const [showScrollViewCallout, setShowScrollViewCalout] = React.useState(false);
const [scrollviewContents, setScrollviewContents] = React.useState([1, 2, 3]);
@ -175,7 +175,7 @@ const standardCallout: React.FunctionComponent = () => {
onValueChange={(width) => setSelectedBorderWidth(width === borderWidthDefault ? undefined : width)}
>
{borderWidthSelections.map((width, index) => (
<Picker.Item label={width.toString()} key={index} value={width} />
<Picker.Item label={width} key={index} value={width} />
))}
</Picker>
</View>
@ -218,7 +218,7 @@ const standardCallout: React.FunctionComponent = () => {
isBeakVisible: isBeakVisible,
...(selectedBorderColor && { borderColor: selectedBorderColor }),
...(selectedBackgroundColor && { backgroundColor: selectedBackgroundColor }),
...(selectedBorderWidth && { borderWidth: selectedBorderWidth }),
...(selectedBorderWidth && { borderWidth: parseInt(selectedBorderWidth) }),
...(calloutDismissBehaviors && { dismissBehaviors: calloutDismissBehaviors }),
}}
>

Просмотреть файл

@ -22,30 +22,37 @@
},
"dependencies": {
"@fluentui-react-native/tester": "^0.47.3",
"@react-native-community/slider": "^3.0.3",
"react": "16.13.1",
"react-native": "^0.63.2",
"@react-native-community/slider": "^4.1.12",
"react": "17.0.1",
"react-native": "^0.64.3",
"react-native-svg": "^12.1.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@babel/core": "^7.8.0",
"@babel/runtime": "^7.8.0",
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@rnx-kit/cli": "^0.5.27",
"@rnx-kit/metro-config": "^1.2.3",
"@uifabricshared/build-native": "^0.1.1",
"metro-config": "^0.59.0",
"metro-react-native-babel-preset": "^0.59.0",
"metro-config": "^0.66.2",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-svg-transformer": "^0.14.3",
"react-native-test-app": "^0.7.0",
"react-test-renderer": "~16.13.1"
"react-native-test-app": "^0.9.13",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
},
"rnx-kit": {
"reactNativeVersion": "^0.63",
"reactNativeVersion": "0.64",
"kitType": "app",
"detectCyclicDependencies": {
"throwOnError": true
},
"detectDuplicateDependencies": {
"throwOnError": true
},
"typescriptValidation": true,
"bundle": {
"targets": [
"ios"

Просмотреть файл

@ -15,10 +15,31 @@
*/
'use strict';
const path = require('path');
module.exports = {
project: {
ios: {
project: 'src/FluentTester.xcworkspace',
project: (() => {
const {
packageSatisfiesVersionRange,
} = require('react-native-test-app/scripts/configure');
if (
packageSatisfiesVersionRange(
'@react-native-community/cli-platform-ios',
'<5.0.2',
)
) {
// Prior to @react-native-community/cli-platform-ios v5.0.0,
// `project` was only used to infer `sourceDir` and `podfile`.
return 'ios/ReactTestApp-Dummy.xcodeproj';
}
// `sourceDir` and `podfile` detection was fixed in
// @react-native-community/cli-platform-ios v5.0.2 (see
// https://github.com/react-native-community/cli/pull/1444).
return 'node_modules/.generated/ios/ReactTestApp.xcodeproj';
})(),
},
},
};

Просмотреть файл

@ -27,8 +27,6 @@ use_test_app! do |target|
pod 'FRNAvatar', :path => '../../../packages/experimental/Avatar/FRNAvatar.podspec'
pod 'FRNDatePicker', :path => '../../../packages/experimental/NativeDatePicker/FRNDatePicker.podspec'
pod 'react-native-menu', :path => '../../../node_modules/@react-native-menu/menu'
pod 'RNSVG', :path => '../../../node_modules/react-native-svg'
pod 'react-native-slider', :path => '../../../node_modules/@react-native-community/slider'
script_phase name: 'Start Packager',
script: start_packager_script,

Просмотреть файл

@ -1,23 +1,14 @@
PODS:
- boost-for-react-native (1.63.0)
- DoubleConversion (1.1.6)
- FBLazyVector (0.63.4)
- FBReactNativeSpec (0.63.4):
- Folly (= 2020.01.13.00)
- RCTRequired (= 0.63.4)
- RCTTypeSafety (= 0.63.4)
- React-Core (= 0.63.4)
- React-jsi (= 0.63.4)
- ReactCommon/turbomodule/core (= 0.63.4)
- Folly (2020.01.13.00):
- boost-for-react-native
- DoubleConversion
- Folly/Default (= 2020.01.13.00)
- glog
- Folly/Default (2020.01.13.00):
- boost-for-react-native
- DoubleConversion
- glog
- FBLazyVector (0.64.3)
- FBReactNativeSpec (0.64.3):
- RCT-Folly (= 2020.01.13.00)
- RCTRequired (= 0.64.3)
- RCTTypeSafety (= 0.64.3)
- React-Core (= 0.64.3)
- React-jsi (= 0.64.3)
- ReactCommon/turbomodule/core (= 0.64.3)
- FRNAvatar (0.12.19):
- MicrosoftFluentUI (= 0.3.0)
- MicrosoftFluentUI/Avatar_ios (= 0.3.0)
@ -182,237 +173,270 @@ PODS:
- MicrosoftFluentUI/Label_ios
- MicrosoftFluentUI/Utilities_ios (0.3.0)
- QRCodeReader.swift (10.1.0)
- RCTRequired (0.63.4)
- RCTTypeSafety (0.63.4):
- FBLazyVector (= 0.63.4)
- Folly (= 2020.01.13.00)
- RCTRequired (= 0.63.4)
- React-Core (= 0.63.4)
- React (0.63.4):
- React-Core (= 0.63.4)
- React-Core/DevSupport (= 0.63.4)
- React-Core/RCTWebSocket (= 0.63.4)
- React-RCTActionSheet (= 0.63.4)
- React-RCTAnimation (= 0.63.4)
- React-RCTBlob (= 0.63.4)
- React-RCTImage (= 0.63.4)
- React-RCTLinking (= 0.63.4)
- React-RCTNetwork (= 0.63.4)
- React-RCTSettings (= 0.63.4)
- React-RCTText (= 0.63.4)
- React-RCTVibration (= 0.63.4)
- React-callinvoker (0.63.4)
- React-Core (0.63.4):
- Folly (= 2020.01.13.00)
- RCT-Folly (2020.01.13.00):
- boost-for-react-native
- DoubleConversion
- glog
- React-Core/Default (= 0.63.4)
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- RCT-Folly/Default (= 2020.01.13.00)
- RCT-Folly/Default (2020.01.13.00):
- boost-for-react-native
- DoubleConversion
- glog
- RCTRequired (0.64.3)
- RCTTypeSafety (0.64.3):
- FBLazyVector (= 0.64.3)
- RCT-Folly (= 2020.01.13.00)
- RCTRequired (= 0.64.3)
- React-Core (= 0.64.3)
- React (0.64.3):
- React-Core (= 0.64.3)
- React-Core/DevSupport (= 0.64.3)
- React-Core/RCTWebSocket (= 0.64.3)
- React-RCTActionSheet (= 0.64.3)
- React-RCTAnimation (= 0.64.3)
- React-RCTBlob (= 0.64.3)
- React-RCTImage (= 0.64.3)
- React-RCTLinking (= 0.64.3)
- React-RCTNetwork (= 0.64.3)
- React-RCTSettings (= 0.64.3)
- React-RCTText (= 0.64.3)
- React-RCTVibration (= 0.64.3)
- React-callinvoker (0.64.3)
- React-Core (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default (= 0.64.3)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/CoreModulesHeaders (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/CoreModulesHeaders (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/Default (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/Default (0.64.3):
- glog
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- RCT-Folly (= 2020.01.13.00)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/DevSupport (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/DevSupport (0.64.3):
- glog
- React-Core/Default (= 0.63.4)
- React-Core/RCTWebSocket (= 0.63.4)
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-jsinspector (= 0.63.4)
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default (= 0.64.3)
- React-Core/RCTWebSocket (= 0.64.3)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-jsinspector (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/RCTActionSheetHeaders (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/RCTActionSheetHeaders (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/RCTAnimationHeaders (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/RCTAnimationHeaders (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/RCTBlobHeaders (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/RCTBlobHeaders (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/RCTImageHeaders (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/RCTImageHeaders (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/RCTLinkingHeaders (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/RCTLinkingHeaders (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/RCTNetworkHeaders (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/RCTNetworkHeaders (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/RCTSettingsHeaders (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/RCTSettingsHeaders (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/RCTTextHeaders (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/RCTTextHeaders (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/RCTVibrationHeaders (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/RCTVibrationHeaders (0.64.3):
- glog
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-Core/RCTWebSocket (0.63.4):
- Folly (= 2020.01.13.00)
- React-Core/RCTWebSocket (0.64.3):
- glog
- React-Core/Default (= 0.63.4)
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsiexecutor (= 0.63.4)
- RCT-Folly (= 2020.01.13.00)
- React-Core/Default (= 0.64.3)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsiexecutor (= 0.64.3)
- React-perflogger (= 0.64.3)
- Yoga
- React-CoreModules (0.63.4):
- FBReactNativeSpec (= 0.63.4)
- Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.63.4)
- React-Core/CoreModulesHeaders (= 0.63.4)
- React-jsi (= 0.63.4)
- React-RCTImage (= 0.63.4)
- ReactCommon/turbomodule/core (= 0.63.4)
- React-cxxreact (0.63.4):
- React-CoreModules (0.64.3):
- FBReactNativeSpec (= 0.64.3)
- RCT-Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.64.3)
- React-Core/CoreModulesHeaders (= 0.64.3)
- React-jsi (= 0.64.3)
- React-RCTImage (= 0.64.3)
- ReactCommon/turbomodule/core (= 0.64.3)
- React-cxxreact (0.64.3):
- boost-for-react-native (= 1.63.0)
- DoubleConversion
- Folly (= 2020.01.13.00)
- glog
- React-callinvoker (= 0.63.4)
- React-jsinspector (= 0.63.4)
- React-jsi (0.63.4):
- RCT-Folly (= 2020.01.13.00)
- React-callinvoker (= 0.64.3)
- React-jsi (= 0.64.3)
- React-jsinspector (= 0.64.3)
- React-perflogger (= 0.64.3)
- React-runtimeexecutor (= 0.64.3)
- React-jsi (0.64.3):
- boost-for-react-native (= 1.63.0)
- DoubleConversion
- Folly (= 2020.01.13.00)
- glog
- React-jsi/Default (= 0.63.4)
- React-jsi/Default (0.63.4):
- RCT-Folly (= 2020.01.13.00)
- React-jsi/Default (= 0.64.3)
- React-jsi/Default (0.64.3):
- boost-for-react-native (= 1.63.0)
- DoubleConversion
- Folly (= 2020.01.13.00)
- glog
- React-jsiexecutor (0.63.4):
- RCT-Folly (= 2020.01.13.00)
- React-jsiexecutor (0.64.3):
- DoubleConversion
- Folly (= 2020.01.13.00)
- glog
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsinspector (0.63.4)
- RCT-Folly (= 2020.01.13.00)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-perflogger (= 0.64.3)
- React-jsinspector (0.64.3)
- react-native-menu (0.1.2):
- React
- react-native-slider (3.0.3):
- React
- React-RCTActionSheet (0.63.4):
- React-Core/RCTActionSheetHeaders (= 0.63.4)
- React-RCTAnimation (0.63.4):
- FBReactNativeSpec (= 0.63.4)
- Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.63.4)
- React-Core/RCTAnimationHeaders (= 0.63.4)
- React-jsi (= 0.63.4)
- ReactCommon/turbomodule/core (= 0.63.4)
- React-RCTBlob (0.63.4):
- FBReactNativeSpec (= 0.63.4)
- Folly (= 2020.01.13.00)
- React-Core/RCTBlobHeaders (= 0.63.4)
- React-Core/RCTWebSocket (= 0.63.4)
- React-jsi (= 0.63.4)
- React-RCTNetwork (= 0.63.4)
- ReactCommon/turbomodule/core (= 0.63.4)
- React-RCTImage (0.63.4):
- FBReactNativeSpec (= 0.63.4)
- Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.63.4)
- React-Core/RCTImageHeaders (= 0.63.4)
- React-jsi (= 0.63.4)
- React-RCTNetwork (= 0.63.4)
- ReactCommon/turbomodule/core (= 0.63.4)
- React-RCTLinking (0.63.4):
- FBReactNativeSpec (= 0.63.4)
- React-Core/RCTLinkingHeaders (= 0.63.4)
- React-jsi (= 0.63.4)
- ReactCommon/turbomodule/core (= 0.63.4)
- React-RCTNetwork (0.63.4):
- FBReactNativeSpec (= 0.63.4)
- Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.63.4)
- React-Core/RCTNetworkHeaders (= 0.63.4)
- React-jsi (= 0.63.4)
- ReactCommon/turbomodule/core (= 0.63.4)
- React-RCTSettings (0.63.4):
- FBReactNativeSpec (= 0.63.4)
- Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.63.4)
- React-Core/RCTSettingsHeaders (= 0.63.4)
- React-jsi (= 0.63.4)
- ReactCommon/turbomodule/core (= 0.63.4)
- React-RCTText (0.63.4):
- React-Core/RCTTextHeaders (= 0.63.4)
- React-RCTVibration (0.63.4):
- FBReactNativeSpec (= 0.63.4)
- Folly (= 2020.01.13.00)
- React-Core/RCTVibrationHeaders (= 0.63.4)
- React-jsi (= 0.63.4)
- ReactCommon/turbomodule/core (= 0.63.4)
- ReactCommon/turbomodule/core (0.63.4):
- react-native-slider (4.1.12):
- React-Core
- React-perflogger (0.64.3)
- React-RCTActionSheet (0.64.3):
- React-Core/RCTActionSheetHeaders (= 0.64.3)
- React-RCTAnimation (0.64.3):
- FBReactNativeSpec (= 0.64.3)
- RCT-Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.64.3)
- React-Core/RCTAnimationHeaders (= 0.64.3)
- React-jsi (= 0.64.3)
- ReactCommon/turbomodule/core (= 0.64.3)
- React-RCTBlob (0.64.3):
- FBReactNativeSpec (= 0.64.3)
- RCT-Folly (= 2020.01.13.00)
- React-Core/RCTBlobHeaders (= 0.64.3)
- React-Core/RCTWebSocket (= 0.64.3)
- React-jsi (= 0.64.3)
- React-RCTNetwork (= 0.64.3)
- ReactCommon/turbomodule/core (= 0.64.3)
- React-RCTImage (0.64.3):
- FBReactNativeSpec (= 0.64.3)
- RCT-Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.64.3)
- React-Core/RCTImageHeaders (= 0.64.3)
- React-jsi (= 0.64.3)
- React-RCTNetwork (= 0.64.3)
- ReactCommon/turbomodule/core (= 0.64.3)
- React-RCTLinking (0.64.3):
- FBReactNativeSpec (= 0.64.3)
- React-Core/RCTLinkingHeaders (= 0.64.3)
- React-jsi (= 0.64.3)
- ReactCommon/turbomodule/core (= 0.64.3)
- React-RCTNetwork (0.64.3):
- FBReactNativeSpec (= 0.64.3)
- RCT-Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.64.3)
- React-Core/RCTNetworkHeaders (= 0.64.3)
- React-jsi (= 0.64.3)
- ReactCommon/turbomodule/core (= 0.64.3)
- React-RCTSettings (0.64.3):
- FBReactNativeSpec (= 0.64.3)
- RCT-Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.64.3)
- React-Core/RCTSettingsHeaders (= 0.64.3)
- React-jsi (= 0.64.3)
- ReactCommon/turbomodule/core (= 0.64.3)
- React-RCTText (0.64.3):
- React-Core/RCTTextHeaders (= 0.64.3)
- React-RCTVibration (0.64.3):
- FBReactNativeSpec (= 0.64.3)
- RCT-Folly (= 2020.01.13.00)
- React-Core/RCTVibrationHeaders (= 0.64.3)
- React-jsi (= 0.64.3)
- ReactCommon/turbomodule/core (= 0.64.3)
- React-runtimeexecutor (0.64.3):
- React-jsi (= 0.64.3)
- ReactCommon/turbomodule/core (0.64.3):
- DoubleConversion
- Folly (= 2020.01.13.00)
- glog
- React-callinvoker (= 0.63.4)
- React-Core (= 0.63.4)
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- ReactTestApp-DevSupport (0.7.5)
- RCT-Folly (= 2020.01.13.00)
- React-callinvoker (= 0.64.3)
- React-Core (= 0.64.3)
- React-cxxreact (= 0.64.3)
- React-jsi (= 0.64.3)
- React-perflogger (= 0.64.3)
- ReactTestApp-DevSupport (0.9.12):
- React-Core
- React-jsi
- ReactTestApp-Resources (1.0.0-dev)
- RNSVG (12.1.1):
- React
@ -422,12 +446,12 @@ PODS:
DEPENDENCIES:
- DoubleConversion (from `../../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- FBLazyVector (from `../../../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../../../node_modules/react-native/Libraries/FBReactNativeSpec`)
- Folly (from `../../../node_modules/react-native/third-party-podspecs/Folly.podspec`)
- FBReactNativeSpec (from `../../../node_modules/react-native/React/FBReactNativeSpec`)
- FRNAvatar (from `../../../packages/experimental/Avatar/FRNAvatar.podspec`)
- FRNDatePicker (from `../../../packages/experimental/NativeDatePicker/FRNDatePicker.podspec`)
- glog (from `../../../node_modules/react-native/third-party-podspecs/glog.podspec`)
- QRCodeReader.swift
- RCT-Folly (from `../../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCTRequired (from `../../../node_modules/react-native/Libraries/RCTRequired`)
- RCTTypeSafety (from `../../../node_modules/react-native/Libraries/TypeSafety`)
- React (from `../../../node_modules/react-native/`)
@ -442,6 +466,7 @@ DEPENDENCIES:
- React-jsinspector (from `../../../node_modules/react-native/ReactCommon/jsinspector`)
- "react-native-menu (from `../../../node_modules/@react-native-menu/menu`)"
- "react-native-slider (from `../../../node_modules/@react-native-community/slider`)"
- React-perflogger (from `../../../node_modules/react-native/ReactCommon/reactperflogger`)
- React-RCTActionSheet (from `../../../node_modules/react-native/Libraries/ActionSheetIOS`)
- React-RCTAnimation (from `../../../node_modules/react-native/Libraries/NativeAnimation`)
- React-RCTBlob (from `../../../node_modules/react-native/Libraries/Blob`)
@ -451,6 +476,7 @@ DEPENDENCIES:
- React-RCTSettings (from `../../../node_modules/react-native/Libraries/Settings`)
- React-RCTText (from `../../../node_modules/react-native/Libraries/Text`)
- React-RCTVibration (from `../../../node_modules/react-native/Libraries/Vibration`)
- React-runtimeexecutor (from `../../../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../../../node_modules/react-native/ReactCommon`)
- ReactTestApp-DevSupport (from `../../../node_modules/react-native-test-app`)
- ReactTestApp-Resources (from `..`)
@ -471,15 +497,15 @@ EXTERNAL SOURCES:
FBLazyVector:
:path: "../../../node_modules/react-native/Libraries/FBLazyVector"
FBReactNativeSpec:
:path: "../../../node_modules/react-native/Libraries/FBReactNativeSpec"
Folly:
:podspec: "../../../node_modules/react-native/third-party-podspecs/Folly.podspec"
:path: "../../../node_modules/react-native/React/FBReactNativeSpec"
FRNAvatar:
:path: "../../../packages/experimental/Avatar/FRNAvatar.podspec"
FRNDatePicker:
:path: "../../../packages/experimental/NativeDatePicker/FRNDatePicker.podspec"
glog:
:podspec: "../../../node_modules/react-native/third-party-podspecs/glog.podspec"
RCT-Folly:
:podspec: "../../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
RCTRequired:
:path: "../../../node_modules/react-native/Libraries/RCTRequired"
RCTTypeSafety:
@ -504,6 +530,8 @@ EXTERNAL SOURCES:
:path: "../../../node_modules/@react-native-menu/menu"
react-native-slider:
:path: "../../../node_modules/@react-native-community/slider"
React-perflogger:
:path: "../../../node_modules/react-native/ReactCommon/reactperflogger"
React-RCTActionSheet:
:path: "../../../node_modules/react-native/Libraries/ActionSheetIOS"
React-RCTAnimation:
@ -522,6 +550,8 @@ EXTERNAL SOURCES:
:path: "../../../node_modules/react-native/Libraries/Text"
React-RCTVibration:
:path: "../../../node_modules/react-native/Libraries/Vibration"
React-runtimeexecutor:
:path: "../../../node_modules/react-native/ReactCommon/runtimeexecutor"
ReactCommon:
:path: "../../../node_modules/react-native/ReactCommon"
ReactTestApp-DevSupport:
@ -535,43 +565,45 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cde416483dac037923206447da6e1454df403714
FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e
FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: c71c5917ec0ad2de41d5d06a5855f6d5eda06971
FBReactNativeSpec: 451b3e03102a91ece826ac067d48a0f3b315053e
FRNAvatar: ab60c356b71b08a3f54427a5e82376ef3024175e
FRNDatePicker: 4c115ce18877f857784519bd3ced009f8a4dae62
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
MicrosoftFluentUI: b98d877a2122804132365aa167944f58ef4adb69
QRCodeReader.swift: 373a389fe9a22d513c879a32a6f647c58f4ef572
RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e
RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b
React: b0a957a2c44da4113b0c4c9853d8387f8e64e615
React-callinvoker: c3f44dd3cb195b6aa46621fff95ded79d59043fe
React-Core: d3b2a1ac9a2c13c3bcde712d9281fc1c8a5b315b
React-CoreModules: 0581ff36cb797da0943d424f69e7098e43e9be60
React-cxxreact: c1480d4fda5720086c90df537ee7d285d4c57ac3
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: d34bf57e17cb6e3b2681f4809b13843c021feb6c
RCTTypeSafety: 8dab4933124ed39bb0c1d88d74d61b1eb950f28f
React: ef700aeb19afabff83a9cc5799ac955a9c6b5e0f
React-callinvoker: 5547633d44f3e114b17c03c660ccb5faefd9ed2d
React-Core: 3858d60185d71567962468bf176d582e36e4e25b
React-CoreModules: 29b3397adac0c04915cf93089328664868510717
React-cxxreact: 7e6cc1f4cdfcd40e483dd228fa8a3d3e0ed16f4a
React-jsi: a8b09c29521c798f1783348b37b511ba7b3dbeb3
React-jsiexecutor: df6abc9fafbecb8e5b7a5fbc5e6d4bd017d594d5
React-jsinspector: 34e23860273a23695342f58eed3ffd3ba10c31e0
react-native-menu: 9fe07f72e075b250295eeae25425490cc9608951
react-native-slider: e99fc201cefe81270fc9d81714a7a0f5e566b168
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0
React-RCTImage: c1b1f2d3f43a4a528c8946d6092384b5c880d2f0
React-RCTLinking: 35ae4ab9dc0410d1fcbdce4d7623194a27214fb2
React-RCTNetwork: 29ec2696f8d8cfff7331fac83d3e893c95ef43ae
React-RCTSettings: 60f0691bba2074ef394f95d4c2265ec284e0a46a
React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c
React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
ReactTestApp-DevSupport: 84ab1181efc86b93291e97746b58de70016c5340
ReactTestApp-Resources: 5950ae44720217c6778ff03fb1d906c8fb3ce483
react-native-slider: 6e9b86e76cce4b9e35b3403193a6432ed07e0c81
React-perflogger: cc76a4254d19640f1d8ad1c66fdee800414b805c
React-RCTActionSheet: 7448f049318d8d7e8a9a1ebb742ada721757eea8
React-RCTAnimation: fb9b3fa1a4a9f5e6ab01b3368693ce69860ba76a
React-RCTBlob: a2e7056601c599c19884992f08ebacae810426f9
React-RCTImage: 5a46c12327d0d6f6844a1fe38baa92a1e02847e8
React-RCTLinking: 63dd8305591e1def35267557ed42918aec9eb30b
React-RCTNetwork: d0516e39a5f736b2bff671c3e03804200161dcd3
React-RCTSettings: a09566b14f1649f6c8a39ad1a174bb5c0631bb09
React-RCTText: 04a2f0a281f715f0aed4f515717fafd64510e2c8
React-RCTVibration: c7f845861e79eae13dc1e8217a3cf47a3945b504
React-runtimeexecutor: 493d9abb8b23c3f84e19ae221eeba92cadcb70dc
ReactCommon: 8fea6422328e2fc093e25c9fac67adbcf0f04fb4
ReactTestApp-DevSupport: 6a2031cb7472e83b44298643c22942e53b480d90
ReactTestApp-Resources: 73c2660013d746f9ffc6762e0123d22950ccd740
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
Yoga: e6ecf3fa25af9d4c87e94ad7d5d292eedef49749
PODFILE CHECKSUM: 61f64d2e918386255ef0609310cb922b5e1c51b3
PODFILE CHECKSUM: 4f2fe3ddb3dc182faf8c0ba4b90cf51ae50cdb94
COCOAPODS: 1.11.2

Просмотреть файл

@ -21,30 +21,37 @@
},
"dependencies": {
"@fluentui-react-native/tester": "^0.47.3",
"react": "16.13.1",
"react-native": "^0.63.2",
"react-native-macos": "^0.63.41",
"react": "17.0.1",
"react-native": "^0.64.3",
"react-native-macos": "^0.64.6",
"react-native-svg": "^12.1.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@babel/core": "^7.8.0",
"@babel/runtime": "^7.8.0",
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@rnx-kit/cli": "^0.5.27",
"@rnx-kit/metro-config": "^1.2.3",
"@uifabricshared/build-native": "^0.1.1",
"metro-config": "^0.59.0",
"metro-react-native-babel-preset": "^0.59.0",
"metro-config": "^0.66.2",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-svg-transformer": "^0.14.3",
"react-native-test-app": "^0.7.0",
"react-test-renderer": "~16.13.1"
"react-native-test-app": "^0.9.13",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
},
"rnx-kit": {
"reactNativeVersion": "^0.63",
"reactNativeVersion": "0.64",
"kitType": "app",
"detectCyclicDependencies": {
"throwOnError": true
},
"detectDuplicateDependencies": {
"throwOnError": true
},
"typescriptValidation": true,
"bundle": {
"targets": [
"macos"

Просмотреть файл

@ -14,21 +14,21 @@
},
"dependencies": {
"@fluentui-react-native/tester": ">=0.47.3 <1.0.0",
"react": "16.13.1",
"react-art": "^16.13.1",
"react-dom": "^16.13.1",
"react-native": "^0.63.2",
"react": "17.0.1",
"react-art": "^17.0.1",
"react-dom": "^17.0.1",
"react-native": "^0.64.3",
"react-native-svg": "^12.1.1",
"react-native-svg-loader": "^1.0.0",
"react-native-web": "^0.12.3"
"react-native-web": "^0.17.5"
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/jest": "^26.0.0",
"@types/node": "^12.0.0",
"@types/react": ">=16.9.34 < 16.14.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^16.9.0",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",

Просмотреть файл

@ -29,19 +29,19 @@
},
"dependencies": {
"@fluentui-react-native/tester": "^0.47.3",
"react": "16.13.1",
"react-native": "^0.63.2",
"react": "17.0.1",
"react-native": "^0.64.3",
"react-native-svg": "^12.1.1",
"tslib": "^1.13.0"
},
"devDependencies": {
"@office-iss/react-native-win32": "^0.63.7",
"@office-iss/react-native-win32": "^0.64.8",
"@office-iss/rex-win32": "0.63.36-devmain.14419.10000",
"@rnx-kit/cli": "^0.5.27",
"@rnx-kit/metro-config": "^1.2.3",
"@types/jasmine": "3.5.10",
"@types/react": ">=16.9.34 < 16.14.0",
"@types/react-native": "^0.63.0",
"@types/react": "^17.0.2",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@wdio/allure-reporter": "5.22.4",
@ -53,10 +53,10 @@
"@wdio/sync": "5.20.1",
"allure-commandline": "2.13.0",
"appium": "1.17.1",
"metro-config": "^0.59.0",
"metro-react-native-babel-preset": "^0.59.0",
"metro-config": "^0.66.2",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "~16.13.1",
"react-test-renderer": "17.0.1",
"ts-node": "^8.10.1",
"tsconfig-paths": "^3.9.0",
"typescript": "3.8.3",
@ -66,8 +66,15 @@
"preset": "react-native"
},
"rnx-kit": {
"reactNativeVersion": "0.63",
"reactNativeVersion": "0.64",
"kitType": "app",
"detectCyclicDependencies": {
"throwOnError": true
},
"detectDuplicateDependencies": {
"throwOnError": true
},
"typescriptValidation": true,
"bundle": {
"targets": [
"win32"

Просмотреть файл

@ -18,15 +18,15 @@
},
"dependencies": {
"@fluentui-react-native/tester": "^0.47.3",
"react": "16.13.1",
"react-native": "^0.63.2",
"react": "17.0.1",
"react-native": "^0.64.3",
"react-native-svg": "^12.1.1",
"react-native-windows": "^0.64.0",
"react-native-windows": "^0.64.3",
"tslib": "^1.13.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@babel/core": "^7.8.0",
"@babel/runtime": "^7.8.0",
"@rnx-kit/cli": "^0.5.27",
"@rnx-kit/metro-config": "^1.2.3",
"@types/jasmine": "3.5.10",
@ -40,10 +40,10 @@
"@wdio/sync": "5.20.1",
"allure-commandline": "2.13.0",
"appium": "1.17.1",
"metro-config": "^0.59.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-native-test-app": "^0.7.0",
"react-test-renderer": "~16.13.1",
"metro-config": "^0.66.2",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-test-app": "^0.9.13",
"react-test-renderer": "17.0.1",
"rimraf": "~3.0.2",
"ts-node": "^8.10.1",
"tsconfig-paths": "^3.9.0",
@ -59,8 +59,15 @@
"preset": "react-native"
},
"rnx-kit": {
"reactNativeVersion": "0.63",
"reactNativeVersion": "0.64",
"kitType": "app",
"detectCyclicDependencies": {
"throwOnError": true
},
"detectDuplicateDependencies": {
"throwOnError": true
},
"typescriptValidation": true,
"bundle": {
"targets": [
"windows"

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui/react-native",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/adapters",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/android-theme",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/apple-theme",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/button",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/callout",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/checkbox",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/component-cache",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/composition",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/contextual-menu",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/default-theme",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/experimental-activity-indicator",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/experimental-avatar",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/experimental-button",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/experimental-checkbox",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/experimental-expander",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/experimental-menu-button",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/experimental-native-date-picker",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/experimental-shimmer",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/experimental-tabs",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/experimental-text",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/focus-trap-zone",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/focus-zone",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/framework",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/icon",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/interactive-hooks",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/link",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/menu-button",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/merge-props",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/persona-coin",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/persona",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/pressable",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/radio-group",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/separator",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/stack",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/styling-utils",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/tabs",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/tester",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/tester-win32",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/text",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/theme",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/theme-tokens",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/theme-types",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/themed-stylesheet",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/theming-utils",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/tokens",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/use-slot",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/use-slots",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/use-styling",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/use-tokens",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@fluentui-react-native/win32-theme",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@uifabricshared/foundation-composable",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@uifabricshared/foundation-compose",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@uifabricshared/foundation-settings",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@uifabricshared/foundation-tokens",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@uifabricshared/theme-registry",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@uifabricshared/themed-settings",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@uifabricshared/theming-ramp",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Update to react-native 0.64",
"packageName": "@uifabricshared/theming-react-native",
"email": "afoxman@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -34,12 +34,19 @@
"test-links": "markdown-link-check"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"@babel/preset-typescript": "^7.8.0",
"@fluentui/token-pipeline": "^0.3.11",
"@rnx-kit/dep-check": "^1.5.10",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^4.0.0",
"beachball": "^1.35.0",
"lage": ">=0.17.4 <1.0.0",
"markdown-link-check": "^3.8.7",
"react-dom": "^16.13.1"
"metro-react-native-babel-preset": "^0.66.0",
"react-dom": "17.0.1"
},
"workspaces": {
"packages": [
@ -47,5 +54,32 @@
"packages/**",
"scripts"
]
},
"resolutions": {
"@office-iss/react-native-win32": "^0.64.8",
"@react-native-community/cli": "^5.0.1",
"@react-native-community/cli-platform-ios": "^5.0.2",
"metro": "^0.66.2",
"metro-babel-register": "^0.66.2",
"metro-babel-transformer": "^0.66.2",
"metro-cache": "^0.66.2",
"metro-cache-key": "^0.66.2",
"metro-config": "^0.66.2",
"metro-core": "^0.66.2",
"metro-hermes-compiler": "^0.66.2",
"metro-inspector-proxy": "^0.66.2",
"metro-minify-uglify": "^0.66.2",
"metro-react-native-babel-preset": "^0.66.2",
"metro-react-native-babel-transformer": "^0.66.2",
"metro-resolver": "^0.66.2",
"metro-runtime": "^0.66.2",
"metro-source-map": "^0.66.2",
"metro-symbolicate": "^0.66.2",
"metro-transform-plugins": "^0.66.2",
"metro-transform-worker": "^0.66.2",
"react": "17.0.1",
"react-native": "^0.64.3",
"react-native-windows": "^0.64.3",
"react-native-macos": "^0.64.6"
}
}

Просмотреть файл

@ -33,14 +33,14 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@office-iss/react-native-win32": "^0.63.7",
"@types/react-native": "^0.63.0",
"@office-iss/react-native-win32": "^0.64.8",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -27,6 +27,7 @@ exports[`Button default 1`] = `
}
}
accessible={true}
collapsable={false}
focusable={true}
onBlur={[Function]}
onClick={[Function]}

Просмотреть файл

@ -33,12 +33,12 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
}
}

Просмотреть файл

@ -32,14 +32,14 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@office-iss/react-native-win32": "^0.63.7",
"@types/react-native": "^0.63.0",
"@office-iss/react-native-win32": "^0.64.8",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -36,13 +36,13 @@
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@fluentui-react-native/pressable": ">=0.7.30 <1.0.0",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4",
"react": ">=17.0.1",
"react-native": ">=0.64.3",
"react-native-svg": "^12.1.1"
}
}

Просмотреть файл

@ -29,13 +29,13 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -28,14 +28,14 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@office-iss/react-native-win32": "^0.63.7",
"@types/react-native": "^0.63.0",
"@office-iss/react-native-win32": "^0.64.8",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -31,13 +31,13 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -37,12 +37,12 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
}
}

Просмотреть файл

@ -27,6 +27,7 @@ exports[`ContextualMenu default 1`] = `
}
}
accessible={true}
collapsable={false}
componentRef={
Object {
"current": null,

Просмотреть файл

@ -32,13 +32,13 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -32,14 +32,14 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@office-iss/react-native-win32": "^0.63.7",
"@types/react-native": "^0.63.0",
"@office-iss/react-native-win32": "^0.64.8",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -28,13 +28,13 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -35,14 +35,14 @@
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
"@office-iss/react-native-win32": "^0.63.7",
"@types/react-native": "^0.63.0",
"@office-iss/react-native-win32": "^0.64.8",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -25,14 +25,14 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@office-iss/react-native-win32": "^0.63.7",
"@types/react-native": "^0.63.0",
"@office-iss/react-native-win32": "^0.64.8",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -32,13 +32,13 @@
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@fluentui-react-native/text": ">=0.10.25 <1.0.0",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -37,14 +37,14 @@
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
"@office-iss/react-native-win32": "^0.63.7",
"@types/react-native": "^0.63.0",
"@office-iss/react-native-win32": "^0.64.8",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -28,13 +28,13 @@
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -38,8 +38,8 @@
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/jest": "^26.0.0",
"@types/react": ">=16.9.34 < 16.14.0",
"@types/react": "^17.0.2",
"@uifabricshared/build-native": "^0.1.1",
"react": "16.13.1"
"react": "17.0.1"
}
}

Просмотреть файл

@ -43,10 +43,10 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"react": "16.13.1"
"react": "17.0.1"
},
"peerDependencies": {
"react": ">=16.13.1"
"react": ">=17.0.1"
},
"depcheck": {
"ignoreMatches": [

Просмотреть файл

@ -38,11 +38,11 @@
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/jest": "^26.0.0",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react-native": ">=0.63.4"
"react-native": ">=0.64.3"
}
}

Просмотреть файл

@ -37,12 +37,12 @@
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"@fluentui-react-native/memo-cache": "^1.1.5",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react-native": ">=0.63.4"
"react-native": ">=0.64.3"
}
}

Просмотреть файл

@ -36,8 +36,8 @@
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@fluentui-react-native/immutable-merge": "^1.1.4",
"@types/jest": "^26.0.0",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
}
}

Просмотреть файл

@ -39,11 +39,11 @@
"@fluentui-react-native/memo-cache": "^1.1.5",
"@types/jest": "^26.0.0",
"@types/node": "^10.3.5",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react-native": ">=0.63.4"
"react-native": ">=0.64.3"
}
}

Просмотреть файл

@ -40,11 +40,11 @@
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",
"@types/jest": "^26.0.0",
"@types/react": ">=16.9.34 < 16.14.0",
"@types/react": "^17.0.2",
"@uifabricshared/build-native": "^0.1.1",
"react": "16.13.1"
"react": "17.0.1"
},
"peerDependencies": {
"react": ">=16.13.1"
"react": ">=17.0.1"
}
}

Просмотреть файл

@ -36,14 +36,14 @@
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/jest": "^26.0.0",
"@types/react": ">=16.9.34 < 16.14.0",
"@types/react": "^17.0.2",
"@uifabricshared/build-native": "^0.1.1",
"react": "16.13.1",
"react-native": "^0.63.4",
"react": "17.0.1",
"react-native": "^0.64.3",
"typescript": "3.8.3"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.4"
"react": ">=17.0.1",
"react-native": ">=0.64.3"
}
}

Просмотреть файл

@ -26,13 +26,13 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3"
},
"peerDependencies": {
"react-native": ">=0.63.4",
"react": "16.13.1"
"react-native": ">=0.64.3",
"react": "17.0.1"
},
"author": "",
"license": "MIT"

Просмотреть файл

@ -33,13 +33,13 @@
},
"devDependencies": {
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
"@types/react-native": "^0.63.0",
"@types/react-native": "^0.64.0",
"@uifabricshared/build-native": "^0.1.1",
"react": "16.13.1",
"react-native": "^0.63.4"
"react-native": "^0.64.3",
"react": "17.0.1"
},
"peerDependencies": {
"react": "16.13.1",
"react-native": ">=0.63.4"
"react-native": ">=0.64.3",
"react": "17.0.1"
}
}

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше