Skip to content

Commit

Permalink
Merge pull request #20954 from storybookjs/norbert/bump-glob
Browse files Browse the repository at this point in the history
Tech: update glob for storyshots
  • Loading branch information
ndelangen authored Feb 6, 2023
2 parents 0da5c75 + de77b1f commit 876e9af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/addons/storyshots-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@storybook/types": "7.0.0-beta.43",
"@types/glob": "^7.1.3",
"@types/jest-specific-snapshot": "^0.5.6",
"glob": "^7.1.6",
"glob": "^8.1.0",
"jest-specific-snapshot": "^7.0.0",
"preact-render-to-string": "^5.1.19",
"pretty-format": "^29.0.0",
Expand Down
4 changes: 2 additions & 2 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5456,7 +5456,7 @@ __metadata:
enzyme: ^3.11.0
enzyme-adapter-react-16: ^1.15.5
enzyme-to-json: ^3.6.1
glob: ^7.1.6
glob: ^8.1.0
jest-preset-angular: ^12.2.3
jest-specific-snapshot: ^7.0.0
jest-vue-preprocessor: ^1.7.1
Expand Down Expand Up @@ -16210,7 +16210,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^7.0.0, glob@npm:^7.0.3, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.6, glob@npm:^7.2.0":
"glob@npm:^7.0.0, glob@npm:^7.0.3, glob@npm:^7.1.2, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.2.0":
version: 7.2.3
resolution: "glob@npm:7.2.3"
dependencies:
Expand Down

0 comments on commit 876e9af

Please sign in to comment.