mirror of
https://github.com/wekan/wekan.git
synced 2026-01-31 05:35:16 +01:00
Upgraded to Meteor 2.8.2. This could fix memory leaks. See https://forums.meteor.com/t/meteor-v2-8-memory-leak-in-mongo-driver/59101/23 .
Added Mongo sessions count to Admin Panel / Version at bottom of page, see that it is not growing all the time. Thanks to Meteor developers and xet7 !
This commit is contained in:
parent
bd03669d73
commit
49404203ab
8 changed files with 3588 additions and 2149 deletions
|
|
@ -23,6 +23,7 @@
|
|||
"dependencies": {
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@excalidraw/excalidraw": "^0.13.0",
|
||||
"@mapbox/node-pre-gyp": "^1.0.8",
|
||||
"@wekanteam/markdown-it-mermaid": "^0.6.0",
|
||||
"ajv": "^6.12.6",
|
||||
|
|
@ -58,6 +59,8 @@
|
|||
"papaparse": "^5.3.1",
|
||||
"pretty-ms": "^7.0.1",
|
||||
"qs": "^6.10.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"simpl-schema": "^1.12.0",
|
||||
"source-map-support": "^0.5.20",
|
||||
"uuid": "^8.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue