Skip to content

Commit

Permalink
Bump typescript version (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
willwill96 committed Mar 3, 2020
1 parent 22a942b commit 60c7481
Show file tree
Hide file tree
Showing 3 changed files with 993 additions and 182 deletions.
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",
"@types/webpack-env": "1.13.6",
"react": "^15.1.0 || ^16.0.0",
"react-dom": "^15.1.0 || ^16.0.0"
Expand Down

0 comments on commit 60c7481

Please sign in to comment.