diff options
author | silverwind <me@silverwind.io> | 2020-06-11 13:02:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 12:02:24 +0100 |
commit | c99ae4cff470f9f34138aaf802b9bed8cd9ced57 (patch) | |
tree | 0e55e9f2bebec2a22505f15d6a5859e2b1bae2c6 /package.json | |
parent | 4a4977a1f0232bcef474495b8e2e2b4e3ce12c49 (diff) | |
download | gitea-c99ae4cff470f9f34138aaf802b9bed8cd9ced57.tar.gz gitea-c99ae4cff470f9f34138aaf802b9bed8cd9ced57.zip |
Update JS dependencies (#11842)
Result of `make npm-update`, no noteworthy changes.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json index 61df271446..7d82df3713 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "node": ">= 10.13.0" }, "dependencies": { - "@babel/core": "7.9.6", - "@babel/plugin-proposal-object-rest-spread": "7.9.6", - "@babel/plugin-transform-runtime": "7.9.6", - "@babel/preset-env": "7.9.6", - "@babel/runtime": "7.9.6", + "@babel/core": "7.10.2", + "@babel/plugin-proposal-object-rest-spread": "7.10.1", + "@babel/plugin-transform-runtime": "7.10.1", + "@babel/preset-env": "7.10.2", + "@babel/runtime": "7.10.2", "@primer/octicons": "9.6.0", "babel-loader": "8.1.0", "clipboard": "2.0.6", @@ -17,7 +17,7 @@ "css-loader": "3.5.3", "cssnano": "4.1.10", "domino": "2.1.5", - "dropzone": "5.7.0", + "dropzone": "5.7.1", "fast-glob": "3.2.2", "file-loader": "6.0.0", "fomantic-ui": "2.8.5", @@ -35,8 +35,8 @@ "svg-sprite-loader": "5.0.0", "svgo": "1.3.2", "svgo-loader": "2.2.1", - "swagger-ui": "3.25.3", - "terser-webpack-plugin": "3.0.1", + "swagger-ui": "3.26.0", + "terser-webpack-plugin": "3.0.3", "tributejs": "5.1.3", "vue": "2.6.11", "vue-bar-graph": "1.2.0", @@ -45,19 +45,19 @@ "vue-template-compiler": "2.6.11", "webpack": "4.43.0", "webpack-cli": "3.3.11", - "webpack-fix-style-only-entries": "0.4.0", + "webpack-fix-style-only-entries": "0.5.0", "workbox-routing": "5.1.3", "workbox-strategies": "5.1.3", "worker-loader": "2.0.0" }, "devDependencies": { "eslint": "7.2.0", - "eslint-plugin-import": "2.21.1", + "eslint-plugin-import": "2.21.2", "eslint-plugin-sonarjs": "0.5.0", "eslint-plugin-unicorn": "20.1.0", - "stylelint": "13.3.3", + "stylelint": "13.6.0", "stylelint-config-standard": "20.0.0", - "updates": "10.2.11" + "updates": "10.2.13" }, "browserslist": [ "defaults", |