Skip to content

Commit

Permalink
Re-generate lockfiles, upgrade mocha to latest (#517)
Browse files Browse the repository at this point in the history
This addresses the security warnings from out-of-date dependencies.

Also update jest to latest in the website, even though it's not currently being
used.
  • Loading branch information
alangpierce authored Mar 23, 2020
1 parent 546d0bb commit 7e8b9b1
Show file tree
Hide file tree
Showing 6 changed files with 2,423 additions and 1,845 deletions.
3 changes: 3 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
require: "sucrase/register",
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-typescript": "^0.14.0",
"mocha": "^6.2.2",
"mocha": "^7.1.1",
"nyc": "^14.1.1",
"prettier": "^1.19.1",
"sucrase": "^3.12.1",
Expand Down
1 change: 0 additions & 1 deletion test/mocha.opts

This file was deleted.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fs-extra": "^8.1.0",
"gzip-js": "^0.3.2",
"html-webpack-plugin": "^4.0.0-beta.5",
"jest": "^24.9.0",
"jest": "^25.1.0",
"monaco-editor": "^0.19.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"object-assign": "^4.1.1",
Expand Down
Loading

0 comments on commit 7e8b9b1

Please # to comment.