Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 18 dependencies from npm #3440

Merged
merged 19 commits into from
Apr 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
f477d19
Update chalk from 2.3.2 to 2.4.0 in /
dependencies-bot Apr 17, 2018
e947263
Update danger from 3.4.7 to 3.5.1 in /
dependencies-bot Apr 17, 2018
49a4165
Update prettier from 1.12.0 to 1.12.1 in /
dependencies-bot Apr 17, 2018
62acda0
Update webpack from 4.5.0 to 4.6.0 in app/react
dependencies-bot Apr 17, 2018
12b0224
Update prettier from 1.12.0 to 1.12.1 in addons/storysource
dependencies-bot Apr 17, 2018
7eb489b
Update react-modal from 3.3.2 to 3.4.1 in lib/ui
dependencies-bot Apr 17, 2018
33cac6b
Update chalk from 2.3.2 to 2.4.0 in lib/core
dependencies-bot Apr 17, 2018
e3028a2
Update webpack from 4.5.0 to 4.6.0 in lib/core
dependencies-bot Apr 17, 2018
80b91ad
Update webpack from 4.5.0 to 4.6.0 in app/angular
dependencies-bot Apr 17, 2018
0fb5419
Update webpack from 4.5.0 to 4.6.0 in app/mithril
dependencies-bot Apr 17, 2018
518149c
Update webpack from 4.5.0 to 4.6.0 in app/polymer
dependencies-bot Apr 17, 2018
85eece5
Update webpack from 4.5.0 to 4.6.0 in app/react-native
dependencies-bot Apr 17, 2018
d8e7e77
Update webpack from 4.5.0 to 4.6.0 in app/vue
dependencies-bot Apr 17, 2018
5198476
Update chalk from 2.3.2 to 2.4.0 in lib/cli
dependencies-bot Apr 17, 2018
8a1011c
Update webpack from 4.5.0 to 4.6.0 in examples/cra-kitchen-sink
dependencies-bot Apr 17, 2018
1736090
Update webpack from 4.5.0 to 4.6.0 in examples/mithril-kitchen-sink
dependencies-bot Apr 17, 2018
567d1e8
Update webpack from 4.5.0 to 4.6.0 in examples/polymer-cli
dependencies-bot Apr 17, 2018
53022f5
Update webpack from 4.5.0 to 4.6.0 in examples/vue-kitchen-sink
dependencies-bot Apr 17, 2018
509aace
batch bootstrap
dependencies-bot Apr 17, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-runtime": "^6.26.0",
"estraverse": "^4.2.0",
"loader-utils": "^1.1.0",
"prettier": "^1.12.0",
"prettier": "^1.12.1",
"prop-types": "^15.6.1",
"react-syntax-highlighter": "^7.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-dom": "^16.3.2",
"sass-loader": "^6.0.7",
"ts-loader": "^4.2.0",
"webpack": "^4.5.0",
"webpack": "^4.6.0",
"webpack-hot-middleware": "^2.22.0",
"zone.js": "^0.8.26"
},
Expand Down
2 changes: 1 addition & 1 deletion app/mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"markdown-loader": "^2.0.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"webpack": "^4.5.0",
"webpack": "^4.6.0",
"webpack-hot-middleware": "^2.22.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"html-webpack-plugin": "^3.2.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"webpack": "^4.5.0",
"webpack": "^4.6.0",
"webpack-hot-middleware": "^2.22.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"url-parse": "^1.3.0",
"util-deprecate": "^1.0.2",
"uuid": "^3.2.1",
"webpack": "^4.5.0",
"webpack": "^4.6.0",
"webpack-dev-middleware": "^3.1.2",
"webpack-hot-middleware": "^2.22.0",
"ws": "^5.1.1"
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lodash.flattendeep": "^4.4.0",
"markdown-loader": "^2.0.2",
"prop-types": "^15.6.1",
"webpack": "^4.5.0",
"webpack": "^4.6.0",
"webpack-hot-middleware": "^2.22.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"markdown-loader": "^2.0.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"webpack": "^4.5.0",
"webpack": "^4.6.0",
"webpack-hot-middleware": "^2.22.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"enzyme-to-json": "^3.3.3",
"jest": "^20.0.4",
"react-scripts": "^1.1.4",
"webpack": "^4.5.0"
"webpack": "^4.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/mithril-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@storybook/mithril": "4.0.0-alpha.2",
"babel-core": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"webpack": "^4.5.0"
"webpack": "^4.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/polymer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@webcomponents/webcomponentsjs": "^1.2.0",
"global": "^4.3.2",
"polymer-webpack-loader": "^2.0.2",
"webpack": "^4.5.0"
"webpack": "^4.6.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"file-loader": "^1.1.11",
"svg-url-loader": "^2.3.2",
"vue-loader": "^14.2.2",
"webpack": "^4.5.0",
"webpack": "^4.6.0",
"webpack-dev-server": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"chalk": "^2.3.2",
"chalk": "^2.4.0",
"child-process-promise": "^2.2.1",
"commander": "^2.15.1",
"cross-spawn": "^6.0.5",
Expand Down
4 changes: 2 additions & 2 deletions lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@storybook/ui": "4.0.0-alpha.2",
"autoprefixer": "^8.3.0",
"babel-runtime": "^6.26.0",
"chalk": "^2.3.2",
"chalk": "^2.4.0",
"commander": "^2.15.1",
"css-loader": "^0.28.11",
"dotenv": "^5.0.1",
Expand All @@ -45,7 +45,7 @@
"style-loader": "^0.20.3",
"svg-url-loader": "^2.3.2",
"url-loader": "^1.0.1",
"webpack": "^4.5.0",
"webpack": "^4.6.0",
"webpack-dev-middleware": "^3.1.2",
"webpack-hot-middleware": "^2.22.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-fuzzy": "^0.5.2",
"react-icons": "^2.2.7",
"react-lifecycles-compat": "^3.0.2",
"react-modal": "^3.3.2",
"react-modal": "^3.4.1",
"react-split-pane": "^0.1.77",
"react-treebeard": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chalk": "^2.3.2",
"chalk": "^2.4.0",
"codecov": "^3.0.0",
"codelyzer": "^4.2.1",
"commander": "^2.15.1",
"concurrently": "^3.5.1",
"cross-env": "^5.1.4",
"danger": "^3.4.7",
"danger": "^3.5.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
Expand Down Expand Up @@ -91,7 +91,7 @@
"lodash": "^4.17.5",
"npmlog": "^4.1.2",
"polymer-webpack-loader": "^2.0.2",
"prettier": "^1.12.0",
"prettier": "^1.12.1",
"raf": "^3.4.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
Expand Down
41 changes: 25 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3141,6 +3141,14 @@ chalk@^2.3.1:
escape-string-regexp "^1.0.5"
supports-color "^5.2.0"

