Skip to content

Commit 400a66f

Browse files
committed
Fix cuid2 build error by removing ^ from code-push
1 parent 817d4f6 commit 400a66f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ern-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"bugsnag-sourcemaps": "^1.3.0",
4747
"chalk": "^4.1.1",
4848
"cli-table": "^0.3.6",
49-
"code-push": "^4.0.4",
49+
"code-push": "4.0.5",
5050
"cross-spawn": "^7.0.3",
5151
"form-data": "^4.0.0",
5252
"fs-extra": "^10.0.0",
@@ -78,4 +78,4 @@
7878
"devDependencies": {
7979
"ern-util-dev": "0.53.2"
8080
}
81-
}
81+
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2191,7 +2191,7 @@ code-point-at@^1.0.0:
21912191
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
21922192
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
21932193

2194-
code-push@^4.0.4:
2194+
code-push@4.0.5:
21952195
version "4.0.5"
21962196
resolved "https://registry.yarnpkg.com/code-push/-/code-push-4.0.5.tgz#e4b308ed7b61d19aaddcd046ac92998d18f1481d"
21972197
integrity sha512-YPhPFDySKVFv/ikB2FTNaiiIwU3A1cu5i5WKS3YY9EmmxlUWdt41xr7FLP7RSslA4YaMNIdg6CsKiLiRJLABZQ==

0 commit comments

Comments
 (0)