Skip to content

Commit c252b42

Browse files
authored
Fix dependency for sagemaker (#76)
1 parent c55072b commit c252b42

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

package-lock-overrides/sagemaker.series/package-lock.json

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patches/common/build.diff

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ Index: third-party-src/package.json
3737
"eslint": "^9.11.1",
3838
"eslint-formatter-compact": "^8.40.0",
3939
"eslint-plugin-header": "3.1.1",
40-
@@ -221,9 +220,24 @@
40+
@@ -221,9 +220,20 @@
4141
},
4242
"overrides": {
4343
"node-gyp-build": "4.8.1",
4444
4545
- "node-addon-api": "7.1.0"
46+
- }
4647
+ "@types/node-fetch@^2.5.12": {
4748
+ "form-data": "^3.0.4"
4849
+ },
@@ -54,12 +55,8 @@ Index: third-party-src/package.json
5455
+ "tar-fs": "^3.1.1",
5556
+ "koa": "^3.0.3"
5657
+ },
57-
+
5858
+ "postcss": "^8.4.31",
59-
+
60-
+ "@vscode/vscode-perf@^0.0.19": {
61-
+ "playwright": "^1.55.1"
62-
}
59+
+ "playwright": "^1.55.1"
6360
+
6461
},
6562
"repository": {

0 commit comments

Comments
 (0)