Skip to content

Commit

Permalink
add missing deps in scripts-config-storybook-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
smouillour committed Oct 23, 2023
1 parent 1906997 commit 14add4a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 14 additions & 2 deletions pnpm-lock.yaml

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

6 changes: 5 additions & 1 deletion tools/scripts-config-storybook-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
"publishConfig": {
"access": "public"
},
"devDependencies": {},
"devDependencies": {
"@talend/eslint-config": "^12.1.1",
"@talend/eslint-plugin": "^1.0.1",
"@talend/scripts-core": "^15.0.0"
},
"msw": {
"workerDirectory": ".storybook-templates/msw"
}
Expand Down

0 comments on commit 14add4a

Please sign in to comment.