Skip to content

Commit

Permalink
fixup! chore(dependencies): update all dependencies (excepted jest)
Browse files Browse the repository at this point in the history
  • Loading branch information
flepretre committed Feb 14, 2019
1 parent e860448 commit af390f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ language: node_js
node_js:
- "10"

cache: yarn

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH="$HOME/.yarn/bin:$PATH"
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH=$HOME/.yarn/bin:$PATH

cache:
yarn: true

script:
- yarn lint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@m6web/eslint-plugin": "2.0.0",
"coveralls": "3.0.2",
"eslint-plugin-monorepo": "0.2.1",
"lerna": "^3.11.1"
"lerna": "3.11.1"
},
"scripts": {
"lint": "eslint packages/**/src/**/*.js packages/**/tests/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6007,7 +6007,7 @@ left-pad@^1.2.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"

lerna@^3.11.1:
lerna@3.11.1:
version "3.11.1"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.11.1.tgz#c3f86aaf6add615ffc172554657a139bc2360b9a"
integrity sha512-7an/cia9u6qVTts5PQ/adFq8QSgE7gzG1pUHhH+XKVU1seDKQ99JLu61n3/euv2qeQF+ww4WLKnFHIPa5+LJSQ==
Expand Down

0 comments on commit af390f3

Please sign in to comment.