Skip to content

Commit

Permalink
Merge with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed May 25, 2017
2 parents 96a1bf8 + 82f7118 commit dce63eb
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 15 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"caniuse-db": "1.0.30000670",
"css-loader": "^0.28.1",
"enzyme": "^2.8.2",
"enzyme-to-json": "^1.5.1",
Expand All @@ -54,10 +55,10 @@
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-compat": "^1.0.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.0",
"express": "^4.15.2",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
Expand All @@ -66,10 +67,11 @@
"html-webpack-plugin": "^2.28.0",
"identity-obj-proxy": "^3.0.0",
"internal-ip": "^1.2.0",
"jest": "^20.0.1",
"jest": "^20.0.4",
"lerna": "^2.0.0-rc.4",
"lint-staged": "^3.4.1",
"lint-staged": "^3.4.2",
"postcss-apply": "^0.7.0",
"normalize.css": "^7.0.0",
"postcss-cssnext": "^2.11.0",
"postcss-each": "^0.10.0",
"postcss-import": "^10.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/react-toolbox-showcase/webpack/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ module.exports = {
},
'postcss-mixins': {},
'postcss-each': {},
'postcss-apply': {},
'postcss-nesting': {},
'postcss-cssnext': {},
'postcss-nested': {},
'postcss-reporter': {
clearMessages: true
}
Expand Down
3 changes: 2 additions & 1 deletion packages/react-toolbox/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ gulp.task('css', function() {
}),
require('postcss-mixins')(),
require('postcss-each')(),
require('postcss-nested')(),
require('postcss-apply')(),
require('postcss-nesting')(),
require('postcss-reporter')({ clearMessages: true })
];

Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1310,10 +1310,14 @@ [email protected], caniuse-db@^1.0.30000624:
version "1.0.30000626"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000626.tgz#44363dc86857efaf758fea9faef6a15ed93d8f33"

caniuse-db@^1.0.30000187, caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
[email protected].30000670:
version "1.0.30000670"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000670.tgz#90d33b79e3090e25829c311113c56d6b1788bf43"

caniuse-db@^1.0.30000187, caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
version "1.0.30000671"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000671.tgz#9f071bbc7b96994638ccbaf47829d58a1577a8ed"

caseless@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
Expand Down Expand Up @@ -2553,7 +2557,7 @@ eslint-plugin-compat@^1.0.2:
caniuse-db "1.0.30000626"
requireindex "^1.1.0"

eslint-plugin-import@^2.2.0:
eslint-plugin-import@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.3.0.tgz#37c801e0ada0e296cbdf20c3f393acb5b52af36b"
dependencies:
Expand All @@ -2568,7 +2572,7 @@ eslint-plugin-import@^2.2.0:
minimatch "^3.0.3"
read-pkg-up "^2.0.0"

eslint-plugin-jsx-a11y@^5.0.1:
eslint-plugin-jsx-a11y@^5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.0.3.tgz#4a939f76ec125010528823331bf948cc573380b6"
dependencies:
Expand All @@ -2580,7 +2584,7 @@ eslint-plugin-jsx-a11y@^5.0.1:
emoji-regex "^6.1.0"
jsx-ast-utils "^1.4.0"

eslint-plugin-react@^7.0.0:
eslint-plugin-react@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.0.1.tgz#e78107e1e559c6e2b17786bb67c2e2a010ad0d2f"
dependencies:
Expand Down Expand Up @@ -2751,7 +2755,7 @@ expand-tilde@^1.2.1, expand-tilde@^1.2.2:
dependencies:
os-homedir "^1.0.1"

express@^4.15.2:
express@^4.15.3:
version "4.15.3"
resolved "https://registry.yarnpkg.com/express/-/express-4.15.3.tgz#bab65d0f03aa80c358408972fc700f916944b662"
dependencies:
Expand Down Expand Up @@ -4268,7 +4272,7 @@ jest-validate@^20.0.3:
leven "^2.1.0"
pretty-format "^20.0.3"

jest@^20.0.1:
jest@^20.0.4:
version "20.0.4"
resolved "https://registry.yarnpkg.com/jest/-/jest-20.0.4.tgz#3dd260c2989d6dad678b1e9cc4d91944f6d602ac"
dependencies:
Expand Down Expand Up @@ -4500,7 +4504,7 @@ liftoff@^2.1.0:
rechoir "^0.6.2"
resolve "^1.1.7"

lint-staged@^3.4.1:
lint-staged@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.4.2.tgz#9cd1c0e4e477326c2696802a8377c22f92d65e79"
dependencies:
Expand Down Expand Up @@ -5238,6 +5242,10 @@ normalize-url@^1.4.0:
query-string "^4.1.0"
sort-keys "^1.0.0"

normalize.css@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-7.0.0.tgz#abfb1dd82470674e0322b53ceb1aaf412938e4bf"

npm-path@^2.0.2:
version "2.0.3"
resolved "https://registry.yarnpkg.com/npm-path/-/npm-path-2.0.3.tgz#15cff4e1c89a38da77f56f6055b24f975dfb2bbe"
Expand Down Expand Up @@ -5662,6 +5670,14 @@ postcss-apply@^0.3.0:
balanced-match "^0.4.1"
postcss "^5.0.21"

postcss-apply@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/postcss-apply/-/postcss-apply-0.7.0.tgz#6c1af2a8335d78086c73bf572a62547d48ca6c7c"
dependencies:
babel-runtime "^6.23.0"
balanced-match "^0.4.2"
postcss "^6.0.0"

postcss-attribute-case-insensitive@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-1.0.1.tgz#ceb73777e106167eb233f1938c9bd9f2e697308d"
Expand Down

0 comments on commit dce63eb

Please sign in to comment.