chalk@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.0.tgz#a060a297a6b57e15b61ca63ce84995daa0fe6e52"
dependencies:
ansi-styles "^3.2.1"
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@~0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f"
Expand Down Expand Up @@ -4456,9 +4464,9 @@ damerau-levenshtein@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514"

danger@^3.4.7:
version "3.4.7"
resolved "https://registry.yarnpkg.com/danger/-/danger-3.4.7.tgz#3a3ebba91691f744ca63e29ef751773c16ea0c5d"
danger@^3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/danger/-/danger-3.5.1.tgz#1f63cb6a86fd581436d240a297cbc337ffe4c362"
dependencies:
"@octokit/rest" "^15.2.6"
babel-polyfill "^6.23.0"
Expand Down Expand Up @@ -12663,9 +12671,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@^1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.0.tgz#d26fc5894b9230de97629b39cae225b503724ce8"
prettier@^1.12.1:
version "1.12.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.1.tgz#c1ad20e803e7749faf905a409d2367e06bbe7325"

prettier@^1.7.0:
version "1.10.2"
Expand Down Expand Up @@ -13247,16 +13255,17 @@ react-is@^16.3.2:
version "16.3.2"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.2.tgz#f4d3d0e2f5fbb6ac46450641eb2e25bf05d36b22"

react-lifecycles-compat@^3.0.2:
react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.2.tgz#7279047275bd727a912e25f734c0559527e84eff"

react-modal@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.3.2.tgz#b13da9490653a7c76bc0e9600323eb1079c620e7"
react-modal@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.4.1.tgz#9bee876ffb1b077447abef9aa298d375625f8ecf"
dependencies:
exenv "^1.2.0"
prop-types "^15.5.10"
react-lifecycles-compat "^3.0.0"
warning "^3.0.0"

react-native-compat@^1.0.0:
Expand Down Expand Up @@ -14585,7 +14594,7 @@ schema-utils@^0.3.0:
dependencies:
ajv "^5.0.0"

schema-utils@^0.4.0, schema-utils@^0.4.3, schema-utils@^0.4.5:
schema-utils@^0.4.0, schema-utils@^0.4.3, schema-utils@^0.4.4, schema-utils@^0.4.5:
version "0.4.5"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.5.tgz#21836f0608aac17b78f9e3e24daff14a5ca13a3e"
dependencies:
Expand Down Expand Up @@ -16867,7 +16876,7 @@ vm-browserify@0.0.4, vm-browserify@~0.0.1:
dependencies:
indexof "0.0.1"

vm2@patriksimek/vm2#custom_files:
"vm2@github:patriksimek/vm2#custom_files":
version "3.5.0"
resolved "https://codeload.github.com/patriksimek/vm2/tar.gz/7e82f90ac705fc44fad044147cb0df09b4c79a57"

Expand Down Expand Up @@ -17217,9 +17226,9 @@ webpack@3.8.1:
webpack-sources "^1.0.1"
yargs "^8.0.2"

webpack@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.5.0.tgz#1e6f71e148ead02be265ff2879c9cd6bb30b8848"
webpack@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.6.0.tgz#363eafa733710eb0ed28c512b2b9b9f5fb01e69b"
dependencies:
acorn "^5.0.0"
acorn-dynamic-import "^3.0.0"
Expand All @@ -17235,7 +17244,7 @@ webpack@^4.5.0:
mkdirp "~0.5.0"
neo-async "^2.5.0"
node-libs-browser "^2.0.0"
schema-utils "^0.4.2"
schema-utils "^0.4.4"
tapable "^1.0.0"
uglifyjs-webpack-plugin "^1.2.4"
watchpack "^1.5.0"
Expand Down