mirror of
https://github.com/wekan/wekan.git
synced 2026-01-18 15:35:29 +01:00
Updated dependencies.
This commit is contained in:
parent
2b9f555f31
commit
c696c8eed0
5 changed files with 379 additions and 262 deletions
10
package.json
10
package.json
|
|
@ -20,13 +20,13 @@
|
|||
"sinon": "^11.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"@wekanteam/markdown-it-mermaid": "^0.5.2",
|
||||
"ajv": "^6.12.6",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"bson": "^4.4.1",
|
||||
"bson": "^4.5.2",
|
||||
"bunyan": "^1.8.15",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"core-js": "^3.18.2",
|
||||
|
|
@ -49,14 +49,14 @@
|
|||
"meteor-node-stubs": "^1.1.0",
|
||||
"moment": "^2.29.1",
|
||||
"mongodb": "^3.7.3",
|
||||
"nodemailer": "^6.6.3",
|
||||
"os": "^0.1.2",
|
||||
"page": "^1.11.5",
|
||||
"papaparse": "^5.3.1",
|
||||
"qs": "^6.10.1",
|
||||
"simpl-schema": "^1.12.0",
|
||||
"sinon-chai": "^3.7.0",
|
||||
"source-map-support": "^0.5.20",
|
||||
"uuid": "^8.3.2"
|
||||
"source-map-support": "^0.5.20"
|
||||
},
|
||||
"meteor": {
|
||||
"testModule": "tests/main.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue