Skip to content

Commit

Permalink
Merge af390f3 into 1d2a903
Browse files Browse the repository at this point in the history
  • Loading branch information
flepretre committed Feb 14, 2019
2 parents 1d2a903 + af390f3 commit b49b6be
Show file tree
Hide file tree
Showing 6 changed files with 3,504 additions and 831 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: node_js
node_js:
- "9"

cache: yarn
- "10"

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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"devDependencies": {
"@m6web/eslint-plugin": "2.0.0",
"coveralls": "2.13.1",
"eslint-plugin-monorepo": "0.2.0",
"lerna": "^2.9.0"
"coveralls": "3.0.2",
"eslint-plugin-monorepo": "0.2.1",
"lerna": "3.11.1"
},
"scripts": {
"lint": "eslint packages/**/src/**/*.js packages/**/tests/**/*.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-eslint": "8.2.6",
"babel-eslint": "10.0.1",
"babel-preset-es2015": "6.24.1",
"eslint-tools-m6web": "1.2.0",
"mocha": "5.2.0",
"mversion": "1.12.0",
"sinon": "6.1.3"
"mversion": "1.13.0",
"sinon": "7.2.3"
},
"peerDependencies": {
"eslint": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/i18n-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@m6web/eslint-plugin": "2.0.0",
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"jest": "23.4.1"
"jest": "24.1.0"
},
"dependencies": {
"chalk": "2.4.1",
"chalk": "2.4.2",
"is-html": "1.1.0",
"lodash": "4.17.10"
"lodash": "4.17.11"
},
"publishConfig": {
"access": "public"
Expand Down
24 changes: 12 additions & 12 deletions packages/react-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"es/"
],
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.2"
"prop-types": "^15.7.1",
"react": "^16.8.1"
},
"jest": {
"timers": "fake"
Expand All @@ -24,19 +24,19 @@
"babel-plugin-use-lodash-es": "^0.2.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.4",
"jest": "23.4.1",
"lodash-es": "4.17.10",
"prop-types": "15.6.2",
"react": "16.4.2",
"enzyme": "3.8.0",
"enzyme-adapter-react-16": "1.9.1",
"enzyme-to-json": "3.3.5",
"jest": "23.6.0",
"lodash-es": "4.17.11",
"prop-types": "15.7.1",
"react": "16.8.1",
"react-addons-test-utils": "15.6.2",
"react-dom": "16.4.2"
"react-dom": "16.8.1"
},
"dependencies": {
"lodash": "4.17.10",
"sprintf-js": "1.1.1"
"lodash": "4.17.11",
"sprintf-js": "1.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b49b6be

Please sign in to comment.