Skip to content

Commit

Permalink
Merge pull request #23221 from storybookjs/fix-23200
Browse files Browse the repository at this point in the history
Dependencies: Pin `file-system-cache` to 2.3.0
  • Loading branch information
shilman committed Jun 27, 2023
2 parents f57e67f + 0f27f9b commit 54142ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/lib/core-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"chalk": "^4.1.0",
"esbuild": "^0.18.0",
"esbuild-register": "^3.4.0",
"file-system-cache": "^2.0.0",
"file-system-cache": "2.3.0",
"find-cache-dir": "^3.0.0",
"find-up": "^5.0.0",
"fs-extra": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@storybook/channels": "7.1.0-alpha.39",
"@types/babel__core": "^7.0.0",
"@types/express": "^4.7.0",
"file-system-cache": "^2.0.0"
"file-system-cache": "2.3.0"
},
"devDependencies": {
"@storybook/csf": "^0.1.0",
Expand Down
6 changes: 3 additions & 3 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6146,7 +6146,7 @@ __metadata:
chalk: ^4.1.0
esbuild: ^0.18.0
esbuild-register: ^3.4.0
file-system-cache: ^2.0.0
file-system-cache: 2.3.0
find-cache-dir: ^3.0.0
find-up: ^5.0.0
fs-extra: ^11.1.0
Expand Down Expand Up @@ -7455,7 +7455,7 @@ __metadata:
"@types/babel__core": ^7.0.0
"@types/express": ^4.7.0
"@types/node": ^16.0.0
file-system-cache: ^2.0.0
file-system-cache: 2.3.0
typescript: ~4.9.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -16002,7 +16002,7 @@ __metadata:
languageName: node
linkType: hard

"file-system-cache@npm:^2.0.0":
"file-system-cache@npm:2.3.0":
version: 2.3.0
resolution: "file-system-cache@npm:2.3.0"
dependencies:
Expand Down

0 comments on commit 54142ad

Please sign in to comment.