diff options
author | silverwind <me@silverwind.io> | 2023-11-20 01:02:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 01:02:57 +0100 |
commit | 06dcb251f392d77d875dd46b4d810009e22b62cd (patch) | |
tree | f1e95e5b0454be6a7b8de5069b8bfb466c30745f /package.json | |
parent | 2de05f943238f2de7860c299e07360e55c63dcd7 (diff) | |
download | gitea-06dcb251f392d77d875dd46b4d810009e22b62cd.tar.gz gitea-06dcb251f392d77d875dd46b4d810009e22b62cd.zip |
Update JS and PY dependencies (#28120)
- Update all JS and PY dependencies minus `@mcaptcha/vanilla-glue`
- Adapt to eslint rule rename
- Regenerate all SVGs because of [new
optimizations](https://github.com/svg/svgo/releases/tag/v3.0.4) from
svgo.
- Tested mentions, mermaid, vue, api docs
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json index f536894e26..4aee1bb049 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@claviska/jquery-minicolors": "2.3.6", "@github/markdown-toolbar-element": "2.2.1", "@github/relative-time-element": "4.3.0", - "@github/text-expander-element": "2.5.0", + "@github/text-expander-element": "2.6.1", "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", "@primer/octicons": "19.8.0", "@webcomponents/custom-elements": "1.6.0", @@ -24,12 +24,12 @@ "easymde": "2.18.0", "esbuild-loader": "4.0.2", "escape-goat": "4.0.0", - "fast-glob": "3.3.1", + "fast-glob": "3.3.2", "jquery": "3.7.1", "katex": "0.16.9", "license-checker-webpack-plugin": "0.2.1", "lightningcss-loader": "2.1.0", - "mermaid": "10.6.0", + "mermaid": "10.6.1", "mini-css-extract-plugin": "2.7.6", "minimatch": "9.0.3", "monaco-editor": "0.44.0", @@ -37,14 +37,14 @@ "pdfobject": "2.2.12", "pretty-ms": "8.0.0", "sortablejs": "1.15.0", - "swagger-ui-dist": "5.9.1", + "swagger-ui-dist": "5.10.0", "throttle-debounce": "5.0.0", "tinycolor2": "1.6.0", "tippy.js": "6.3.7", "toastify-js": "1.12.0", "tributejs": "5.1.3", "uint8-to-base64": "0.2.0", - "vue": "3.3.7", + "vue": "3.3.8", "vue-bar-graph": "2.0.0", "vue-loader": "17.3.1", "vue3-calendar-heatmap": "2.0.5", @@ -54,11 +54,11 @@ }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "4.1.0", - "@playwright/test": "1.39.0", + "@playwright/test": "1.40.0", "@stoplight/spectral-cli": "6.11.0", - "@stylistic/eslint-plugin-js": "1.0.0", - "@vitejs/plugin-vue": "4.4.0", - "eslint": "8.53.0", + "@stylistic/eslint-plugin-js": "1.4.0", + "@vitejs/plugin-vue": "4.5.0", + "eslint": "8.54.0", "eslint-plugin-array-func": "4.0.0", "eslint-plugin-i": "2.29.0", "eslint-plugin-jquery": "1.5.1", @@ -79,7 +79,7 @@ "stylelint-declaration-block-no-ignored-properties": "2.7.0", "stylelint-declaration-strict-value": "1.9.2", "stylelint-stylistic": "0.4.3", - "svgo": "3.0.2", + "svgo": "3.0.4", "updates": "15.0.4", "vite-string-plugin": "1.1.2", "vitest": "0.34.6" |