Skip to content

Commit 7bf2738

Browse files
fix: frozen-lockfile install
yarn.lock needed more updating after #12202
1 parent c8c2d78 commit 7bf2738

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
7373
run: clojure -A:cljs -P
7474

7575
- name: Fetch yarn deps
76-
# run: yarn install --frozen-lockfile
77-
run: yarn install
76+
run: yarn install --frozen-lockfile
7877

7978
- name: Build test asset
8079
run: clojure -M:test compile test

yarn.lock

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9546,9 +9546,9 @@ statuses@~1.5.0:
95469546
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
95479547
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
95489548

9549-
"stay-liquid@https://github.com/logseq/stay-liquid":
9549+
"stay-liquid@https://github.com/logseq/stay-liquid.git#b2fde7447e2fff96f16b7715c6857d91c992359d":
95509550
version "0.1.0"
9551-
resolved "https://github.com/logseq/stay-liquid#b2fde7447e2fff96f16b7715c6857d91c992359d"
9551+
resolved "https://github.com/logseq/stay-liquid.git#b2fde7447e2fff96f16b7715c6857d91c992359d"
95529552
dependencies:
95539553
"@capacitor/core" "^7.4.4"
95549554

@@ -9613,7 +9613,7 @@ streamx@^2.15.0, streamx@^2.21.0:
96139613
optionalDependencies:
96149614
bare-events "^2.2.0"
96159615

9616-
"string-width-cjs@npm:string-width@^4.2.0":
9616+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
96179617
version "4.2.3"
96189618
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
96199619
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9631,15 +9631,6 @@ string-width@^1.0.1, string-width@^1.0.2:
96319631
is-fullwidth-code-point "^1.0.0"
96329632
strip-ansi "^3.0.0"
96339633

9634-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
9635-
version "4.2.3"
9636-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9637-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9638-
dependencies:
9639-
emoji-regex "^8.0.0"
9640-
is-fullwidth-code-point "^3.0.0"
9641-
strip-ansi "^6.0.1"
9642-
96439634
string-width@^2.0.0, string-width@^2.1.1:
96449635
version "2.1.1"
96459636
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -9713,7 +9704,7 @@ string_decoder@~1.1.1:
97139704
dependencies:
97149705
safe-buffer "~5.1.0"
97159706

9716-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9707+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
97179708
version "6.0.1"
97189709
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
97199710
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9734,13 +9725,6 @@ strip-ansi@^4.0.0:
97349725
dependencies:
97359726
ansi-regex "^3.0.0"
97369727

9737-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9738-
version "6.0.1"
9739-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9740-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9741-
dependencies:
9742-
ansi-regex "^5.0.1"
9743-
97449728
strip-ansi@^7.0.1:
97459729
version "7.1.0"
97469730
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -10978,7 +10962,7 @@ wordwrap@^1.0.0:
1097810962
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1097910963
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1098010964

10981-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
10965+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1098210966
version "7.0.0"
1098310967
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1098410968
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11004,15 +10988,6 @@ wrap-ansi@^6.2.0:
1100410988
string-width "^4.1.0"
1100510989
strip-ansi "^6.0.0"
1100610990

11007-
wrap-ansi@^7.0.0:
11008-
version "7.0.0"
11009-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11010-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11011-
dependencies:
11012-
ansi-styles "^4.0.0"
11013-
string-width "^4.1.0"
11014-
strip-ansi "^6.0.0"
11015-
1101610991
wrap-ansi@^8.1.0:
1101710992
version "8.1.0"
1101810993
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)