Skip to content

Commit

Permalink
feat: install typescript in storybook: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzhastin-Nikita committed Mar 17, 2022
1 parent 67bae5d commit bf7f068
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
34 changes: 28 additions & 6 deletions digitable-storybook/package-lock.json

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

7 changes: 6 additions & 1 deletion digitable-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
"version": "0.1.0",
"private": false,
"dependencies": {
"@storybook/storybook-deployer": "^2.8.10",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@storybook/storybook-deployer": "^2.8.10",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"gh-pages": "^3.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"typescript": "^4.6.2",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down

0 comments on commit bf7f068

Please sign in to comment.