Skip to content

Commit

Permalink
chore(*): fix gemini tests with postcss-calc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tx44 committed Aug 7, 2017
1 parent 4bb2ebc commit 6f48c72
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 16 deletions.
29 changes: 13 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"lint-staged": "^3.6.1",
"mocha": "^3.4.2",
"node-noop": "^1.0.0",
"postcss-url": "git://github.com/teryaew/postcss-url.git#feat/fallback-to-array-find",
"react-frame-component": "^1.1.0",
"react-hot-loader": "3.0.0-beta.1",
"react-styleguidist": "^6.0.0-beta.2",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8352,6 +8352,16 @@ postcss-url@^7.1.1:
postcss "^6.0.1"
xxhashjs "^0.2.1"

"postcss-url@git://github.com/teryaew/postcss-url.git#feat/fallback-to-array-find":
version "7.1.1"
resolved "git://github.com/teryaew/postcss-url.git#9d10249f1696d4953aa67b2dfc6f41bd8c4fb4e5"
dependencies:
mime "^1.2.11"
minimatch "^3.0.0"
mkdirp "^0.5.0"
postcss "^6.0.1"
xxhashjs "^0.2.1"

postcss-value-parser@^3.0.1, postcss-value-parser@^3.0.2, postcss-value-parser@^3.1.1, postcss-value-parser@^3.1.2, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15"
Expand Down

0 comments on commit 6f48c72

Please sign in to comment.