Skip to content

Commit

Permalink
Merge pull request #26 from dkimura/renovate/styled-components-3.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency styled-components to v3.1.6
  • Loading branch information
dkimura committed Feb 7, 2018
2 parents 9377712 + 65f851f commit 34dcac1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "16.2.0",
"react-router": "4.2.0",
"react-static": "5.1.6",
"styled-components": "3.1.5"
"styled-components": "3.1.6"
},
"devDependencies": {
"@types/axios": "0.14.0",
Expand Down
30 changes: 19 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
version "4.6.2"
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.6.2.tgz#12cfaba693ba20f114ed5765467ff25fdf67ddb0"

"@types/node@*", "@types/node@9.4.0":
"@types/node@*":
version "9.4.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.1.tgz#0f636f7837e15d2d73a7f6f3ea0e322eb2a5ab65"

"@types/node@9.4.0":
version "9.4.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.0.tgz#b85a0bcf1e1cc84eb4901b7e96966aedc6f078d1"

Expand Down Expand Up @@ -1575,12 +1579,12 @@ caniuse-api@^1.5.2:
lodash.uniq "^4.5.0"

caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
version "1.0.30000802"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000802.tgz#f7dca342da1c12cf84ff2c80432e24c7e1cc36d9"
version "1.0.30000804"
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000804.tgz#84feb42018fc64cf6aff6371e43115f292c00179"

caniuse-lite@^1.0.30000791, caniuse-lite@^1.0.30000792:
version "1.0.30000802"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000802.tgz#807ead8e2b59a3b90f26702fb0b220623ad9f287"
version "1.0.30000804"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000804.tgz#8729a143d65378e8936adbb161f550e9c49fc09d"

capture-stack-trace@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -1826,7 +1830,11 @@ commander@2.12.x:
version "2.12.2"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"

commander@^2.11.0, commander@^2.12.1, commander@^2.13.0, commander@~2.13.0:
commander@^2.11.0, commander@^2.12.1, commander@^2.13.0:
version "2.14.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa"

commander@~2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c"

Expand Down Expand Up @@ -2502,8 +2510,8 @@ ejs@^2.5.7:
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.7.tgz#cc872c168880ae3c7189762fd5ffc00896c9518a"

electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.30:
version "1.3.32"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.32.tgz#11d0684c0840e003c4be8928f8ac5f35dbc2b4e6"
version "1.3.33"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.33.tgz#bf00703d62a7c65238136578c352d6c5c042a545"

elliptic@^6.0.0:
version "6.4.0"
Expand Down Expand Up @@ -6921,9 +6929,9 @@ style-loader@^0.19.0:
loader-utils "^1.0.2"
schema-utils "^0.3.0"

styled-components@3.1.5:
version "3.1.5"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.1.5.tgz#7aaf0a97f8c5cd49791e924887f9d8f428fb010c"
styled-components@3.1.6:
version "3.1.6"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.1.6.tgz#9c443146fa82c6659a9f64dd493bf2202480342e"
dependencies:
buffer "^5.0.3"
css-to-react-native "^2.0.3"
Expand Down

0 comments on commit 34dcac1

Please sign in to comment.