Skip to content

Commit 9235083

Browse files
committed
Force yarn resolutions for superstruct to 2.0.0-0
1 parent c2967a4 commit 9235083

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"pre-push": "yarn lint"
4444
},
4545
"resolutions": {
46-
"tsup@^8.0.2": "patch:tsup@npm%3A8.0.2#./.yarn/patches/tsup-npm-8.0.2-86e40f68a7.patch"
46+
"tsup@^8.0.2": "patch:tsup@npm%3A8.0.2#./.yarn/patches/tsup-npm-8.0.2-86e40f68a7.patch",
47+
"superstruct": "2.0.0-0"
4748
},
4849
"devDependencies": {
4950
"@babel/core": "^7.23.5",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12155,17 +12155,10 @@ __metadata:
1215512155
languageName: node
1215612156
linkType: hard
1215712157

12158-
"superstruct@npm:1.0.3":
12159-
version: 1.0.3
12160-
resolution: "superstruct@npm:1.0.3"
12161-
checksum: 761790bb111e6e21ddd608299c252f3be35df543263a7ebbc004e840d01fcf8046794c274bcb351bdf3eae4600f79d317d085cdbb19ca05803a4361840cc9bb1
12162-
languageName: node
12163-
linkType: hard
12164-
12165-
"superstruct@npm:^1.0.3":
12166-
version: 1.0.4
12167-
resolution: "superstruct@npm:1.0.4"
12168-
checksum: 2e070994cc4998a753c3f0215449d6de01ffb8180e4f46527f559ffbc2ebcc40fcf428f545ccd355921ef2920db7d138a96258ae35c788e6c24b2aa8bb1695cb
12158+
"superstruct@npm:2.0.0-0":
12159+
version: 2.0.0-0
12160+
resolution: "superstruct@npm:2.0.0-0"
12161+
checksum: 277b695514a181ce345d58ff552af2bbb8e2b97921255be2ea71f8ba857e3d1317e0aa4c36b4b86627d3802fc83dd9aca6678651564ed90202367e41f8c8eac8
1216912162
languageName: node
1217012163
linkType: hard
1217112164

0 commit comments

Comments
 (0)