Fixed maximum call stack exceeded by removing bootstrap 3, datepicker and summernote. Updated jquery. Disabled attachments viewer that opens empty when opening card. Fixes all npm audit errors.

Fixes #4994,
fixes #3614

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-07-08 03:52:42 +03:00
parent c1b3e5367c
commit 140a134a11
7 changed files with 490 additions and 1217 deletions

View file

@ -13,7 +13,6 @@
},
"homepage": "https://wekan.github.io",
"devDependencies": {
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"flatted": "^3.2.2",
@ -21,12 +20,8 @@
"sinon-chai": "^3.7.0"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/runtime": "^7.15.4",
"@mapbox/node-pre-gyp": "^1.0.10",
"@rwap/jquery-ui-touch-punch": "^1.0.11",
"ajv": "^6.12.6",
"babel-runtime": "^6.26.0",
"bcryptjs": "^2.4.3",
"bson": "^4.5.2",
"bunyan": "^1.8.15",
@ -35,12 +30,12 @@
"es6-promise": "^4.2.4",
"escape-string-regexp": "^5.0.0",
"exceljs": "^4.2.1",
"fibers": "^5.0.0",
"fibers": "^5.0.3",
"file-type": "^16.5.4",
"filesize": "^8.0.7",
"i18next": "^21.6.16",
"i18next-sprintf-postprocessor": "^0.2.2",
"jquery": "^2.2.4",
"jquery": "^3.7.0",
"jquery-ui": "^1.13.0",
"jszip": "^3.7.1",
"ldapjs": "^2.3.3",