mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 15:18:49 +01:00
Updated dependencies. Fixed lint.
Thanks to xet7 !
This commit is contained in:
parent
9fa1d846e6
commit
4e1c0fdce8
4 changed files with 16 additions and 18 deletions
|
|
@ -142,5 +142,4 @@ rajit:bootstrap3-datepicker-zh-cn
|
|||
rajit:bootstrap3-datepicker-zh-tw
|
||||
staringatlights:fast-render
|
||||
spacebars
|
||||
jkuester:http
|
||||
georgemccann:meteor-emoji-picker
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@ http@1.4.3
|
|||
id-map@1.1.0
|
||||
idmontie:migrations@1.0.3
|
||||
inter-process-messaging@0.1.1
|
||||
jkuester:http@2.0.1
|
||||
jquery@1.11.11
|
||||
kadira:blaze-layout@2.3.0
|
||||
kadira:dochead@1.5.0
|
||||
|
|
|
|||
|
|
@ -1527,7 +1527,7 @@ Cards.mutations({
|
|||
return this.move(boardId, swimlaneId, listId, sort);
|
||||
},
|
||||
|
||||
move(boardId, swimlaneId, listId, sort=null) {
|
||||
move(boardId, swimlaneId, listId, sort = null) {
|
||||
const mutatedFields = {
|
||||
boardId,
|
||||
swimlaneId,
|
||||
|
|
|
|||
30
package.json
30
package.json
|
|
@ -37,30 +37,30 @@
|
|||
"prettier": "^1.19.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/eslint-parser": "^7.12.13",
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"ajv": "^7.0.4",
|
||||
"@babel/core": "^7.13.13",
|
||||
"@babel/eslint-parser": "^7.13.10",
|
||||
"@babel/runtime": "^7.13.10",
|
||||
"ajv": "^8.0.1",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"bcrypt": "^5.0.0",
|
||||
"bson": "^4.2.2",
|
||||
"bcrypt": "^5.0.1",
|
||||
"bson": "^4.2.3",
|
||||
"bunyan": "^1.8.15",
|
||||
"core-js": "^3.8.3",
|
||||
"es6-promise": "^4.2.4",
|
||||
"exceljs": "^4.2.0",
|
||||
"core-js": "^3.9.1",
|
||||
"es6-promise": "^4.2.8",
|
||||
"exceljs": "^4.2.1",
|
||||
"fibers": "^5.0.0",
|
||||
"flatted": "^3.1.1",
|
||||
"gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
|
||||
"jszip": "^3.5.0",
|
||||
"ldapjs": "^2.2.3",
|
||||
"jszip": "^3.6.0",
|
||||
"ldapjs": "^2.2.4",
|
||||
"markdown-it": "^12.0.4",
|
||||
"markdown-it-emoji": "^2.0.0",
|
||||
"meteor-node-stubs": "^1.0.2",
|
||||
"mongodb": "^3.6.4",
|
||||
"meteor-node-stubs": "^1.0.3",
|
||||
"mongodb": "^3.6.5",
|
||||
"os": "^0.1.1",
|
||||
"page": "^1.11.5",
|
||||
"page": "^1.11.6",
|
||||
"papaparse": "^5.3.0",
|
||||
"qs": "^6.9.6",
|
||||
"qs": "^6.10.1",
|
||||
"xss": "^1.0.8"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue