diff options
author | silverwind | 2022-10-10 14:02:20 +0200 |
---|---|---|
committer | GitHub | 2022-10-10 20:02:20 +0800 |
commit | 7044d34ae577b54d42ea5dee13faa772036e9a77 (patch) | |
tree | 5c9fe498a97bf62db9acadf6f8827c2b08fe03b9 /package.json | |
parent | a813c9d8f3862fec934ff657fb4e490530167183 (diff) |
Update JS dependencies and eslint config (#21388)
- Update all JS dependencies and playwright image
- Add new eslint rules, enable a few more, fix issues
- Regenerate SVGs
- Tested Vue and Swagger
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/package.json b/package.json index 46842483a..599c77287 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,13 @@ }, "dependencies": { "@claviska/jquery-minicolors": "2.3.6", - "@mcaptcha/vanilla-glue": "0.1.0-alpha-2", - "@primer/octicons": "17.5.0", - "@vue/compiler-sfc": "3.2.37", + "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", + "@primer/octicons": "17.7.0", + "@vue/compiler-sfc": "3.2.40", "add-asset-webpack-plugin": "2.0.1", "css-loader": "6.7.1", "dropzone": "6.0.0-beta.2", - "easymde": "2.17.0", + "easymde": "2.18.0", "esbuild-loader": "2.20.0", "escape-goat": "4.0.0", "fast-glob": "3.2.12", @@ -23,19 +23,19 @@ "jquery.are-you-sure": "1.9.0", "katex": "0.16.2", "less": "4.1.3", - "less-loader": "11.0.0", + "less-loader": "11.1.0", "license-checker-webpack-plugin": "0.2.1", - "mermaid": "9.1.6", + "mermaid": "9.1.7", "mini-css-extract-plugin": "2.6.1", "monaco-editor": "0.34.0", "monaco-editor-webpack-plugin": "7.0.1", "pretty-ms": "8.0.0", "sortablejs": "1.15.0", - "swagger-ui-dist": "4.14.0", + "swagger-ui-dist": "4.14.2", "tippy.js": "6.3.7", "tributejs": "5.1.3", "uint8-to-base64": "0.2.0", - "vue": "3.2.37", + "vue": "3.2.40", "vue-bar-graph": "2.0.0", "vue-loader": "17.0.0", "vue3-calendar-heatmap": "2.0.0", @@ -47,23 +47,23 @@ "wrap-ansi": "8.0.1" }, "devDependencies": { - "@playwright/test": "1.26.1", + "@playwright/test": "1.27.0", "@stoplight/spectral-cli": "6.5.1", - "eslint": "8.23.0", + "eslint": "8.25.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jquery": "1.5.1", "eslint-plugin-sonarjs": "0.15.0", - "eslint-plugin-unicorn": "43.0.2", - "eslint-plugin-vue": "9.4.0", - "jest": "29.0.3", - "jest-environment-jsdom": "29.0.3", + "eslint-plugin-unicorn": "44.0.2", + "eslint-plugin-vue": "9.6.0", + "jest": "29.1.2", + "jest-environment-jsdom": "29.1.2", "jest-extended": "3.1.0", "markdownlint-cli": "0.32.2", "postcss-less": "6.0.0", - "stylelint": "14.11.0", + "stylelint": "14.13.0", "stylelint-config-standard": "28.0.0", "svgo": "2.8.0", - "updates": "13.1.5" + "updates": "13.1.8" }, "browserslist": [ "defaults", |