Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump typescript version #77

Merged
merged 5 commits into from Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions @storybook/react.tsx
@@ -1,3 +1,4 @@
//@ts-ignore Remove once addon-info or addon-docs is migrated to typescript https://github.com/storybookjs/storybook/issues/5030
import { withInfo } from '@storybook/addon-info'
import { storiesOf as of } from '@storybook/react'
import * as React from 'react'
Expand Down
12 changes: 5 additions & 7 deletions package.json
Expand Up @@ -18,10 +18,10 @@
},
"dependencies": {
"@babel/core": "^7.0.0",
"@storybook/addon-actions": "5.2.3",
"@storybook/addon-info": "5.2.3",
"@storybook/addon-knobs": "5.2.3",
"@storybook/react": "5.2.3",
"@storybook/addon-actions": "5.2.8",
"@storybook/addon-info": "5.2.8",
"@storybook/addon-knobs": "5.2.8",
"@storybook/react": "5.2.8",
"ansi-colors": "3.0.5",
"archiver": "2.1.1",
"babel-core": "6.26.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"stylelint-custom-processor-loader": "0.6.0",
"stylelint-processor-styled-components": "1.3.2",
"ts-loader": "6.0.4",
"typescript": "3.6.2",
"typescript": "3.8.3",
"url-loader": "1.0.1",
"username": "3.0.0",
"vkbeautify": "0.99.3",
Expand All @@ -96,8 +96,6 @@
"worker-loader": "1.1.1"
},
"devDependencies": {
"@types/storybook__addon-info": "^4.1.2",
"@types/storybook__react": "^4.0.2",
Comment on lines -99 to -100
Copy link
Contributor Author

@willwill96 willwill96 Mar 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need these anymore with storybook 5.2.x

"@types/webpack-env": "1.13.6",
"react": "^15.1.0 || ^16.0.0",
"react-dom": "^15.1.0 || ^16.0.0"
Expand Down