diff --git a/examples/basic-css/package.json b/examples/basic-css/package.json index 59d0f89b..ad6fd7a6 100644 --- a/examples/basic-css/package.json +++ b/examples/basic-css/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/custom-server-express/package.json b/examples/custom-server-express/package.json index 03491bcb..2c3ab2c9 100644 --- a/examples/custom-server-express/package.json +++ b/examples/custom-server-express/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "express": "^4.14.0", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" } diff --git a/examples/custom-server-hapi/package.json b/examples/custom-server-hapi/package.json index 60b78bc8..0840e7d0 100644 --- a/examples/custom-server-hapi/package.json +++ b/examples/custom-server-hapi/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "hapi": "^16.1.0", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2", "good": "^7.1.0", diff --git a/examples/custom-server-koa/package.json b/examples/custom-server-koa/package.json index a4e5926f..67430088 100644 --- a/examples/custom-server-koa/package.json +++ b/examples/custom-server-koa/package.json @@ -8,7 +8,7 @@ "dependencies": { "koa": "^2.0.1", "koa-router": "^7.1.0", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" } diff --git a/examples/custom-server/package.json b/examples/custom-server/package.json index 95271b1b..f8ca13d5 100644 --- a/examples/custom-server/package.json +++ b/examples/custom-server/package.json @@ -5,7 +5,7 @@ "start": "NODE_ENV=production node server.js" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" } diff --git a/examples/data-fetch/package.json b/examples/data-fetch/package.json index fbe6c12f..8660fb83 100644 --- a/examples/data-fetch/package.json +++ b/examples/data-fetch/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "isomorphic-fetch": "^2.2.1", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/parameterized-routing/package.json b/examples/parameterized-routing/package.json index 939a0361..58fc61f0 100644 --- a/examples/parameterized-routing/package.json +++ b/examples/parameterized-routing/package.json @@ -5,7 +5,7 @@ "start": "NODE_ENV=production node server.js" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "path-match": "1.2.4", "react": "^15.4.2", "react-dom": "^15.4.2" diff --git a/examples/ssr-caching/package.json b/examples/ssr-caching/package.json index 6928f6d7..1036324d 100644 --- a/examples/ssr-caching/package.json +++ b/examples/ssr-caching/package.json @@ -7,7 +7,7 @@ "dependencies": { "express": "^4.14.0", "lru-cache": "^4.0.2", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" } diff --git a/examples/using-inferno/package.json b/examples/using-inferno/package.json index 3cae68de..f4d035a2 100644 --- a/examples/using-inferno/package.json +++ b/examples/using-inferno/package.json @@ -11,7 +11,7 @@ "inferno-compat": "^1.4.0", "inferno-server": "^1.4.0", "module-alias": "^2.0.0", - "next": "^2.0.0-beta" + "next": "latest" }, "author": "", "license": "MIT" diff --git a/examples/using-preact/package.json b/examples/using-preact/package.json index e7a5e9c4..0aca7ce7 100644 --- a/examples/using-preact/package.json +++ b/examples/using-preact/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "module-alias": "^2.0.0", - "next": "^2.0.0-beta", + "next": "latest", "preact": "^7.2.0", "preact-compat": "^3.14.0" }, diff --git a/examples/using-router/package.json b/examples/using-router/package.json index ae9636a4..d80608e9 100644 --- a/examples/using-router/package.json +++ b/examples/using-router/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-amp/package.json b/examples/with-amp/package.json index 0403f735..5ab9639d 100644 --- a/examples/with-amp/package.json +++ b/examples/with-amp/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-aphrodite/package.json b/examples/with-aphrodite/package.json index aa0decb2..8ec004cc 100644 --- a/examples/with-aphrodite/package.json +++ b/examples/with-aphrodite/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "aphrodite": "^1.1.0", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-apollo-and-redux/package.json b/examples/with-apollo-and-redux/package.json index b4a4896e..455d5a2e 100644 --- a/examples/with-apollo-and-redux/package.json +++ b/examples/with-apollo-and-redux/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "graphql": "^0.9.1", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-apollo": "^1.0.0-rc.2", "redux": "^3.6.0" diff --git a/examples/with-apollo/package.json b/examples/with-apollo/package.json index 715f4dd5..778aef08 100644 --- a/examples/with-apollo/package.json +++ b/examples/with-apollo/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "graphql": "^0.9.1", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-apollo": "^1.0.0-rc.3" }, diff --git a/examples/with-custom-babel-config/package.json b/examples/with-custom-babel-config/package.json index a493a57f..b64526ab 100644 --- a/examples/with-custom-babel-config/package.json +++ b/examples/with-custom-babel-config/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-cxs/package.json b/examples/with-cxs/package.json index ec995903..7ca85a65 100644 --- a/examples/with-cxs/package.json +++ b/examples/with-cxs/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "cxs": "^3.0.0", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-external-scoped-css/package.json b/examples/with-external-scoped-css/package.json index d1b4dc68..523ec418 100644 --- a/examples/with-external-scoped-css/package.json +++ b/examples/with-external-scoped-css/package.json @@ -10,7 +10,7 @@ "run": "next start" }, "dependencies":{ - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-fela/package.json b/examples/with-fela/package.json index ddd6c97d..5c7ebde5 100644 --- a/examples/with-fela/package.json +++ b/examples/with-fela/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "fela": "^4.1.2", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2", "react-fela": "^4.1.2" diff --git a/examples/with-flow/package.json b/examples/with-flow/package.json index c3482a54..f7bc5383 100644 --- a/examples/with-flow/package.json +++ b/examples/with-flow/package.json @@ -10,7 +10,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-glamor/package.json b/examples/with-glamor/package.json index bbead1d8..f825e4c7 100644 --- a/examples/with-glamor/package.json +++ b/examples/with-glamor/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "glamor": "^2.20.24", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-global-stylesheet/package.json b/examples/with-global-stylesheet/package.json index 6d0ff1b2..bb2bd267 100644 --- a/examples/with-global-stylesheet/package.json +++ b/examples/with-global-stylesheet/package.json @@ -14,7 +14,7 @@ "babel-plugin-module-resolver": "2.5.0", "babel-plugin-wrap-in-js": "^1.1.0", "glob": "7.1.1", - "next": "^2.0.0-beta.18", + "next": "latest", "node-sass": "^4.4.0", "normalize.css": "5.0.0", "postcss-easy-import": "2.0.0", diff --git a/examples/with-jest/package.json b/examples/with-jest/package.json index 3cf3d684..6614af9b 100644 --- a/examples/with-jest/package.json +++ b/examples/with-jest/package.json @@ -1,7 +1,7 @@ { "name": "with-jest", "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-loading/package.json b/examples/with-loading/package.json index 46768edb..1202b485 100644 --- a/examples/with-loading/package.json +++ b/examples/with-loading/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "nprogress": "^0.2.0", "react": "^15.4.2", "react-dom": "^15.4.2" diff --git a/examples/with-mobx/package.json b/examples/with-mobx/package.json index 8b1d9231..0f8e3a59 100644 --- a/examples/with-mobx/package.json +++ b/examples/with-mobx/package.json @@ -9,7 +9,7 @@ "dependencies": { "mobx": "^2.7.0", "mobx-react": "^4.0.4", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-next-routes/package.json b/examples/with-next-routes/package.json index 2b552984..9829b841 100644 --- a/examples/with-next-routes/package.json +++ b/examples/with-next-routes/package.json @@ -5,7 +5,7 @@ "start": "NODE_ENV=production node server.js" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "next-routes": "^1.0.17", "react": "^15.4.2", "react-dom": "^15.4.2" diff --git a/examples/with-prefetching/package.json b/examples/with-prefetching/package.json index ff4aff2f..e92fcda5 100644 --- a/examples/with-prefetching/package.json +++ b/examples/with-prefetching/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/examples/with-react-helmet/package.json b/examples/with-react-helmet/package.json index 08c79f23..e55574bb 100644 --- a/examples/with-react-helmet/package.json +++ b/examples/with-react-helmet/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2", "react-helmet": "^4.0.0" diff --git a/examples/with-react-intl/package.json b/examples/with-react-intl/package.json index fbe7b13f..84afe070 100644 --- a/examples/with-react-intl/package.json +++ b/examples/with-react-intl/package.json @@ -11,7 +11,7 @@ "babel-plugin-react-intl": "^2.3.1", "glob": "^7.1.1", "intl": "^1.2.5", - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2", "react-intl": "^2.2.3" diff --git a/examples/with-react-md/package.json b/examples/with-react-md/package.json index 6401504d..0408ca94 100644 --- a/examples/with-react-md/package.json +++ b/examples/with-react-md/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-addons-css-transition-group": "^15.4.2", "react-addons-transition-group": "^15.4.2", diff --git a/examples/with-redux/package.json b/examples/with-redux/package.json index 6af311f2..03810f25 100644 --- a/examples/with-redux/package.json +++ b/examples/with-redux/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "next-redux-wrapper": "^1.0.0", "react": "^15.4.2", "react-dom": "^15.4.2", diff --git a/examples/with-refnux/package.json b/examples/with-refnux/package.json index 8942fb4a..79ab523a 100644 --- a/examples/with-refnux/package.json +++ b/examples/with-refnux/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "next": "^2.0.0-beta.31", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2", "refnux": "^1.3.0" diff --git a/examples/with-scoped-stylesheets-and-postcss/package.json b/examples/with-scoped-stylesheets-and-postcss/package.json index ca604cb9..f69799ff 100644 --- a/examples/with-scoped-stylesheets-and-postcss/package.json +++ b/examples/with-scoped-stylesheets-and-postcss/package.json @@ -12,7 +12,7 @@ "dependencies": { "babel-plugin-wrap-in-js": "^1.1.1", "css-loader": "^0.26.1", - "next": "^2.0.0-beta.26", + "next": "latest", "postcss-cssnext": "^2.9.0", "postcss-loader": "^1.3.0", "raw-loader": "^0.5.1", diff --git a/examples/with-styled-components/package.json b/examples/with-styled-components/package.json index 9b63a7fd..e0104cac 100644 --- a/examples/with-styled-components/package.json +++ b/examples/with-styled-components/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2", "styled-components": "^1.4.4" diff --git a/examples/with-styled-jsx-postcss/package.json b/examples/with-styled-jsx-postcss/package.json index de7f8e72..3f70c7b7 100644 --- a/examples/with-styled-jsx-postcss/package.json +++ b/examples/with-styled-jsx-postcss/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "postcss-cssnext": "^2.9.0", "react": "^15.4.2", "react-dom": "^15.4.2", diff --git a/examples/with-styletron/package.json b/examples/with-styletron/package.json index c606d30f..ad3fd1b8 100644 --- a/examples/with-styletron/package.json +++ b/examples/with-styletron/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2", "styletron-client": "^2.2.0", diff --git a/examples/with-universal-configuration/package.json b/examples/with-universal-configuration/package.json index b0d3ca3b..cdd6ae30 100644 --- a/examples/with-universal-configuration/package.json +++ b/examples/with-universal-configuration/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^2.0.0-beta", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, diff --git a/yarn.lock b/yarn.lock index 9e976d15..51fe058e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -484,13 +484,13 @@ babel-plugin-jest-hoist@^19.0.0: version "19.0.0" resolved "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-19.0.0.tgz#4ae2a04ea612a6e73651f3fde52c178991304bea" -babel-plugin-module-resolver@2.5.0: - version "2.5.0" - resolved "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-2.5.0.tgz#a1204b4aeada066e8afb9b9f9c43e238d73d41bb" +babel-plugin-module-resolver@2.6.2: + version "2.6.2" + resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-2.6.2.tgz#66845c8855865dd7fd4d5256be93272e3d16701d" dependencies: find-babel-config "^1.0.1" glob "^7.1.1" - resolve "^1.2.0" + resolve "^1.3.2" babel-plugin-react-require@3.0.0: version "3.0.0" @@ -953,11 +953,11 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" -benchmark@2.1.3: - version "2.1.3" - resolved "https://registry.npmjs.org/benchmark/-/benchmark-2.1.3.tgz#e10e40e4d53d0e1c9d77a834fde593994dca7f0c" +benchmark@2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/benchmark/-/benchmark-2.1.4.tgz#09f3de31c916425d498cc2ee565a0ebf3c2a5629" dependencies: - lodash "^4.17.3" + lodash "^4.17.4" platform "^1.3.3" big.js@^3.1.3: @@ -1144,9 +1144,9 @@ camelcase@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" -case-sensitive-paths-webpack-plugin@1.1.4: - version "1.1.4" - resolved "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-1.1.4.tgz#8aaedd5699a86cac2b34cf40d9b4145758978472" +case-sensitive-paths-webpack-plugin@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.0.0.tgz#60142d7d0beabdb35676ef0aeace3027da0578ba" caseless@~0.11.0: version "0.11.0" @@ -1371,9 +1371,9 @@ cosmiconfig@^1.1.0: pinkie-promise "^2.0.0" require-from-string "^1.1.0" -coveralls@2.11.16: - version "2.11.16" - resolved "https://registry.npmjs.org/coveralls/-/coveralls-2.11.16.tgz#da9061265142ddee954f68379122be97be8ab4b1" +coveralls@2.13.0: + version "2.13.0" + resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-2.13.0.tgz#df933876e8c6f478efb04f4d3ab70dc96b7e5a8e" dependencies: js-yaml "3.6.1" lcov-parse "0.0.10" @@ -1415,9 +1415,9 @@ create-hmac@^1.1.0, create-hmac@^1.1.2: create-hash "^1.1.0" inherits "^2.0.1" -cross-env@3.2.4: - version "3.2.4" - resolved "https://registry.npmjs.org/cross-env/-/cross-env-3.2.4.tgz#9e0585f277864ed421ce756f81a980ff0d698aba" +cross-env@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-4.0.0.tgz#16083862d08275a4628b0b243b121bedaa55dd80" dependencies: cross-spawn "^5.1.0" is-windows "^1.0.0" @@ -2182,7 +2182,7 @@ foreach@^2.0.5: version "2.0.5" resolved "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99" -foreground-child@^1.5.3, foreground-child@^1.5.6: +foreground-child@^1.3.3, foreground-child@^1.5.3: version "1.5.6" resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.6.tgz#4fd71ad2dfde96789b980a5c0a295937cb2f5ce9" dependencies: @@ -2792,12 +2792,22 @@ istanbul-lib-coverage@^1.0.0, istanbul-lib-coverage@^1.0.0-alpha, istanbul-lib-c version "1.0.1" resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.1.tgz#f263efb519c051c5f1f3343034fc40e7b43ff212" -istanbul-lib-hook@^1.0.0, istanbul-lib-hook@^1.0.0-alpha.4: +istanbul-lib-coverage@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.2.tgz#87a0c015b6910651cb3b184814dfb339337e25e1" + +istanbul-lib-hook@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/istanbul-lib-hook/-/istanbul-lib-hook-1.0.0.tgz#fc5367ee27f59268e8f060b0c7aaf051d9c425c5" dependencies: append-transform "^0.4.0" +istanbul-lib-hook@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.0.5.tgz#6ca3d16d60c5f4082da39f7c5cd38ea8a772b88e" + dependencies: + append-transform "^0.4.0" + istanbul-lib-instrument@^1.1.1, istanbul-lib-instrument@^1.1.4, istanbul-lib-instrument@^1.3.0, istanbul-lib-instrument@^1.6.2: version "1.6.2" resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.6.2.tgz#dac644f358f51efd6113536d7070959a0111f73b" @@ -2810,6 +2820,27 @@ istanbul-lib-instrument@^1.1.1, istanbul-lib-instrument@^1.1.4, istanbul-lib-ins istanbul-lib-coverage "^1.0.0" semver "^5.3.0" +istanbul-lib-instrument@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.7.0.tgz#b8e0dc25709bb44e17336ab47b7bb5c97c23f659" + dependencies: + babel-generator "^6.18.0" + babel-template "^6.16.0" + babel-traverse "^6.18.0" + babel-types "^6.18.0" + babylon "^6.13.0" + istanbul-lib-coverage "^1.0.2" + semver "^5.3.0" + +istanbul-lib-report@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.0.0.tgz#d83dac7f26566b521585569367fe84ccfc7aaecb" + dependencies: + istanbul-lib-coverage "^1.0.2" + mkdirp "^0.5.1" + path-parse "^1.0.5" + supports-color "^3.1.2" + istanbul-lib-report@^1.0.0-alpha.3: version "1.0.0-alpha.3" resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.0.0-alpha.3.tgz#32d5f6ec7f33ca3a602209e278b2e6ff143498af" @@ -2830,12 +2861,27 @@ istanbul-lib-source-maps@^1.1.0: rimraf "^2.4.4" source-map "^0.5.3" +istanbul-lib-source-maps@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.1.1.tgz#f8c8c2e8f2160d1d91526d97e5bd63b2079af71c" + dependencies: + istanbul-lib-coverage "^1.0.2" + mkdirp "^0.5.1" + rimraf "^2.4.4" + source-map "^0.5.3" + istanbul-reports@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.0.1.tgz#9a17176bc4a6cbebdae52b2f15961d52fa623fbc" dependencies: handlebars "^4.0.3" +istanbul-reports@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.0.2.tgz#4e8366abe6fa746cc1cd6633f108de12cc6ac6fa" + dependencies: + handlebars "^4.0.3" + jest-changed-files@^19.0.0: version "19.0.2" resolved "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-19.0.2.tgz#16c54c84c3270be408e06d2e8af3f3e37a885824" @@ -3334,7 +3380,7 @@ lodash@4.16.2: version "4.16.2" resolved "https://registry.npmjs.org/lodash/-/lodash-4.16.2.tgz#3e626db827048a699281a8a125226326cfc0e652" -lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.6.1, lodash@^4.8.0: +lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.6.1, lodash@^4.8.0: version "4.17.4" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" @@ -3671,9 +3717,9 @@ number-is-nan@^1.0.0: version "1.3.9" resolved "https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.3.9.tgz#8bab486ff7fa3dfd086656bbe8b17116d3692d2a" -nyc@10.0.0: - version "10.0.0" - resolved "https://registry.npmjs.org/nyc/-/nyc-10.0.0.tgz#95bd4a2c3487f33e1e78f213c6d5a53d88074ce6" +nyc@10.2.0: + version "10.2.0" + resolved "https://registry.yarnpkg.com/nyc/-/nyc-10.2.0.tgz#facd90240600c9aa4dd81ea99c2fb6a85c53de0c" dependencies: archy "^1.0.0" arrify "^1.0.1" @@ -3685,12 +3731,12 @@ nyc@10.0.0: find-up "^1.1.2" foreground-child "^1.5.3" glob "^7.0.6" - istanbul-lib-coverage "^1.0.0" - istanbul-lib-hook "^1.0.0-alpha.4" - istanbul-lib-instrument "^1.3.0" - istanbul-lib-report "^1.0.0-alpha.3" - istanbul-lib-source-maps "^1.1.0" - istanbul-reports "^1.0.0" + istanbul-lib-coverage "^1.0.2" + istanbul-lib-hook "^1.0.5" + istanbul-lib-instrument "^1.7.0" + istanbul-lib-report "^1.0.0" + istanbul-lib-source-maps "^1.1.1" + istanbul-reports "^1.0.2" md5-hex "^1.2.0" merge-source-map "^1.0.2" micromatch "^2.3.11" @@ -3698,9 +3744,9 @@ nyc@10.0.0: resolve-from "^2.0.0" rimraf "^2.5.4" signal-exit "^3.0.1" - spawn-wrap "^1.2.4" - test-exclude "^3.3.0" - yargs "^6.4.0" + spawn-wrap "1.2.4" + test-exclude "^4.0.0" + yargs "^7.0.2" yargs-parser "^4.0.2" oauth-sign@~0.8.1: @@ -4009,11 +4055,11 @@ public-encrypt@^4.0.0: parse-asn1 "^5.0.0" randombytes "^2.0.1" -punycode@1.3.2, punycode@^1.2.4: +punycode@1.3.2: version "1.3.2" resolved "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" -punycode@^1.4.1: +punycode@^1.2.4, punycode@^1.4.1: version "1.4.1" resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" @@ -4278,7 +4324,7 @@ resolve@1.1.7: version "1.1.7" resolved "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" -resolve@^1.1.6, resolve@^1.2.0: +resolve@^1.1.6, resolve@^1.2.0, resolve@^1.3.2: version "1.3.2" resolved "https://registry.npmjs.org/resolve/-/resolve-1.3.2.tgz#1f0442c9e0cbb8136e87b9305f932f46c7f28235" dependencies: @@ -4447,9 +4493,9 @@ sntp@1.x.x: dependencies: hoek "2.x.x" -source-list-map@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.0.1.tgz#cc1fc17122ae0a51978024c2cc0f8c35659026b8" +source-list-map@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.1.1.tgz#1a33ac210ca144d1e561f906ebccab5669ff4cb4" source-map-support@0.4.14, source-map-support@^0.4.2: version "0.4.14" @@ -4473,11 +4519,11 @@ source-map@~0.2.0: dependencies: amdefine ">=0.0.4" -spawn-wrap@^1.2.4: - version "1.3.4" - resolved "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-1.3.4.tgz#5d133070fef81cd26d8259acaa07fc1a86fd45dc" +spawn-wrap@1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/spawn-wrap/-/spawn-wrap-1.2.4.tgz#920eb211a769c093eebfbd5b0e7a5d2e68ab2e40" dependencies: - foreground-child "^1.5.6" + foreground-child "^1.3.3" mkdirp "^0.5.0" os-homedir "^1.0.1" rimraf "^2.3.3" @@ -4709,7 +4755,7 @@ tar@~2.2.1: fstream "^1.0.2" inherits "2" -test-exclude@^3.2.2, test-exclude@^3.3.0: +test-exclude@^3.2.2: version "3.3.0" resolved "https://registry.npmjs.org/test-exclude/-/test-exclude-3.3.0.tgz#7a17ca1239988c98367b0621456dbb7d4bc38977" dependencies: @@ -4719,7 +4765,7 @@ test-exclude@^3.2.2, test-exclude@^3.3.0: read-pkg-up "^1.0.1" require-main-filename "^1.0.1" -test-exclude@^4.0.3: +test-exclude@^4.0.0, test-exclude@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.0.3.tgz#86a13ce3effcc60e6c90403cf31a27a60ac6c4e7" dependencies: @@ -4924,9 +4970,9 @@ watchpack@^1.3.1: chokidar "^1.4.3" graceful-fs "^4.1.2" -wd@1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/wd/-/wd-1.1.3.tgz#4a09c89047abcd1326ab15f384590f18a9de0e0e" +wd@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/wd/-/wd-1.2.0.tgz#4112c4657eca5af593ebc060d54b80caeea04807" dependencies: archiver "1.3.0" async "2.0.1" @@ -4963,16 +5009,16 @@ webpack-hot-middleware@2.17.1: querystring "^0.2.0" strip-ansi "^3.0.0" -webpack-sources@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.2.0.tgz#fea93ba840f16cdd3f246f0ee95f88a9492c69fb" +webpack-sources@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.2.3.tgz#17c62bfaf13c707f9d02c479e0dcdde8380697fb" dependencies: - source-list-map "^1.0.1" + source-list-map "^1.1.1" source-map "~0.5.3" -webpack@2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.3.1.tgz#55bce8baffe7c1f9dc3029adc048643b448318a8" +webpack@2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-2.3.2.tgz#7d521e6f0777a3a58985c69425263fdfe977b458" dependencies: acorn "^4.0.4" acorn-dynamic-import "^2.0.0" @@ -4992,7 +5038,7 @@ webpack@2.3.1: tapable "~0.2.5" uglify-js "^2.8.5" watchpack "^1.3.1" - webpack-sources "^0.2.0" + webpack-sources "^0.2.3" yargs "^6.0.0" whatwg-encoding@^1.0.1: @@ -5104,7 +5150,13 @@ yargs-parser@^4.0.2, yargs-parser@^4.2.0: dependencies: camelcase "^3.0.0" -yargs@^6.0.0, yargs@^6.3.0, yargs@^6.4.0: +yargs-parser@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a" + dependencies: + camelcase "^3.0.0" + +yargs@^6.0.0, yargs@^6.3.0: version "6.6.0" resolved "https://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208" dependencies: @@ -5122,6 +5174,24 @@ yargs@^6.0.0, yargs@^6.3.0, yargs@^6.4.0: y18n "^3.2.1" yargs-parser "^4.2.0" +yargs@^7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.0.2.tgz#115b97df1321823e8b8648e8968c782521221f67" + dependencies: + camelcase "^3.0.0" + cliui "^3.2.0" + decamelize "^1.1.1" + get-caller-file "^1.0.1" + os-locale "^1.4.0" + read-pkg-up "^1.0.1" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^1.0.2" + which-module "^1.0.0" + y18n "^3.2.1" + yargs-parser "^5.0.0" + yargs@~3.10.0: version "3.10.0" resolved "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"