diff options
author | silverwind <me@silverwind.io> | 2023-04-03 01:47:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 19:47:14 -0400 |
commit | af4c1784520cddf72408a498be2c60bc98661a35 (patch) | |
tree | ca79af418c4d395ef45d28e8d41696a46cbd4a12 /package.json | |
parent | d5d9c56ac26e2b88db40ce516151c63495bc3e77 (diff) | |
download | gitea-af4c1784520cddf72408a498be2c60bc98661a35.tar.gz gitea-af4c1784520cddf72408a498be2c60bc98661a35.zip |
Update JS deps (#23853)
- Update all JS dependencies
- Regenerate svgs
- Tested heatmap, swagger, citation
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/package.json b/package.json index 640b4fa20f..8ac5c312f6 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "@citation-js/core": "0.6.5", "@citation-js/plugin-bibtex": "0.6.6", "@citation-js/plugin-csl": "0.6.7", - "@citation-js/plugin-software-formats": "0.6.0", + "@citation-js/plugin-software-formats": "0.6.1", "@claviska/jquery-minicolors": "2.3.6", "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", - "@primer/octicons": "18.2.0", + "@primer/octicons": "18.3.0", "@vue/compiler-sfc": "3.2.47", - "@webcomponents/custom-elements": "1.5.1", + "@webcomponents/custom-elements": "1.6.0", "add-asset-webpack-plugin": "2.0.1", "ansi-to-html": "0.7.2", "asciinema-player": "3.2.0", @@ -32,12 +32,12 @@ "katex": "0.16.4", "license-checker-webpack-plugin": "0.2.1", "mermaid": "10.0.2", - "mini-css-extract-plugin": "2.7.4", + "mini-css-extract-plugin": "2.7.5", "monaco-editor": "0.36.1", "monaco-editor-webpack-plugin": "7.0.1", "pretty-ms": "8.0.0", "sortablejs": "1.15.0", - "swagger-ui-dist": "4.18.1", + "swagger-ui-dist": "4.18.2", "throttle-debounce": "5.0.0", "tippy.js": "6.3.7", "tributejs": "5.1.3", @@ -45,31 +45,31 @@ "vue": "3.2.47", "vue-bar-graph": "2.0.0", "vue-loader": "17.0.1", - "vue3-calendar-heatmap": "2.0.2", - "webpack": "5.76.2", + "vue3-calendar-heatmap": "2.0.5", + "webpack": "5.77.0", "webpack-cli": "5.0.1", "workbox-routing": "6.5.4", "workbox-strategies": "6.5.4", "wrap-ansi": "8.1.0" }, "devDependencies": { - "@playwright/test": "1.31.2", + "@playwright/test": "1.32.1", "@rollup/pluginutils": "5.0.2", "@stoplight/spectral-cli": "6.6.0", "@vitejs/plugin-vue": "4.1.0", - "eslint": "8.36.0", + "eslint": "8.37.0", "eslint-plugin-import": "2.27.5", "eslint-plugin-jquery": "1.5.1", - "eslint-plugin-sonarjs": "0.18.0", + "eslint-plugin-sonarjs": "0.19.0", "eslint-plugin-unicorn": "46.0.0", - "eslint-plugin-vue": "9.9.0", + "eslint-plugin-vue": "9.10.0", "jsdom": "21.1.1", "markdownlint-cli": "0.33.0", - "stylelint": "15.3.0", + "stylelint": "15.4.0", "stylelint-declaration-strict-value": "1.9.2", "svgo": "3.0.2", - "updates": "13.2.9", - "vitest": "0.29.3" + "updates": "13.3.0", + "vitest": "0.29.8" }, "browserslist": [ "defaults", |