mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
* chore: bump chromium in DEPS to 121.0.6116.0
* chore: update patches
* Update webIDL to support close event.
Refs https://chromium-review.googlesource.com/c/chromium/src/+/4970653
* Remove uses of implicit conversion of ScopedTypeRef
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=1495439
* Add GlobalRenderFrameHostToken
Refs https://chromium-review.googlesource.com/c/chromium/src/+/5001743
* [DevTools] Console Insights: move from build flag to Feature API
Refs https://chromium-review.googlesource.com/c/chromium/src/+/5002232
* [Extensions] Use script serialization in scripting API
Refs https://chromium-review.googlesource.com/c/chromium/src/+/4968680
Refs https://chromium-review.googlesource.com/c/chromium/src/+/4998265
* [api] Remove AllCan Read/Write
https://chromium-review.googlesource.com/c/v8/v8/+/5006387
* chore: update libcxx files
* chore: address nan compilation error
* spec: use nan dependency from third_party
It is easier to get fixes for spec modules depending on nan
* ci: publish nan artifact for woa
* fix: bad patch update
* chore: update nan resolution
* Revert "chore: update nan resolution"
This reverts commit 786cdb858c.
---------
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "electron-test-main",
|
|
"productName": "Electron Test Main",
|
|
"main": "index.js",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"node-gyp-install": "node-gyp install"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-ci/echo": "file:./fixtures/native-addon/echo",
|
|
"@electron-ci/is-valid-window": "file:./is-valid-window",
|
|
"@electron-ci/uv-dlopen": "file:./fixtures/native-addon/uv-dlopen/",
|
|
"@marshallofsound/mocha-appveyor-reporter": "^0.4.3",
|
|
"@types/sinon": "^9.0.4",
|
|
"@types/ws": "^7.2.0",
|
|
"basic-auth": "^2.0.1",
|
|
"busboy": "^1.6.0",
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"coffeescript": "^2.4.1",
|
|
"dbus-native": "github:nornagon/dbus-native#master",
|
|
"dirty-chai": "^2.0.1",
|
|
"graceful-fs": "^4.1.15",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^10.0.0",
|
|
"mocha-junit-reporter": "^1.18.0",
|
|
"mocha-multi-reporters": "^1.1.7",
|
|
"pdfjs-dist": "^2.16.105",
|
|
"ps-list": "^7.0.0",
|
|
"q": "^1.5.1",
|
|
"send": "^0.16.2",
|
|
"sinon": "^9.0.1",
|
|
"split": "^1.0.1",
|
|
"temp": "^0.9.0",
|
|
"uuid": "^3.3.3",
|
|
"walkdir": "^0.3.2",
|
|
"winreg": "^1.2.4",
|
|
"ws": "^7.4.6",
|
|
"yargs": "^16.0.3"
|
|
},
|
|
"resolutions": {
|
|
"nan": "file:../../third_party/nan",
|
|
"dbus-native/optimist/minimist": "1.2.7",
|
|
"dbus-native/xml2js": "0.5.0"
|
|
}
|
|
}
|