Skip to content

Commit

Permalink
Node: update dependencies
Browse files Browse the repository at this point in the history
- Upgrade electron and typescript to match Desktop.
- Manually upgrade node-gyp and electron-mocha.
- Don't explicitly specify mocha; let electron-mocha choose it.
- Don't explicitly specify @types/node; let electron choose it.
- yarn upgrade
  • Loading branch information
jrose-signal committed Sep 20, 2021
1 parent 0d5d700 commit e41247a
Show file tree
Hide file tree
Showing 4 changed files with 1,549 additions and 1,429 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@
},
"devDependencies": {
"@types/bindings": "^1.3.0",
"@types/chai": "4.2.15",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "5.2.7",
"@types/node": "13.1.8",
"@types/mocha": "^5.2.7",
"@types/node": "*",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"chai": "4.2.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cpy-cli": "^3.0.0",
"electron": "11.2.3",
"electron-mocha": "8.1.1",
"electron": "13.3.0",
"electron-mocha": "^10.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "6.15.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-header": "^3.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-more": "^1.0.0",
"mocha": "7.1.1",
"node-gyp": "^7.1.2",
"prettier": "1.19.1",
"rimraf": "3.0.1",
"mocha": "*",
"node-gyp": "=8.1.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.1",
"source-map-support": "^0.5.19",
"typescript": "3.7.4"
"typescript": "4.4.2"
}
}
4 changes: 2 additions & 2 deletions rust/bridge/node/futures/tests/node-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"benchmark": "^2.1.4",
"chai": "4.2.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"microtime": "^3.0.0",
"mocha": "8.2.1"
"mocha": "^8.4"
}
}
Loading

0 comments on commit e41247a

Please sign in to comment.