Skip to content

Commit

Permalink
deps: fix clipanion paths
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Mar 8, 2024
1 parent 80ff1a4 commit 38dd76c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .yarn/patches/clipanion-npm-3.2.1-fc9187f56c.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/lib/platform/package.json b/lib/platform/package.json
index 5ea9d43740d1bdb509612376c0e9ce91d20f8b20..08d4f7327dee5e605107a343d73b2254ed08ddb9 100644
--- a/lib/platform/package.json
+++ b/lib/platform/package.json
@@ -1,4 +1,4 @@
{
- "main": "./node",
+ "main": "./node.js",
"browser": "./browser"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@yarnpkg/fslib": "^3.0.0-rc.48",
"@zkochan/cmd-shim": "^6.0.0",
"better-sqlite3": "^9.4.1",
"clipanion": "^3.0.1",
"clipanion": "patch:clipanion@npm%3A3.2.1#~/.yarn/patches/clipanion-npm-3.2.1-fc9187f56c.patch",
"debug": "^4.1.1",
"esbuild": "0.19.5",
"eslint": "^8.0.0",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ __metadata:
languageName: node
linkType: hard

"clipanion@npm:^3.0.1":
"clipanion@npm:3.2.1":
version: 3.2.1
resolution: "clipanion@npm:3.2.1"
dependencies:
Expand All @@ -1361,6 +1361,17 @@ __metadata:
languageName: node
linkType: hard

"clipanion@patch:clipanion@npm%3A3.2.1#~/.yarn/patches/clipanion-npm-3.2.1-fc9187f56c.patch":
version: 3.2.1
resolution: "clipanion@patch:clipanion@npm%3A3.2.1#~/.yarn/patches/clipanion-npm-3.2.1-fc9187f56c.patch::version=3.2.1&hash=cd5507"
dependencies:
typanion: "npm:^3.8.0"
peerDependencies:
typanion: "*"
checksum: 10c0/a833a309638d9d07eaa1e4729653944f06998ce9295bc7db5ddbffc136050e41397c4f04c25a5bdc9305ac540f5c7323b7b113a4d1da134c9c552fb3206355f6
languageName: node
linkType: hard

"cmd-extension@npm:^1.0.2":
version: 1.0.2
resolution: "cmd-extension@npm:1.0.2"
Expand Down Expand Up @@ -1407,7 +1418,7 @@ __metadata:
"@yarnpkg/fslib": "npm:^3.0.0-rc.48"
"@zkochan/cmd-shim": "npm:^6.0.0"
better-sqlite3: "npm:^9.4.1"
clipanion: "npm:^3.0.1"
clipanion: "patch:clipanion@npm%3A3.2.1#~/.yarn/patches/clipanion-npm-3.2.1-fc9187f56c.patch"
debug: "npm:^4.1.1"
esbuild: "npm:0.19.5"
eslint: "npm:^8.0.0"
Expand Down

0 comments on commit 38dd76c

Please sign in to comment.