diff options
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/package.json | 12 | ||||
-rw-r--r-- | juick-www/yarn.lock | 24 |
2 files changed, 18 insertions, 18 deletions
diff --git a/juick-www/package.json b/juick-www/package.json index 5c8bcdb6..996878d4 100644 --- a/juick-www/package.json +++ b/juick-www/package.json @@ -17,20 +17,20 @@ "babel-preset-env": "^1.6.1", "clean-webpack-plugin": "^0.1.18", "css-loader": "^0.28.9", - "eslint": "^4.17.0", + "eslint": "^4.18.0", "eslint-loader": "^1.9.0", "eslint-plugin-only-ascii": "0.0.0", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.6", - "globby": "^8.0.0", + "globby": "^8.0.1", "script-loader": "^0.7.2", - "style-loader": "^0.20.1", + "style-loader": "^0.20.2", "stylelint": "^8.4.0", "stylelint-config-standard": "^18.0.0", - "stylelint-webpack-plugin": "^0.10.1", + "stylelint-webpack-plugin": "^0.10.2", "uglify-loader": "^2.0.0", "url-loader": "^0.6.2", - "webpack": "^3.10.0", + "webpack": "^3.11.0", "webpack-asset-pipeline": "^1.1.1" }, "dependencies": { @@ -39,7 +39,7 @@ "element-closest": "^2.0.2", "evil-icons": "^1.9.0", "killy": "file:src/main/js/killy", - "url-search-params-polyfill": "^2.0.2", + "url-search-params-polyfill": "^2.0.3", "whatwg-fetch": "^2.0.3" } } diff --git a/juick-www/yarn.lock b/juick-www/yarn.lock index af967eab..11775ec4 100644 --- a/juick-www/yarn.lock +++ b/juick-www/yarn.lock @@ -1682,9 +1682,9 @@ eslint-visitor-keys@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" -eslint@^4.17.0: - version "4.17.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.17.0.tgz#dc24bb51ede48df629be7031c71d9dc0ee4f3ddf" +eslint@^4.18.0: + version "4.18.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.18.0.tgz#ebd0ba795af6dc59aa5cee17938160af5950e051" dependencies: ajv "^5.3.0" babel-code-frame "^6.22.0" @@ -2167,9 +2167,9 @@ globby@^7.0.0: pify "^3.0.0" slash "^1.0.0" -globby@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.0.tgz#e6f8340ead9a52fa417ec0e75ae664ae0026f5c6" +globby@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50" dependencies: array-union "^1.0.1" dir-glob "^2.0.0" @@ -4552,9 +4552,9 @@ strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" -style-loader@^0.20.1: - version "0.20.1" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.20.1.tgz#33ac2bf4d5c65a8906bc586ad253334c246998d0" +style-loader@^0.20.2: + version "0.20.2" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.20.2.tgz#851b373c187890331776e9cde359eea9c95ecd00" dependencies: loader-utils "^1.1.0" schema-utils "^0.4.3" @@ -4573,7 +4573,7 @@ stylelint-config-standard@^18.0.0: dependencies: stylelint-config-recommended "^2.0.0" -stylelint-webpack-plugin@^0.10.1: +stylelint-webpack-plugin@^0.10.2: version "0.10.2" resolved "https://registry.yarnpkg.com/stylelint-webpack-plugin/-/stylelint-webpack-plugin-0.10.2.tgz#e9dfd845ec0813a51b8d8d3abc983f0d556ce42d" dependencies: @@ -4930,7 +4930,7 @@ url-loader@^0.6.2: mime "^1.4.1" schema-utils "^0.3.0" -url-search-params-polyfill@^2.0.2: +url-search-params-polyfill@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/url-search-params-polyfill/-/url-search-params-polyfill-2.0.3.tgz#466b451df7e707f9a0de601fa39b0a5816402dcd" @@ -5028,7 +5028,7 @@ webpack-sources@^1.0.1: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^3.10.0: +webpack@^3.11.0: version "3.11.0" resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.11.0.tgz#77da451b1d7b4b117adaf41a1a93b5742f24d894" dependencies: |