Skip to content

Commit

Permalink
Merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Arkhipov committed Apr 4, 2020
2 parents cf561be + d48f8f7 commit 9200b48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-react": "^7.17.0",
"jest": "^25.1.0",
"jest-css-modules-transform": "^3.1.0",
"jest-css-modules-transform": "^4.0.0",
"jest-enzyme": "^7.1.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4202,14 +4202,14 @@ jest-config@^25.2.7:
pretty-format "^25.2.6"
realpath-native "^2.0.0"

jest-css-modules-transform@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/jest-css-modules-transform/-/jest-css-modules-transform-3.1.0.tgz#4312ba1b252b174edcd59e388ed19522d7ed7cd5"
integrity sha512-f0gtomplazRyp6QorfhsUg9QKoLHV8X8FG/5bOZC5+2Y4tczApWeaUp5y0HUS7rKlG+MEKT6KKH/04vaSo/IGw==
jest-css-modules-transform@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jest-css-modules-transform/-/jest-css-modules-transform-4.0.0.tgz#e4d3cc8dcd82aaa8ebcd4e57e72d785e53946a82"
integrity sha512-ULBK3sI8TUlBW0BZDccQEHNKSo6j7My3aU/xtsvvjgmb+6jKMR4dMQImf140ryiq6aU7eiu6ne4RulE4T0Z3RQ==
dependencies:
camelcase "^5.3.1"
postcss "^7.0.18"
postcss-nested "^4.1.2"
postcss "^7.0.26"
postcss-nested "^4.2.1"

jest-diff@^25.2.6:
version "25.2.6"
Expand Down Expand Up @@ -5884,7 +5884,7 @@ posix-character-classes@^0.1.0:
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=

postcss-nested@^4.1.2:
postcss-nested@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-4.2.1.tgz#4bc2e5b35e3b1e481ff81e23b700da7f82a8b248"
integrity sha512-AMayXX8tS0HCp4O4lolp4ygj9wBn32DJWXvG6gCv+ZvJrEa00GUxJcJEEzMh87BIe6FrWdYkpR2cuyqHKrxmXw==
Expand All @@ -5901,7 +5901,7 @@ postcss-selector-parser@^6.0.2:
indexes-of "^1.0.1"
uniq "^1.0.1"

postcss@^7.0.18, postcss@^7.0.21:
postcss@^7.0.21, postcss@^7.0.26:
version "7.0.27"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.27.tgz#cc67cdc6b0daa375105b7c424a85567345fc54d9"
integrity sha512-WuQETPMcW9Uf1/22HWUWP9lgsIC+KEHg2kozMflKjbeUtw9ujvFX6QmIfozaErDkmLWS9WEnEdEe6Uo9/BNTdQ==
Expand Down

0 comments on commit 9200b48

Please sign in to comment.