Skip to content

Commit

Permalink
Merge pull request #171 from storybookjs/kasper/csf
Browse files Browse the repository at this point in the history
Bump CSF version to remove lodash transitive dep
  • Loading branch information
kasperpeulen authored Oct 21, 2024
2 parents c2914f1 + 2f9bc0d commit ab3ba55
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 69 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"*.{js,css,md}": "prettier --write"
},
"dependencies": {
"@storybook/csf": "^0.0.1",
"@storybook/csf": "^0.1.11",
"@typescript-eslint/utils": "^8.8.1",
"ts-dedent": "^2.2.0"
},
Expand All @@ -67,7 +67,7 @@
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/rule-tester": "^8.8.1",
"auto": "^11.2.1",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-node": "^11.1.0",
Expand Down
139 changes: 72 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab3ba55

Please sign in to comment.