Skip to content

Commit

Permalink
chore: upgrade yarn to v1.19.1 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Nov 22, 2019
1 parent e3a2d87 commit 3e473c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_install:
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
- nvm install 10.16.3
- nvm alias default 10.16.3
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.17.3
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.1
- nvm use 10.16.3
- export PATH="$HOME/.yarn/bin:$PATH"
- gem install cocoapods -v '1.7.4'
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thank you for your interest in contributing to Diez! The following guidelines sh

## Setup

The Diez monorepo is built with NodeJS `10.16.3` and Yarn `1.17.3`. The following commands should bootstrap the monorepo and get you ready for development:
The Diez monorepo is built with NodeJS `10.16.3` and Yarn `1.19.1`. The following commands should bootstrap the monorepo and get you ready for development:

- Get NVM:

Expand All @@ -19,10 +19,10 @@ The Diez monorepo is built with NodeJS `10.16.3` and Yarn `1.17.3`. The followin
nvm alias default 10.16.3
```

- Install Yarn 1.17.3:
- Install Yarn 1.19.1:

```bash
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.17.3
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.1
```

- Install dependencies and compile sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@diez/web-sdk-common": "^10.0.1",
"@diez/web-sdk-common": "^10.0.2",
"lottie-web": "^5.5.2"
}
}

0 comments on commit 3e473c6

Please sign in to comment.