diff --git a/addons/storyshots/package.json b/addons/storyshots/package.json index e84060cda80f..a882c91872a0 100644 --- a/addons/storyshots/package.json +++ b/addons/storyshots/package.json @@ -19,7 +19,7 @@ "babel-runtime": "^6.26.0", "glob": "^7.1.2", "global": "^4.3.2", - "jest-specific-snapshot": "^0.2.0", + "jest-specific-snapshot": "^0.3.0", "prop-types": "^15.6.0", "read-pkg-up": "^3.0.0" }, diff --git a/app/angular/package.json b/app/angular/package.json index 642dedb4b695..d17e702d1e74 100644 --- a/app/angular/package.json +++ b/app/angular/package.json @@ -68,7 +68,7 @@ "rxjs": "^5.4.2", "serve-favicon": "^2.4.3", "shelljs": "^0.7.8", - "style-loader": "^0.17.0", + "style-loader": "^0.18.2", "ts-loader": "^2.2.2", "url-loader": "^0.5.8", "util-deprecate": "^1.0.2", diff --git a/examples/angular-cli/package.json b/examples/angular-cli/package.json index 2df994fbc088..3194f55468d0 100644 --- a/examples/angular-cli/package.json +++ b/examples/angular-cli/package.json @@ -28,7 +28,7 @@ "zone.js": "^0.8.14" }, "devDependencies": { - "@angular/cli": "1.3.0", + "@angular/cli": "1.6.2", "@angular/compiler-cli": "^5.0.0-beta.7", "@angular/language-service": "^5.0.0-beta.7", "@storybook/addon-actions": "^3.3.0-rc.0", @@ -36,20 +36,20 @@ "@storybook/addon-notes": "^3.3.0-rc.0", "@storybook/addons": "^3.3.0-rc.0", "@storybook/angular": "^3.3.0-rc.0", - "@types/jasmine": "~2.5.53", + "@types/jasmine": "~2.8.2", "@types/node": "~6.0.60", "codelyzer": "^3.1.2", - "jasmine-core": "~2.6.2", - "jasmine-spec-reporter": "~4.1.0", + "jasmine-core": "~2.8.0", + "jasmine-spec-reporter": "~4.2.1", "karma": "~1.7.0", - "karma-chrome-launcher": "~2.1.1", + "karma-chrome-launcher": "~2.2.0", "karma-cli": "~1.0.1", - "karma-coverage-istanbul-reporter": "^1.2.1", + "karma-coverage-istanbul-reporter": "^1.3.1", "karma-jasmine": "~1.1.0", "karma-jasmine-html-reporter": "^0.2.2", - "protractor": "~5.1.2", - "ts-node": "~3.2.0", - "tslint": "~5.3.2", + "protractor": "~5.2.2", + "ts-node": "~3.3.0", + "tslint": "~5.8.0", "typescript": "^2.4.0" } } diff --git a/examples/cra-kitchen-sink/src/stories/__snapshots__/index.stories.storyshot b/examples/cra-kitchen-sink/src/stories/__snapshots__/index.stories.storyshot index 74f81bb0c5e3..c7c8fa03b861 100644 --- a/examples/cra-kitchen-sink/src/stories/__snapshots__/index.stories.storyshot +++ b/examples/cra-kitchen-sink/src/stories/__snapshots__/index.stories.storyshot @@ -11,9 +11,7 @@ exports[`Storyshots App full app 1`] = ` alt="logo" class="App-logo" src="file-stub" - > - - + />

Welcome to React

@@ -105,9 +103,7 @@ exports[`Storyshots Button addons composition 1`] = ` > <div - - - + @@ -119,9 +115,7 @@ exports[`Storyshots Button addons composition 1`] = ` > - - + />
<InfoButton - - - + @@ -297,9 +289,7 @@ exports[`Storyshots Button with new info 1`] = ` > <Container - - - + @@ -311,9 +301,7 @@ exports[`Storyshots Button with new info 1`] = ` > - - + />
<InfoButton - - - + @@ -434,9 +420,7 @@ exports[`Storyshots Button with new info 1`] = ` - - - + - - + /> - - - + - - + /> - - - + - - + /> - - - + - - + /> @@ -715,9 +685,7 @@ exports[`Storyshots Button with some info 1`] = ` > <Container - - - + @@ -741,9 +709,7 @@ exports[`Storyshots Button with some info 1`] = ` > <InfoButton - - - + @@ -843,9 +809,7 @@ exports[`Storyshots Button with some info 1`] = ` - - - + - - + /> - - - + - - + /> - - - + - - + /> - - - + - - + /> diff --git a/examples/cra-kitchen-sink/src/stories/__snapshots__/welcome.storyshot b/examples/cra-kitchen-sink/src/stories/__snapshots__/welcome.storyshot index 934f005c0933..c16f11c6bb46 100644 --- a/examples/cra-kitchen-sink/src/stories/__snapshots__/welcome.storyshot +++ b/examples/cra-kitchen-sink/src/stories/__snapshots__/welcome.storyshot @@ -20,13 +20,9 @@ exports[`Storyshots Welcome to Storybook 1`] = ` src/stories directory. -
- -
+
A story is a single state of one or more UI components. You can have as many stories as you want. -
- -
+
(Basically a story is like a visual test case.)

@@ -47,13 +43,9 @@ exports[`Storyshots Welcome to Storybook 1`] = `

Just like that, you can add your own components as stories. -
- -
+
You can also edit those components and see changes right away. -
- -
+
(Try editing the

Usually we create stories with smaller UI components in the app. -
- -
+
Have a look at the NOTE: -
- -
+
Have a look at the - - -`; +exports[`Storyshots Addon a11y Default 1`] = `

`; diff --git a/examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot b/examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot index 0e88260a5882..e4239e0cf4e0 100644 --- a/examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot +++ b/examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot @@ -149,9 +149,7 @@ exports[`Storyshots Addon Info.Decorator Use Info as story decorator 1`] = ` - - - + - - + /> - - - + - - + /> - - - + - - + /> - - - + - - + /> @@ -298,12 +282,8 @@ exports[`Storyshots Addon Info.GitHub issues #1814 1`] = `
- - - + /> +