diff options
author | silverwind <me@silverwind.io> | 2023-05-28 21:47:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 19:47:03 +0000 |
commit | acb13afb79a253062bf4ca77b60c61496a7198e4 (patch) | |
tree | 03682d26980be10bcd6f32be252236e3da4d37ef /package.json | |
parent | a2e5c3c9634793f375850b2d6ff1a5dbc669b98a (diff) | |
download | gitea-acb13afb79a253062bf4ca77b60c61496a7198e4.tar.gz gitea-acb13afb79a253062bf4ca77b60c61496a7198e4.zip |
Update JS dependencies (#24969)
- Update all JS dependencies
- Tested Build, Mermaid and Swagger
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json index 934353ed8a..88400f9c76 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ansi-to-html": "0.7.2", "asciinema-player": "3.4.0", "clippie": "4.0.1", - "css-loader": "6.7.4", + "css-loader": "6.8.1", "dropzone": "6.0.0-beta.2", "easymde": "2.18.0", "esbuild-loader": "3.0.1", @@ -32,14 +32,14 @@ "jquery.are-you-sure": "1.9.0", "katex": "0.16.7", "license-checker-webpack-plugin": "0.2.1", - "mermaid": "10.1.0", + "mermaid": "10.2.0", "mini-css-extract-plugin": "2.7.6", - "minimatch": "9.0.0", + "minimatch": "9.0.1", "monaco-editor": "0.38.0", "monaco-editor-webpack-plugin": "7.0.1", "pretty-ms": "8.0.0", "sortablejs": "1.15.0", - "swagger-ui-dist": "4.18.3", + "swagger-ui-dist": "4.19.0", "throttle-debounce": "5.0.0", "tippy.js": "6.3.7", "tributejs": "5.1.3", @@ -48,19 +48,19 @@ "vue-bar-graph": "2.0.0", "vue-loader": "17.1.1", "vue3-calendar-heatmap": "2.0.5", - "webpack": "5.83.1", + "webpack": "5.84.1", "webpack-cli": "5.1.1", - "workbox-routing": "6.5.4", - "workbox-strategies": "6.5.4", + "workbox-routing": "6.6.0", + "workbox-strategies": "6.6.0", "wrap-ansi": "8.1.0" }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "3.2.1", - "@playwright/test": "1.33.0", + "@playwright/test": "1.34.3", "@rollup/pluginutils": "5.0.2", - "@stoplight/spectral-cli": "6.6.0", + "@stoplight/spectral-cli": "6.8.0", "@vitejs/plugin-vue": "4.2.3", - "eslint": "8.40.0", + "eslint": "8.41.0", "eslint-plugin-array-func": "3.1.8", "eslint-plugin-custom-elements": "0.0.8", "eslint-plugin-import": "2.27.5", @@ -70,15 +70,15 @@ "eslint-plugin-regexp": "1.15.0", "eslint-plugin-sonarjs": "0.19.0", "eslint-plugin-unicorn": "47.0.0", - "eslint-plugin-vue": "9.13.0", + "eslint-plugin-vue": "9.14.1", "eslint-plugin-wc": "1.5.0", - "jsdom": "22.0.0", + "jsdom": "22.1.0", "markdownlint-cli": "0.34.0", "postcss-html": "1.5.0", "stylelint": "15.6.2", "stylelint-declaration-strict-value": "1.9.2", "svgo": "3.0.2", - "updates": "14.1.0", + "updates": "14.1.1", "vitest": "0.31.1" }, "browserslist": [ |