diff options
author | silverwind <me@silverwind.io> | 2023-07-21 05:34:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 11:34:10 +0800 |
commit | 2b6f2243366b6640a4a322b33b419445c710cba9 (patch) | |
tree | 44770879fc1800e856c165cdaf0742efd3e931ae /package.json | |
parent | d021c88d297ca030a1207fc6a5adbea4341eb48c (diff) | |
download | gitea-2b6f2243366b6640a4a322b33b419445c710cba9.tar.gz gitea-2b6f2243366b6640a4a322b33b419445c710cba9.zip |
Update JS dependencies (#26025)
- Update all JS dependencies
- Tweak eslint config, disable SequenceExpression aka. [Comma
operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comma_operator),
remove deprecated rule
- Add new stylelint rule
- Tested Monaco and Swagger
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 10956595b6..571de3acf5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@citation-js/plugin-csl": "0.6.8", "@citation-js/plugin-software-formats": "0.6.1", "@claviska/jquery-minicolors": "2.3.6", - "@github/markdown-toolbar-element": "2.1.1", + "@github/markdown-toolbar-element": "2.2.0", "@github/relative-time-element": "4.3.0", "@github/text-expander-element": "2.5.0", "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", @@ -34,11 +34,11 @@ "mini-css-extract-plugin": "2.7.6", "minimatch": "9.0.3", "monaco-editor": "0.40.0", - "monaco-editor-webpack-plugin": "7.0.1", + "monaco-editor-webpack-plugin": "7.1.0", "pdfobject": "2.2.12", "pretty-ms": "8.0.0", "sortablejs": "1.15.0", - "swagger-ui-dist": "5.1.0", + "swagger-ui-dist": "5.1.3", "throttle-debounce": "5.0.0", "tinycolor2": "1.6.0", "tippy.js": "6.3.7", @@ -49,16 +49,16 @@ "vue-bar-graph": "2.0.0", "vue-loader": "17.2.2", "vue3-calendar-heatmap": "2.0.5", - "webpack": "5.88.1", + "webpack": "5.88.2", "webpack-cli": "5.1.4", "wrap-ansi": "8.1.0" }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "3.2.1", - "@playwright/test": "1.35.1", + "@playwright/test": "1.36.1", "@stoplight/spectral-cli": "6.8.0", "@vitejs/plugin-vue": "4.2.3", - "eslint": "8.44.0", + "eslint": "8.45.0", "eslint-plugin-array-func": "3.1.8", "eslint-plugin-custom-elements": "0.0.8", "eslint-plugin-import": "2.27.5", @@ -67,19 +67,19 @@ "eslint-plugin-no-use-extend-native": "0.5.0", "eslint-plugin-regexp": "1.15.0", "eslint-plugin-sonarjs": "0.19.0", - "eslint-plugin-unicorn": "47.0.0", + "eslint-plugin-unicorn": "48.0.0", "eslint-plugin-vue": "9.15.1", "eslint-plugin-wc": "1.5.0", "jsdom": "22.1.0", "markdownlint-cli": "0.35.0", "postcss-html": "1.5.0", - "stylelint": "15.9.0", + "stylelint": "15.10.2", "stylelint-declaration-block-no-ignored-properties": "2.7.0", "stylelint-declaration-strict-value": "1.9.2", - "stylelint-stylistic": "0.4.2", + "stylelint-stylistic": "0.4.3", "svgo": "3.0.2", - "updates": "14.3.2", - "vite-string-plugin": "1.1.0", + "updates": "14.3.4", + "vite-string-plugin": "1.1.1", "vitest": "0.33.0" }, "browserslist": [ |