Skip to content

Commit

Permalink
Update CLI snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Feb 25, 2018
1 parent def1e04 commit c3add48
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
3 changes: 1 addition & 2 deletions lib/cli/test/snapshots/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@storybook/addon-notes": "^3.4.0-alpha.9",
"@storybook/addon-actions": "^3.4.0-alpha.9",
"@storybook/addon-links": "^3.4.0-alpha.9",
"@storybook/addons": "^3.4.0-alpha.9",
"babel-core": "^6.26.0"
"@storybook/addons": "^3.4.0-alpha.9"
}
}
4 changes: 3 additions & 1 deletion lib/cli/test/snapshots/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"@polymer/polymer": "^2.2.0"
},
"devDependencies": {
"@storybook/polymer": "^3.4.0-alpha.9"
"@storybook/polymer": "^3.4.0-alpha.9",
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0"
}
}
3 changes: 2 additions & 1 deletion lib/cli/test/snapshots/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@storybook/addon-actions": "^3.4.0-alpha.9",
"@storybook/addon-links": "^3.4.0-alpha.9",
"@storybook/addons": "^3.4.0-alpha.9",
"babel-core": "^6.26.0"
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0"
}
}
1 change: 1 addition & 0 deletions lib/cli/test/snapshots/react_native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@storybook/addon-links": "^3.4.0-alpha.9",
"@storybook/addons": "^3.4.0-alpha.9",
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0",
"react-dom": "16.0.0-alpha.12",
"prop-types": "^15.6.0"
},
Expand Down
1 change: 1 addition & 0 deletions lib/cli/test/snapshots/react_native_scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@storybook/addon-links": "^3.4.0-alpha.9",
"@storybook/addons": "^3.4.0-alpha.9",
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0",
"react-dom": "16.0.0-alpha.12",
"prop-types": "^15.6.0"
},
Expand Down
3 changes: 2 additions & 1 deletion lib/cli/test/snapshots/react_project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"@storybook/addon-actions": "^3.4.0-alpha.9",
"@storybook/addon-links": "^3.4.0-alpha.9",
"@storybook/addons": "^3.4.0-alpha.9",
"babel-core": "^6.26.0"
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0"
},
"peerDependencies": {
"react": "*",
Expand Down
3 changes: 2 additions & 1 deletion lib/cli/test/snapshots/react_scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@storybook/addon-actions": "^3.4.0-alpha.9",
"@storybook/addon-links": "^3.4.0-alpha.9",
"@storybook/addons": "^3.4.0-alpha.9",
"babel-core": "^6.26.0"
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"devDependencies": {
"@storybook/react": "^3.4.0-alpha.9",
"@storybook/addons": "^3.4.0-alpha.9",
"babel-core": "^6.26.0"
"babel-core": "^6.26.0",
"babel-runtime": "^6.26.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
3 changes: 2 additions & 1 deletion lib/cli/test/snapshots/webpack_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@storybook/react": "^3.4.0-alpha.9",
"@storybook/addon-actions": "^3.4.0-alpha.9",
"@storybook/addon-links": "^3.4.0-alpha.9",
"@storybook/addons": "^3.4.0-alpha.9"
"@storybook/addons": "^3.4.0-alpha.9",
"babel-runtime": "^6.26.0"
}
}

0 comments on commit c3add48

Please sign in to comment.