mirror of
https://github.com/wekan/wekan.git
synced 2026-01-28 12:16:10 +01:00
Updated dependencies.
This commit is contained in:
parent
c650dd2088
commit
89f4cdb7e5
2 changed files with 238 additions and 233 deletions
25
package.json
25
package.json
|
|
@ -15,21 +15,20 @@
|
|||
"devDependencies": {
|
||||
"babel-plugin-istanbul": "^6.1.1",
|
||||
"chai": "^4.3.4",
|
||||
"flatted": "^3.2.2",
|
||||
"puppeteer": "^10.2.0",
|
||||
"sinon": "^11.1.2"
|
||||
"flatted": "^3.2.4",
|
||||
"puppeteer": "^13.0.0",
|
||||
"sinon": "^12.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/runtime": "^7.15.3",
|
||||
"@wekanteam/markdown-it-mermaid": "^0.5.0",
|
||||
"ajv": "^6.12.6",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"@wekanteam/markdown-it-mermaid": "^0.5.1",
|
||||
"ajv": "^8.8.2",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"bson": "^4.4.1",
|
||||
"bson": "^4.6.0",
|
||||
"bunyan": "^1.8.15",
|
||||
"core-js": "^2.6.12",
|
||||
"dompurify": "^2.3.0",
|
||||
"core-js": "^3.20.0",
|
||||
"dompurify": "^2.3.4",
|
||||
"es6-promise": "^4.2.4",
|
||||
"exceljs": "^4.2.1",
|
||||
"fibers": "^5.0.0",
|
||||
|
|
@ -39,15 +38,15 @@
|
|||
"jquery-ui-touch-punch": "^0.2.3",
|
||||
"jszip": "^3.7.1",
|
||||
"ldapjs": "^2.3.1",
|
||||
"markdown-it": "^12.2.0",
|
||||
"markdown-it": "^12.3.0",
|
||||
"markdown-it-emoji": "^2.0.0",
|
||||
"meteor-node-stubs": "^1.1.0",
|
||||
"mongodb": "^3.6.11",
|
||||
"os": "^0.1.2",
|
||||
"page": "^1.11.5",
|
||||
"page": "^1.11.6",
|
||||
"papaparse": "^5.3.1",
|
||||
"qs": "^6.10.1",
|
||||
"source-map-support": "^0.5.19"
|
||||
"qs": "^6.10.2",
|
||||
"source-map-support": "^0.5.21"
|
||||
},
|
||||
"meteor": {
|
||||
"testModule": "tests/main.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue