Skip to content

Commit

Permalink
Bug 1702858 - Update node modules for latest versions, remove obsolet…
Browse files Browse the repository at this point in the history
…e. r=mossop

@babel/transform-flow-strip-types and eslint-plugin-flowtype are no longer required as devtools removed the uses of them in bug 1690742.

Differential Revision: https://phabricator.services.mozilla.com/D115402
  • Loading branch information
Standard8 committed May 19, 2021
1 parent bcb3b93 commit 5f379eb
Show file tree
Hide file tree
Showing 7 changed files with 1,050 additions and 1,104 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,7 @@ var tests = [
if (my_debug) alert(testname);
panel.getBoundingClientRect();

var gotMouseEvent = false;
function mouseMoved(event)
{
// eslint-disable-next-line no-unused-vars
gotMouseEvent = true;
}

panel.addEventListener("mousemove", mouseMoved, true);
synthesizeMouse(panel, 10, 10, { type: "mousemove" });
panel.removeEventListener("mousemove", mouseMoved, true);

var tree = $("tree");
tree.currentIndex = 0;
Expand Down
1,411 changes: 754 additions & 657 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,27 @@
"repository": {},
"license": "MPL-2.0",
"devDependencies": {
"@babel/core": "7.13.14",
"@babel/eslint-parser": "7.13.14",
"@babel/eslint-plugin": "7.13.0",
"@babel/plugin-proposal-class-static-block": "7.13.11",
"@babel/core": "7.14.3",
"@babel/eslint-parser": "7.14.3",
"@babel/eslint-plugin": "7.13.16",
"@babel/plugin-proposal-class-static-block": "7.14.3",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/plugin-syntax-jsx": "7.12.13",
"@babel/plugin-transform-flow-strip-types": "7.13.0",
"@babel/plugin-transform-react-jsx": "7.13.12",
"eslint": "7.23.0",
"@babel/plugin-transform-react-jsx": "7.14.3",
"eslint": "7.26.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-fetch-options": "0.0.5",
"eslint-plugin-file-header": "0.0.1",
"eslint-plugin-flowtype": "5.4.0",
"eslint-plugin-html": "6.1.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import": "2.23.2",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
"eslint-plugin-no-unsanitized": "3.1.4",
"eslint-plugin-no-unsanitized": "3.1.5",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
"jsdoc": "3.6.6",
"jsdoc": "3.6.7",
"prettier": "1.19.1",
"yarn": "1.22.10"
},
Expand Down
4 changes: 2 additions & 2 deletions tools/lint/eslint/eslint-plugin-mozilla/manifest.tt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"visibility": "public",
"filename": "eslint-plugin-mozilla.tar.gz",
"unpack": true,
"digest": "6e36d6d5807498d06f620a237b3ed6f4cda8176ddf110a1404d3cb6fb42df9702b1ab52a094a17f33fff49479b3f9560a8d60bdcc1ce400870e3c39476b544b1",
"size": 8158640
"digest": "0a3b580acd0358dcacb30bc6d42a885b32b9979cf9e91e71ac9df229126b2d45c3f09fa8bec6ce2f5665d6030adabef3d2330ad7157662d70b278914acd7a8db",
"size": 8132937
}
]
Loading

0 comments on commit 5f379eb

Please sign in to comment.