Skip to content

Commit 5cb6027

Browse files
valentinpalkovicstorybook-bot
authored andcommitted
Merge pull request #33325 from storybookjs/sidnioulz/issue-32949
Core: Exclude open from pre-bundling to make local xdg-open reachable (cherry picked from commit 6d70bfe)
1 parent 0f078c4 commit 5cb6027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
"@vitest/expect": "3.2.4",
209209
"@vitest/spy": "3.2.4",
210210
"esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0",
211+
"open": "^10.2.0",
211212
"recast": "^0.23.5",
212213
"semver": "^7.6.2",
213214
"use-sync-external-store": "^1.5.0",
@@ -301,7 +302,6 @@
301302
"modern-tar": "^0.5.5",
302303
"nanoid": "^4.0.2",
303304
"npmlog": "^7.0.0",
304-
"open": "^10.2.0",
305305
"p-limit": "^6.2.0",
306306
"package-manager-detector": "^1.1.0",
307307
"picocolors": "^1.1.0",

0 commit comments

Comments
 (0)