diff options
author | silverwind <me@silverwind.io> | 2020-03-14 16:27:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 17:27:20 +0200 |
commit | 28b934b3ae5d332a66271076a783c1f960b8944f (patch) | |
tree | 333ecc15c8a1441dea0da26742a0cc8894abe008 /package.json | |
parent | 37bd5787fc67762684d035949d96a38637392f6f (diff) | |
download | gitea-28b934b3ae5d332a66271076a783c1f960b8944f.tar.gz gitea-28b934b3ae5d332a66271076a783c1f960b8944f.zip |
Update JS dependencies (#10726)
Result of `make npm-update`. Only notable change is that `updates` now
requires Node 10 and has been changed to a bundle, so its dependencies
are now no longer installed.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 807c03801c..49b836d950 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "node": ">=10" }, "dependencies": { - "@primer/octicons": "9.4.0", - "clipboard": "2.0.4", + "@primer/octicons": "9.6.0", + "clipboard": "2.0.6", "dropzone": "5.7.0", "fomantic-ui": "2.8.4", "highlight.js": "9.18.1", @@ -19,18 +19,18 @@ "vue-calendar-heatmap": "0.8.4" }, "devDependencies": { - "@babel/core": "7.8.4", + "@babel/core": "7.8.7", "@babel/plugin-proposal-object-rest-spread": "7.8.3", "@babel/plugin-transform-runtime": "7.8.3", - "@babel/preset-env": "7.8.4", - "@babel/runtime": "7.8.4", + "@babel/preset-env": "7.8.7", + "@babel/runtime": "7.8.7", "babel-loader": "8.0.6", "copy-webpack-plugin": "5.1.1", "core-js": "3.6.4", "css-loader": "3.4.2", "cssnano": "4.1.10", "eslint": "6.8.0", - "eslint-config-airbnb-base": "14.0.0", + "eslint-config-airbnb-base": "14.1.0", "eslint-plugin-import": "2.20.1", "fast-glob": "3.2.2", "less-loader": "5.0.0", @@ -39,16 +39,16 @@ "postcss-loader": "3.0.0", "postcss-preset-env": "6.7.0", "postcss-safe-parser": "4.0.2", - "stylelint": "13.2.0", + "stylelint": "13.2.1", "stylelint-config-standard": "20.0.0", "svg-sprite-loader": "4.2.1", "svgo": "1.3.2", "svgo-loader": "2.2.1", "terser-webpack-plugin": "2.3.5", - "updates": "9.3.3", + "updates": "10.2.3", "vue-loader": "15.9.0", "vue-template-compiler": "2.6.11", - "webpack": "4.41.6", + "webpack": "4.42.0", "webpack-cli": "3.3.11", "webpack-fix-style-only-entries": "0.4.0" }, |