mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
fix(styled-is): add missing dependency - redrun
This commit is contained in:
parent
61d1df94c1
commit
e44471c1f1
@ -36,6 +36,7 @@
|
||||
"eslint-config-joyent-portal": "1.0.0",
|
||||
"nyc": "^10.3.2",
|
||||
"react": "^15.5.4",
|
||||
"redrun": "^5.9.14",
|
||||
"styled-components": "^2.0.0",
|
||||
"tap-xunit": "^1.7.0"
|
||||
},
|
||||
|
@ -242,14 +242,10 @@ array-union@^1.0.1:
|
||||
dependencies:
|
||||
array-uniq "^1.0.1"
|
||||
|
||||
array-uniq@1.0.2:
|
||||
array-uniq@1.0.2, array-uniq@^1.0.1:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.2.tgz#5fcc373920775723cfd64d65c64bef53bf9eba6d"
|
||||
|
||||
array-uniq@^1.0.1:
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
|
||||
|
||||
array-unique@^0.2.1:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
|
||||
|
Loading…
Reference in New Issue
Block a user