summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-05-05 05:48:52 +0200
committerGitHub <noreply@github.com>2020-05-05 00:48:52 -0300
commita104864da251dd9a4ccdc3c8b6a558cab04705b5 (patch)
tree09c181192325176954c9810f7600e48736142597 /package.json
parent38cd9ba47b0f9b70e8638f8caf77b3effe50eef4 (diff)
downloadgitea-a104864da251dd9a4ccdc3c8b6a558cab04705b5.tar.gz
gitea-a104864da251dd9a4ccdc3c8b6a558cab04705b5.zip
Update JS dependencies (#11297)
Contains an apparently important bug fix for highlight.js [1], otherwise nothing of interest. [1] https://github.com/highlightjs/highlight.js/releases/tag/10.0.2 Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index 31ba694e2e..b76d9162c4 100644
--- a/package.json
+++ b/package.json
@@ -5,22 +5,22 @@
"node": ">= 10.13.0"
},
"dependencies": {
- "@babel/core": "7.9.0",
- "@babel/plugin-proposal-object-rest-spread": "7.9.5",
- "@babel/plugin-transform-runtime": "7.9.0",
- "@babel/preset-env": "7.9.5",
- "@babel/runtime": "7.9.2",
+ "@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",
"@primer/octicons": "9.6.0",
"babel-loader": "8.1.0",
"clipboard": "2.0.6",
"core-js": "3.6.5",
"css-loader": "3.5.3",
"cssnano": "4.1.10",
- "domino": "2.1.4",
+ "domino": "2.1.5",
"dropzone": "5.7.0",
"fast-glob": "3.2.2",
"fomantic-ui": "2.8.4",
- "highlight.js": "10.0.1",
+ "highlight.js": "10.0.2",
"imports-loader": "0.8.0",
"jquery": "3.5.0",
"jquery-datetimepicker": "2.5.21",
@@ -31,15 +31,15 @@
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.2",
- "svg-sprite-loader": "4.2.7",
+ "svg-sprite-loader": "4.3.0",
"svgo": "1.3.2",
"svgo-loader": "2.2.1",
"swagger-ui": "3.25.1",
- "terser-webpack-plugin": "2.3.6",
+ "terser-webpack-plugin": "3.0.0",
"vue": "2.6.11",
"vue-bar-graph": "1.2.0",
"vue-calendar-heatmap": "0.8.4",
- "vue-loader": "15.9.1",
+ "vue-loader": "15.9.2",
"vue-template-compiler": "2.6.11",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",