Skip to content

Commit

Permalink
Remove hard dependencies on RN 0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
amdingler committed Jul 19, 2021
1 parent 7721dee commit de93352
Show file tree
Hide file tree
Showing 5 changed files with 1,188 additions and 318 deletions.
6 changes: 2 additions & 4 deletions packages/theming/theme-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"react-native": "^0.63.4"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-native": "^0.63.0",
"react": "16.13.1",
"@uifabricshared/build-native": "^0.1.1",
"@uifabricshared/eslint-config-rules": "^0.1.1"
"@uifabricshared/eslint-config-rules": "^0.1.1",
"react-native": "^0.63.4"
},
"peerDependencies": {
"react": ">=16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/theming/theming-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"prettier-fix": "fluentui-scripts prettier --fix true"
},
"dependencies": {
"@fluentui-react-native/theme-types": ">=0.8.0 <1.0.0",
"react-native": "^0.63.4"
"@fluentui-react-native/theme-types": ">=0.8.0 <1.0.0"
},
"devDependencies": {
"@types/react-native": "^0.63.0",
"@uifabricshared/build-native": "^0.1.1",
"@uifabricshared/eslint-config-rules": "^0.1.1"
"@uifabricshared/eslint-config-rules": "^0.1.1",
"react-native": "^0.63.4"
},
"peerDependencies": {
"react": ">=16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/theming/win32-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"dependencies": {
"@fluentui-react-native/default-theme": ">=0.6.5 <1.0.0",
"@fluentui-react-native/theme-types": ">=0.8.0 <1.0.0",
"@fluentui-react-native/theme": ">=0.5.5 <1.0.0",
"react-native": "^0.63.4"
"@fluentui-react-native/theme": ">=0.5.5 <1.0.0"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-native": "^0.63.0",
"react": "16.13.1",
"@uifabricshared/build-native": "^0.1.1",
"@uifabricshared/eslint-config-rules": "^0.1.1"
"@uifabricshared/eslint-config-rules": "^0.1.1",
"react-native": "^0.63.4"
},
"peerDependencies": {
"react": ">=16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"dependencies": {
"@fluentui-react-native/adapters": ">=0.6.2 <1.0.0",
"@uifabricshared/foundation-tokens": ">=0.9.1 <1.0.0",
"@uifabricshared/theming-ramp": ">=0.14.3 <1.0.0",
"react-native": "^0.63.4"
"@uifabricshared/theming-ramp": ">=0.14.3 <1.0.0"
},
"devDependencies": {
"@types/react-native": "^0.63.0",
"@uifabricshared/build-native": "^0.1.1",
"@uifabricshared/eslint-config-rules": "^0.1.1"
"@uifabricshared/eslint-config-rules": "^0.1.1",
"react-native": "^0.63.4"
},
"peerDependencies": {
"react-native": ">=0.63.4"
Expand Down

0 comments on commit de93352

Please sign in to comment.