Skip to content

Commit

Permalink
Update devdependencies and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
norberteder committed Nov 12, 2021
1 parent b072bf7 commit ff39b61
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 49 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"trello"
],
"dependencies": {
"es6-promise": "^3.3.1",
"es6-promise": "^4.2.8",
"object-assign": "~4.1.0",
"restler": "^3.4.0"
},
"devDependencies": {
"mocha": "~2.3.2",
"chai": "3.2.0",
"sinon": "~1.16.1",
"sinon-chai": "~2.8.0",
"mocha": "^9.1.3",
"chai": "^4.3.4",
"sinon": "^12.0.1",
"sinon-chai": "^3.7.0",
"q": "1.5.1"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit ff39b61

Please sign in to comment.