diff options
author | silverwind <me@silverwind.io> | 2023-07-31 01:16:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 01:16:12 +0200 |
commit | 8e644d346082e5240451097f32e2496f6fd6fd1b (patch) | |
tree | c1020b99170842811967293a4479d2bbc2a14521 /package.json | |
parent | 04d7ced063f5892cd9e4f0f42f5ffaa017b608c6 (diff) | |
download | gitea-8e644d346082e5240451097f32e2496f6fd6fd1b.tar.gz gitea-8e644d346082e5240451097f32e2496f6fd6fd1b.zip |
Update js and py dependencies (#26243)
- Update all JS and PY dependencies minus
`eslint-plugin-eslint-comments` (because of
https://github.com/eslint-community/eslint-plugin-eslint-comments/issues/89)
- Regenerate SVGs
- Remove depreacted eslint rule
- Tested mermaid and swagger
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json index 571de3acf5..996771b31a 100644 --- a/package.json +++ b/package.json @@ -13,24 +13,24 @@ "@github/relative-time-element": "4.3.0", "@github/text-expander-element": "2.5.0", "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", - "@primer/octicons": "19.4.0", + "@primer/octicons": "19.5.0", "@webcomponents/custom-elements": "1.6.0", "add-asset-webpack-plugin": "2.0.1", "ansi_up": "5.2.1", "asciinema-player": "3.5.0", - "clippie": "4.0.1", + "clippie": "4.0.6", "css-loader": "6.8.1", "dropzone": "6.0.0-beta.2", "easymde": "2.18.0", "esbuild-loader": "3.0.1", "escape-goat": "4.0.0", - "fast-glob": "3.3.0", + "fast-glob": "3.3.1", "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.4", + "mermaid": "10.3.0", "mini-css-extract-plugin": "2.7.6", "minimatch": "9.0.3", "monaco-editor": "0.40.0", @@ -38,7 +38,7 @@ "pdfobject": "2.2.12", "pretty-ms": "8.0.0", "sortablejs": "1.15.0", - "swagger-ui-dist": "5.1.3", + "swagger-ui-dist": "5.2.0", "throttle-debounce": "5.0.0", "tinycolor2": "1.6.0", "tippy.js": "6.3.7", @@ -55,20 +55,20 @@ }, "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "3.2.1", - "@playwright/test": "1.36.1", - "@stoplight/spectral-cli": "6.8.0", + "@playwright/test": "1.36.2", + "@stoplight/spectral-cli": "6.10.0", "@vitejs/plugin-vue": "4.2.3", - "eslint": "8.45.0", + "eslint": "8.46.0", "eslint-plugin-array-func": "3.1.8", "eslint-plugin-custom-elements": "0.0.8", - "eslint-plugin-import": "2.27.5", + "eslint-plugin-import": "2.28.0", "eslint-plugin-jquery": "1.5.1", "eslint-plugin-no-jquery": "2.7.0", "eslint-plugin-no-use-extend-native": "0.5.0", "eslint-plugin-regexp": "1.15.0", "eslint-plugin-sonarjs": "0.19.0", - "eslint-plugin-unicorn": "48.0.0", - "eslint-plugin-vue": "9.15.1", + "eslint-plugin-unicorn": "48.0.1", + "eslint-plugin-vue": "9.16.0", "eslint-plugin-wc": "1.5.0", "jsdom": "22.1.0", "markdownlint-cli": "0.35.0", @@ -79,7 +79,7 @@ "stylelint-stylistic": "0.4.3", "svgo": "3.0.2", "updates": "14.3.4", - "vite-string-plugin": "1.1.1", + "vite-string-plugin": "1.1.2", "vitest": "0.33.0" }, "browserslist": [ |