mirror of
https://github.com/go-gitea/gitea
synced 2025-12-06 21:08:25 +00:00
Clean up npm dependencies (#35508)
- Remove `minimatch`, was inadvertently re-introduced in https://github.com/go-gitea/gitea/pull/35482 - Remove `postcss-nesting`, originally introduced in https://github.com/go-gitea/gitea/pull/29746 to support some fork, but I'm now of the opinion we should not ship dependencies that we don't use ourselves. - Remove `eslint-plugin-no-jquery`, plugin is currently disabled because of compat issues with eslint 9 (https://github.com/wikimedia/eslint-plugin-no-jquery/issues/311)
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
"katex": "0.16.22",
|
||||
"mermaid": "11.11.0",
|
||||
"mini-css-extract-plugin": "2.9.4",
|
||||
"minimatch": "10.0.3",
|
||||
"monaco-editor": "0.53.0",
|
||||
"monaco-editor-webpack-plugin": "7.1.0",
|
||||
"online-3d-viewer": "0.16.0",
|
||||
@@ -46,7 +45,6 @@
|
||||
"perfect-debounce": "2.0.0",
|
||||
"postcss": "8.5.6",
|
||||
"postcss-loader": "8.2.0",
|
||||
"postcss-nesting": "13.0.2",
|
||||
"sortablejs": "1.15.6",
|
||||
"swagger-ui-dist": "5.29.0",
|
||||
"tailwindcss": "3.4.17",
|
||||
@@ -90,7 +88,6 @@
|
||||
"eslint-plugin-array-func": "5.0.2",
|
||||
"eslint-plugin-github": "6.0.0",
|
||||
"eslint-plugin-import-x": "4.16.1",
|
||||
"eslint-plugin-no-jquery": "3.1.1",
|
||||
"eslint-plugin-no-use-extend-native": "0.7.2",
|
||||
"eslint-plugin-playwright": "2.2.2",
|
||||
"eslint-plugin-regexp": "2.10.0",
|
||||
|
||||
Reference in New Issue
Block a user