diff options
author | puni9869 <80308335+puni9869@users.noreply.github.com> | 2023-08-29 23:59:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-30 02:29:13 +0800 |
commit | 438c7642c79c44576302f9503cf14d39b3414956 (patch) | |
tree | 29b0526089edb3357bff2223d355ac98d0004455 /package.json | |
parent | ad43486cd3ab65b5b023afb5ad5b62aa862d1345 (diff) | |
download | gitea-438c7642c79c44576302f9503cf14d39b3414956.tar.gz gitea-438c7642c79c44576302f9503cf14d39b3414956.zip |
Updating the js libraries to latest version. (#26795)
As title.
<img width="657" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/db8f6c80-78b5-4992-800c-802ee7b9ba6d">
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index fd3c46c868..d3b425df0f 100644 --- a/package.json +++ b/package.json @@ -16,21 +16,21 @@ "@primer/octicons": "19.6.0", "@webcomponents/custom-elements": "1.6.0", "add-asset-webpack-plugin": "2.0.1", - "ansi_up": "6.0.0", + "ansi_up": "6.0.2", "asciinema-player": "3.5.0", "clippie": "4.0.6", "css-loader": "6.8.1", "dropzone": "6.0.0-beta.2", "easymde": "2.18.0", - "esbuild-loader": "4.0.0", + "esbuild-loader": "4.0.2", "escape-goat": "4.0.0", "fast-glob": "3.3.1", - "jquery": "3.7.0", + "jquery": "3.7.1", "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.3.1", + "mermaid": "10.4.0", "mini-css-extract-plugin": "2.7.6", "minimatch": "9.0.3", "monaco-editor": "0.41.0", @@ -57,16 +57,16 @@ "@eslint-community/eslint-plugin-eslint-comments": "4.1.0", "@playwright/test": "1.37.1", "@stoplight/spectral-cli": "6.10.1", - "@vitejs/plugin-vue": "4.3.1", - "eslint": "8.47.0", + "@vitejs/plugin-vue": "4.3.4", + "eslint": "8.48.0", "eslint-plugin-array-func": "3.1.8", "eslint-plugin-custom-elements": "0.0.8", - "eslint-plugin-import": "2.28.0", + "eslint-plugin-import": "2.28.1", "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.20.0", + "eslint-plugin-sonarjs": "0.21.0", "eslint-plugin-unicorn": "48.0.1", "eslint-plugin-vue": "9.17.0", "eslint-plugin-vue-scoped-css": "2.5.0", @@ -79,7 +79,7 @@ "stylelint-declaration-strict-value": "1.9.2", "stylelint-stylistic": "0.4.3", "svgo": "3.0.2", - "updates": "14.3.5", + "updates": "14.4.0", "vite-string-plugin": "1.1.2", "vitest": "0.34.2" }, |