electron-dependencies 0.5.381 → 0.5.383
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.json +6 -0
- package/package.json +2 -2
package/index.json
CHANGED
|
@@ -107460,6 +107460,12 @@
|
|
|
107460
107460
|
"deps": {},
|
|
107461
107461
|
"versionFile": "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+/640f254ad0fa03f6b1f29f89b7dd9366f2f6e533/README.chromium"
|
|
107462
107462
|
},
|
|
107463
|
+
"skia": {
|
|
107464
|
+
"url": "https://skia.googlesource.com/skia.git/+/b6d106297ff9ef2ff8094033695d045e87775581",
|
|
107465
|
+
"version": "152",
|
|
107466
|
+
"deps": {},
|
|
107467
|
+
"versionFile": "https://skia.googlesource.com/skia.git/+/b6d106297ff9ef2ff8094033695d045e87775581/include/core/SkMilestone.h"
|
|
107468
|
+
},
|
|
107463
107469
|
"libxml2": {
|
|
107464
107470
|
"url": "https://chromium.googlesource.com/chromium/src.git/+/refs/tags/152.0.7977.54/third_party/libxml/README.chromium",
|
|
107465
107471
|
"version": "962bd10d01151d29190567e2d15ccf641be55063",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electron-dependencies",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.383",
|
|
4
4
|
"description": "Programmatically determines as many dependency versions as possible from Electron",
|
|
5
5
|
"main": "index.json",
|
|
6
6
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"jest": "^29.2.2",
|
|
26
26
|
"js-yaml": "^4.1.0",
|
|
27
27
|
"minimist": "^1.2.5",
|
|
28
|
-
"process-versions": "^0.3.
|
|
28
|
+
"process-versions": "^0.3.116",
|
|
29
29
|
"semver": "^7.6.3",
|
|
30
30
|
"ts-jest": "^29.0.3",
|
|
31
31
|
"typescript": "^4.8.4"
|