diff options
author | silverwind <me@silverwind.io> | 2023-07-08 12:26:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-08 12:26:35 +0200 |
commit | 429c12fe6220a9f854ee5f3275da7e43ba47f89e (patch) | |
tree | f1d8e1121a4af378b0957562f859af0a6a448152 /package.json | |
parent | cc00fd50f31c819bf575cbf4a48a4bf8bf2a340e (diff) | |
download | gitea-429c12fe6220a9f854ee5f3275da7e43ba47f89e.tar.gz gitea-429c12fe6220a9f854ee5f3275da7e43ba47f89e.zip |
Update JS dependencies, misc tweaks (#25768)
- Update all JS dependencies minus stylelint because of
https://github.com/elirasza/stylelint-stylistic/issues/12
- Misc tweaks to eslint and stylelint configs
- Tested Monaco and Mermaid
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json index aa8c04fb6e..7aefa71c43 100644 --- a/package.json +++ b/package.json @@ -24,16 +24,16 @@ "easymde": "2.18.0", "esbuild-loader": "3.0.1", "escape-goat": "4.0.0", - "fast-glob": "3.2.12", + "fast-glob": "3.3.0", "jquery": "3.7.0", "jquery.are-you-sure": "1.9.0", "katex": "0.16.8", "license-checker-webpack-plugin": "0.2.1", "lightningcss-loader": "2.1.0", - "mermaid": "10.2.3", + "mermaid": "10.2.4", "mini-css-extract-plugin": "2.7.6", - "minimatch": "9.0.2", - "monaco-editor": "0.39.0", + "minimatch": "9.0.3", + "monaco-editor": "0.40.0", "monaco-editor-webpack-plugin": "7.0.1", "pdfobject": "2.2.12", "pretty-ms": "8.0.0", @@ -48,7 +48,7 @@ "vue-bar-graph": "2.0.0", "vue-loader": "17.2.2", "vue3-calendar-heatmap": "2.0.5", - "webpack": "5.88.0", + "webpack": "5.88.1", "webpack-cli": "5.1.4", "wrap-ansi": "8.1.0" }, @@ -57,7 +57,7 @@ "@playwright/test": "1.35.1", "@stoplight/spectral-cli": "6.8.0", "@vitejs/plugin-vue": "4.2.3", - "eslint": "8.43.0", + "eslint": "8.44.0", "eslint-plugin-array-func": "3.1.8", "eslint-plugin-custom-elements": "0.0.8", "eslint-plugin-import": "2.27.5", @@ -77,9 +77,9 @@ "stylelint-declaration-strict-value": "1.9.2", "stylelint-stylistic": "0.4.2", "svgo": "3.0.2", - "updates": "14.2.8", + "updates": "14.3.2", "vite-string-plugin": "1.1.0", - "vitest": "0.32.2" + "vitest": "0.33.0" }, "browserslist": [ "defaults", |