Skip to content

Commit f7313e2

Browse files
chore(deps): update dependency jest-styled-components to v7.2.0
1 parent c5b57f5 commit f7313e2

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"husky": "1.3.1",
6363
"jest": "24.1.0",
6464
"jest-specific-snapshot": "2.0.0",
65-
"jest-styled-components": "7.0.0-2",
65+
"jest-styled-components": "7.2.0",
6666
"lint-staged": "8.1.4",
6767
"polished": "3.0.0",
6868
"prettier": "1.16.4",

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@adobe/css-tools@^4.0.1":
6+
version "4.4.3"
7+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.3.tgz#beebbefb0264fdeb32d3052acae0e0d94315a9a2"
8+
integrity sha512-VQKMkwriZbaOgVCby1UDY/LDk5fIjhQicCvVPFqfe+69fWaPWydbWJ3wRt59/YzIwda1I81loas3oCoHxnqvdA==
9+
510
"@babel/cli@^7.2.3":
611
version "7.2.3"
712
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.2.3.tgz#1b262e42a3e959d28ab3d205ba2718e1923cfee6"
@@ -3728,16 +3733,6 @@ [email protected], css-what@^2.1.2:
37283733
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2"
37293734
integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==
37303735

3731-
css@^2.2.4:
3732-
version "2.2.4"
3733-
resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929"
3734-
integrity sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==
3735-
dependencies:
3736-
inherits "^2.0.3"
3737-
source-map "^0.6.1"
3738-
source-map-resolve "^0.5.2"
3739-
urix "^0.1.0"
3740-
37413736
cssesc@^0.1.0:
37423737
version "0.1.0"
37433738
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4"
@@ -6922,12 +6917,12 @@ jest-specific-snapshot@^1.0.0:
69226917
dependencies:
69236918
jest-snapshot "^23.6.0"
69246919

6925-
jest-styled-components@7.0.0-2:
6926-
version "7.0.0-2"
6927-
resolved "https://registry.yarnpkg.com/jest-styled-components/-/jest-styled-components-7.0.0-2.tgz#c827ab84a3e69c03579b32963f9e55f0b72f75a4"
6928-
integrity sha512-5Rtv9C1qaqamc1RNwg0IquGS+CGSVXbySVOtC3vs4XjcfI+RWTb+5V1lqIU+Qj4dAyk/3x+seiLvnJ+X80n8Gw==
6920+
jest-styled-components@7.2.0:
6921+
version "7.2.0"
6922+
resolved "https://registry.yarnpkg.com/jest-styled-components/-/jest-styled-components-7.2.0.tgz#67e768b98d3d58513341a62baca76f3e253a4deb"
6923+
integrity sha512-gwyyveNjvuRA0pyhbQoydXZllLZESs2VuL5fXCabzh0buHPAOUfANtW7n5YMPmdC0sH3VB7h2eUGZ23+tjvaBA==
69296924
dependencies:
6930-
css "^2.2.4"
6925+
"@adobe/css-tools" "^4.0.1"
69316926

69326927
jest-util@^24.0.0:
69336928
version "24.0.0"
@@ -10350,7 +10345,7 @@ source-list-map@^2.0.0:
1035010345
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
1035110346
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
1035210347

10353-
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
10348+
source-map-resolve@^0.5.0:
1035410349
version "0.5.2"
1035510350
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259"
1035610351
integrity sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==

0 commit comments

Comments
 (0)