Browse Source

Update JS dependencies (#11412)

A bugfix for JS syntax in highlight.js and some misc updates.
for-closed-social
silverwind 4 years ago
committed by GitHub
parent
commit
f7f04e94bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 221 additions and 627 deletions
  1. +215
    -621
      package-lock.json
  2. +6
    -6
      package.json

+ 215
- 621
package-lock.json
File diff suppressed because it is too large
View File


+ 6
- 6
package.json View File

@ -21,12 +21,12 @@
"fast-glob": "3.2.2", "fast-glob": "3.2.2",
"file-loader": "6.0.0", "file-loader": "6.0.0",
"fomantic-ui": "2.8.4", "fomantic-ui": "2.8.4",
"highlight.js": "10.0.2",
"highlight.js": "10.0.3",
"imports-loader": "0.8.0", "imports-loader": "0.8.0",
"jquery": "3.5.0",
"jquery": "3.5.1",
"jquery-datetimepicker": "2.5.21", "jquery-datetimepicker": "2.5.21",
"jquery.are-you-sure": "1.9.0", "jquery.are-you-sure": "1.9.0",
"less-loader": "6.0.0",
"less-loader": "6.1.0",
"mini-css-extract-plugin": "0.9.0", "mini-css-extract-plugin": "0.9.0",
"monaco-editor": "0.20.0", "monaco-editor": "0.20.0",
"monaco-editor-webpack-plugin": "1.9.0", "monaco-editor-webpack-plugin": "1.9.0",
@ -34,10 +34,10 @@
"postcss-loader": "3.0.0", "postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0", "postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.2", "postcss-safe-parser": "4.0.2",
"svg-sprite-loader": "4.3.0",
"svg-sprite-loader": "5.0.0",
"svgo": "1.3.2", "svgo": "1.3.2",
"svgo-loader": "2.2.1", "svgo-loader": "2.2.1",
"swagger-ui": "3.25.1",
"swagger-ui": "3.25.3",
"terser-webpack-plugin": "3.0.1", "terser-webpack-plugin": "3.0.1",
"vue": "2.6.11", "vue": "2.6.11",
"vue-bar-graph": "1.2.0", "vue-bar-graph": "1.2.0",
@ -55,7 +55,7 @@
"eslint-plugin-import": "2.20.2", "eslint-plugin-import": "2.20.2",
"stylelint": "13.3.3", "stylelint": "13.3.3",
"stylelint-config-standard": "20.0.0", "stylelint-config-standard": "20.0.0",
"updates": "10.2.10"
"updates": "10.2.11"
}, },
"browserslist": [ "browserslist": [
"defaults" "defaults"

Loading…
Cancel
Save