Skip to content

Commit

Permalink
update deps and xcode (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Barbieri authored Sep 16, 2019
1 parent ca4f1f8 commit e7965d4
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1,021 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aliases:

- &install-node-dependencies
|
rm -rf node_modules/websocket/.git && yarn install --network-timeout 300000
rm -rf node_modules/websocket/.git && yarn install --network-timeout 300000 --frozen-lockfile

defaults: &defaults
working_directory: ~/MetaMask
Expand All @@ -29,7 +29,7 @@ jobs:
prep-deps:
<<: *defaults
macos:
xcode: 10.1.0
xcode: 10.3.0
steps:
- checkout
- restore_cache: *restore-cache
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
test-e2e-ios:
<<: *defaults
macos:
xcode: 10.1.0
xcode: 10.3.0
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
command: yarn build:announce
publish-pre-release-ios:
macos:
xcode: 10.1.0
xcode: 10.3.0
working_directory: ~/MetaMask
environment:
FL_OUTPUT_DIR: output
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"base-64": "0.1.0",
"bignumber.js": "8.1.1",
"buffer": "5.2.1",
"connext": "4.1.7",
"connext": "4.2.5",
"content-hash": "2.3.2",
"eth-contract-metadata": "1.9.2",
"eth-ens-namehash": "2.0.8",
Expand Down Expand Up @@ -151,7 +151,7 @@
"babel-eslint": "10.0.3",
"babel-jest": "24.5.0",
"concat-cli": "4.0.0",
"detox": "13.3.0",
"detox": "14.3.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.10.0",
"enzyme-to-json": "3.3.5",
Expand Down
Loading

0 comments on commit e7965d4

Please sign in to comment.