Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Siekmann committed Mar 27, 2020
1 parent 94cded3 commit e90119f
Show file tree
Hide file tree
Showing 4 changed files with 2,091 additions and 1,898 deletions.
16 changes: 8 additions & 8 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "16.12.0",
"react-dom": "16.12.0",
"react-scripts": "3.4.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"storybook-design-token": "../"
},
"scripts": {
Expand All @@ -26,11 +26,11 @@
"not op_mini all"
],
"devDependencies": {
"@babel/core": "7.8.4",
"@storybook/addon-actions": "5.3.13",
"@storybook/addon-links": "5.3.13",
"@storybook/addons": "5.3.13",
"@babel/core": "7.9.0",
"@storybook/addon-actions": "5.3.17",
"@storybook/addon-links": "5.3.17",
"@storybook/addons": "5.3.17",
"@storybook/preset-create-react-app": "^1.5.2",
"@storybook/react": "5.3.13"
"@storybook/react": "5.3.17"
}
}
Loading

0 comments on commit e90119f

Please sign in to comment.