Skip to content

Commit 5414b77

Browse files
authored
feat(node): version 14 support (#5316)
1 parent 6684a3e commit 5414b77

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

npm-shrinkwrap.json

+11-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"qrcode-terminal": "0.12.0",
7777
"request": "2.85.0",
7878
"semver": "5.5.0",
79-
"shelljs": "0.7.6",
79+
"shelljs": "~0.8.4",
8080
"simple-plist": "0.2.1",
8181
"source-map": "0.5.6",
8282
"stringify-package": "1.0.0",
@@ -139,6 +139,6 @@
139139
},
140140
"license": "Apache-2.0",
141141
"engines": {
142-
"node": ">=10.0.0 <14.0.0"
142+
"node": ">=10.0.0 <15.0.0"
143143
}
144144
}

test/ios-project-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function createTestInjector(projectPath: string, projectName: string, xCode?: IX
133133
parseSync() { /* */ }
134134
pbxGroupByName() { /* */ }
135135
removeTargetsByProductType() { /* */ }
136-
writeSync() { /* */ }
136+
writeSync() { return ''; }
137137
}
138138
});
139139
testInjector.register("userSettingsService", {

0 commit comments

Comments
 (0)