Skip to content

Commit

Permalink
Update react-scripts from 1.1.0 to 1.1.1 in examples/cra-kitchen-sink
Browse files Browse the repository at this point in the history
  • Loading branch information
dependencies-bot committed Feb 9, 2018
1 parent 6e6c668 commit 29bf93b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.3.1",
"jest": "^22.2.2",
"react-scripts": "^1.1.0"
"react-scripts": "^1.1.1"
}
}
27 changes: 10 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4432,9 +4432,9 @@ dot-prop@^4.1.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"

dotenv-webpack@^1.5.4:
version "1.5.4"
Expand Down Expand Up @@ -5908,14 +5908,7 @@ fs.realpath@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"

fsevents@1.1.2:
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.1.1:
fsevents@^1.0.0, fsevents@^1.1.1, 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 @@ -10461,7 +10454,7 @@ node-notifier@^5.2.1:
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 @@ -12445,9 +12438,9 @@ react-reconciler@^0.7.0:
object-assign "^4.1.1"
prop-types "^15.6.0"

react-scripts@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-1.1.0.tgz#0c94b2b2e14cff2dad8919397901b5edebeba511"
react-scripts@^1.1.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 @@ -12460,7 +12453,7 @@ react-scripts@^1.1.0:
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 @@ -12487,7 +12480,7 @@ react-scripts@^1.1.0:
webpack-manifest-plugin "1.3.2"
whatwg-fetch "2.0.3"
optionalDependencies:
fsevents "1.1.2"
fsevents "^1.1.3"

react-split-pane@^0.1.75:
version "0.1.76"
Expand Down

0 comments on commit 29bf93b

Please sign in to comment.