Skip to content

Commit 0ce68e6

Browse files
author
Ives van Hoorne
committed
Fix dependency listing
1 parent 5b5707e commit 0ce68e6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

packages/app/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"babel-macros": "^1.0.2",
2525
"babel-plugin-codegen": "^1.2.0",
2626
"babel-plugin-lodash": "^3.2.11",
27-
"babel-plugin-styled-components": "^1.3.0",
27+
"babel-plugin-styled-components": "1.5.0",
2828
"babel-plugin-syntax-dynamic-import": "^6.18.0",
2929
"babel-plugin-transform-class-properties": "^6.24.1",
3030
"babel-plugin-transform-object-rest-spread": "^6.23.0",
@@ -60,7 +60,7 @@
6060
"jest": "^21.2.1",
6161
"jest-image-snapshot": "^1.0.1",
6262
"jest-junit": "^3.4.1",
63-
"jest-styled-components": "^4.9.0",
63+
"jest-styled-components": "4.11.0-1",
6464
"json-loader": "0.5.4",
6565
"object-assign": "^4.1.1",
6666
"opn": "4.0.2",
@@ -98,7 +98,6 @@
9898
"babel-plugin-detective": "^2.0.0",
9999
"babel-plugin-dynamic-import-node": "^1.0.2",
100100
"babel-plugin-jsx-pragmatic": "^1.0.2",
101-
"babel-plugin-styled-components": "^1.5.0",
102101
"babel-plugin-syntax-jsx": "^6.18.0",
103102
"babel-plugin-system-import": "^1.1.5",
104103
"babel-plugin-system-import-transformer": "3.1.0",
@@ -131,7 +130,6 @@
131130
"hash-sum": "^1.0.2",
132131
"humps": "CompuIves/humps",
133132
"image-extensions": "^1.1.0",
134-
"jest-styled-components": "^4.11.0-1",
135133
"jszip": "^3.1.3",
136134
"localforage": "^1.5.5",
137135
"lodash": "^4.17.2",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ babel-plugin-preval@^1.6.2:
12821282
babylon "^6.18.0"
12831283
require-from-string "^2.0.1"
12841284

1285-
babel-plugin-styled-components@^1.5.0:
1285+
12861286
version "1.5.0"
12871287
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.5.0.tgz#4549f28a19fb05170aa9ee429b4de0eac2d2401d"
12881288
dependencies:
@@ -8478,7 +8478,7 @@ jest-snapshot@^21.2.1:
84788478
natural-compare "^1.4.0"
84798479
pretty-format "^21.2.1"
84808480

8481-
jest-styled-components@^4.11.0-1:
8481+
84828482
version "4.11.0-1"
84838483
resolved "https://registry.yarnpkg.com/jest-styled-components/-/jest-styled-components-4.11.0-1.tgz#a1d5653df0d8d579c67f90d0fb68f2f450f12234"
84848484
dependencies:

0 commit comments

Comments
 (0)