Skip to content

Commit

Permalink
Merge pull request mongo-express#801 from mathieumg/update-testing-li…
Browse files Browse the repository at this point in the history
…braries

Updated testing-related libraries: Chai, Mocha & Supertest
  • Loading branch information
dozoisch authored Nov 1, 2021
2 parents 876cc59 + 2bf4fb9 commit 48b8e8f
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 110 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"assets-webpack-plugin": "^7.1.1",
"babel-loader": "^8.2.3",
"bootstrap": "^3.3.7",
"chai": "^4.2.0",
"chai": "^4.3.4",
"clean-webpack-plugin": "^4.0.0",
"codemirror": "^5.23.0",
"concurrently": "^5.3.0",
Expand All @@ -69,11 +69,11 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-lodash": "^7.1.0",
"jquery": "^3.5.1",
"mocha": "^8.2.0",
"mocha": "^9.1.3",
"nodemon": "^2.0.0",
"pre-commit": "1.2.2",
"renderjson": "dozoisch/renderjson#cd0ef870c1298d53f09555da54e4bf57a0d21414",
"supertest": "^5.0.0",
"supertest": "^6.1.6",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
},
Expand Down
Loading

0 comments on commit 48b8e8f

Please sign in to comment.