Skip to content

Commit

Permalink
Fix lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed May 22, 2020
1 parent 0a94707 commit 5f09e59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"storybook": "cross-env STORYBOOK_DISPLAY_WARNING=true DISPLAY_WARNING=true start-storybook -p 9011 -c ./ --no-dll"
},
"dependencies": {
"@storybook/addon-essentials": "6.0.0-beta.8",
"@storybook/react": "6.0.0-beta.8",
"@storybook/addon-essentials": "6.0.0-beta.12",
"@storybook/react": "6.0.0-beta.12",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"prop-types": "15.7.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"vue-property-decorator": "^8.4.1"
},
"devDependencies": {
"@storybook/addon-essentials": "6.0.0-beta.8",
"@storybook/addon-essentials": "6.0.0-beta.12",
"@storybook/preset-scss": "^1.0.2",
"@storybook/source-loader": "6.0.0-beta.8",
"@storybook/vue": "6.0.0-beta.8",
"@storybook/source-loader": "6.0.0-beta.12",
"@storybook/vue": "6.0.0-beta.12",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-typescript": "~4.3.0",
"@vue/cli-service": "~4.3.0",
Expand Down

0 comments on commit 5f09e59

Please sign in to comment.