Skip to content

Commit

Permalink
chore(deps): update dependency react-scripts to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 9, 2018
1 parent 14db76f commit 0fb6870
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest-styled-components": "4.10.0",
"lint-staged": "6.0.0",
"prettier": "1.10.2",
"react-scripts": "1.1.0",
"react-scripts": "1.1.1",
"react-snapshot": "1.3.0",
"react-test-renderer": "16.2.0"
},
Expand Down
27 changes: 10 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2230,9 +2230,9 @@ dot-prop@^3.0.0:
dependencies:
is-obj "^1.0.0"

dotenv-expand@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-4.0.1.tgz#68fddc1561814e0a10964111057ff138ced7d7a8"
dotenv-expand@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-4.2.0.tgz#def1f1ca5d6059d24a766e587942c21106ce1275"

[email protected]:
version "4.0.0"
Expand Down Expand Up @@ -3147,14 +3147,7 @@ fs.realpath@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"

[email protected]:
version "1.1.2"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.1.2.tgz#3282b713fb3ad80ede0e9fcf4611b5aa6fc033f4"
dependencies:
nan "^2.3.0"
node-pre-gyp "^0.6.36"

fsevents@^1.0.0:
fsevents@^1.0.0, fsevents@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.1.3.tgz#11f82318f5fe7bb2cd22965a108e9306208216d8"
dependencies:
Expand Down Expand Up @@ -5078,7 +5071,7 @@ node-notifier@^5.0.2:
shellwords "^0.1.1"
which "^1.3.0"

node-pre-gyp@^0.6.36, node-pre-gyp@^0.6.39:
node-pre-gyp@^0.6.39:
version "0.6.39"
resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.6.39.tgz#c00e96860b23c0e1420ac7befc5044e1d78d8649"
dependencies:
Expand Down Expand Up @@ -6150,9 +6143,9 @@ react-reconciler@^0.7.0:
object-assign "^4.1.1"
prop-types "^15.6.0"

[email protected].0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-1.1.0.tgz#0c94b2b2e14cff2dad8919397901b5edebeba511"
[email protected].1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-1.1.1.tgz#279d449f7311fed910506987a1ade014027788a8"
dependencies:
autoprefixer "7.1.6"
babel-core "6.26.0"
Expand All @@ -6165,7 +6158,7 @@ [email protected]:
chalk "1.1.3"
css-loader "0.28.7"
dotenv "4.0.0"
dotenv-expand "4.0.1"
dotenv-expand "4.2.0"
eslint "4.10.0"
eslint-config-react-app "^2.1.0"
eslint-loader "1.9.0"
Expand All @@ -6192,7 +6185,7 @@ [email protected]:
webpack-manifest-plugin "1.3.2"
whatwg-fetch "2.0.3"
optionalDependencies:
fsevents "1.1.2"
fsevents "^1.1.3"

[email protected]:
version "1.3.0"
Expand Down

0 comments on commit 0fb6870

Please sign in to comment.