Skip to content

Commit

Permalink
chore(ci): Upgrade react-native-windows to 0.62.17 (#1768)
Browse files Browse the repository at this point in the history
* Upgrade react-native-windows to 0.63.11

* Downgrade to 0.62.17
  • Loading branch information
jamonholmgren committed Jan 25, 2021
1 parent 36c21b0 commit c5ae919
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@types/selenium-webdriver": "4.0.9",
"@typescript-eslint/eslint-plugin": "2.1.0",
"@typescript-eslint/parser": "2.1.0",
"appium": "1.17.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.8.0",
"babel-plugin-module-resolver": "3.1.3",
Expand All @@ -65,12 +66,11 @@
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-macos": "0.60.0-microsoft.73",
"react-native-windows": "^0.62.5",
"semantic-release": "15.13.24",
"typescript": "3.8.3",
"appium": "1.17.0",
"react-native-windows": "0.62.17",
"selenium-appium": "0.0.15",
"selenium-webdriver": "4.0.0-alpha.7"
"selenium-webdriver": "4.0.0-alpha.7",
"semantic-release": "15.13.24",
"typescript": "3.8.3"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10976,10 +10976,10 @@ react-native-macos@0.60.0-microsoft.73:
stacktrace-parser "^0.1.3"
whatwg-fetch "^3.0.0"

react-native-windows@^0.62.5:
version "0.62.6"
resolved "https://registry.yarnpkg.com/react-native-windows/-/react-native-windows-0.62.6.tgz#a5bcd10ac4cae6ca5e63bff9b4b3368fd172770f"
integrity sha512-vVWS5Sp+uh2+yFz4qR0kz3dExe4HZzsrThGtD3nMzfSJuVEJAFADGIyUOTrTEBrhZGqYbseU2Rs9UHNHSWGgAg==
react-native-windows@0.62.17:
version "0.62.17"
resolved "https://registry.yarnpkg.com/react-native-windows/-/react-native-windows-0.62.17.tgz#204272c084940c4a5c20bef9a85cb8ac0ba8481b"
integrity sha512-pgeqFt3SsvH5Fa/P30Nv4KJv2KcNmRqU50STGMKhfSBMZ64bCYQIKz8So18MhQnI8A9AIomwQCwynFLP1hjQFw==
dependencies:
"@babel/runtime" "^7.8.4"
cli-spinners "^2.2.0"
Expand Down

0 comments on commit c5ae919

Please sign in to comment.