Skip to content

Commit

Permalink
Merge pull request #29008 from storybookjs/norbert/ensure-util-availa…
Browse files Browse the repository at this point in the history
…ble-for-aliassing

Core: Move `util` to regular dependency
  • Loading branch information
JReinhold authored Aug 30, 2024
2 parents 373ccbd + db3b97b commit 504bb6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"process": "^0.11.10",
"recast": "^0.23.5",
"semver": "^7.6.2",
"util": "^0.12.5",
"ws": "^8.2.3"
},
"devDependencies": {
Expand Down Expand Up @@ -418,7 +419,6 @@
"typescript": "^5.3.2",
"unique-string": "^3.0.0",
"use-resize-observer": "^9.1.0",
"util": "^0.12.4",
"watchpack": "^2.2.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6034,7 +6034,7 @@ __metadata:
typescript: "npm:^5.3.2"
unique-string: "npm:^3.0.0"
use-resize-observer: "npm:^9.1.0"
util: "npm:^0.12.4"
util: "npm:^0.12.5"
watchpack: "npm:^2.2.0"
ws: "npm:^8.2.3"
languageName: unknown
Expand Down

0 comments on commit 504bb6a

Please sign in to comment.