Skip to content

Commit d5b30aa

Browse files
committed
Merge remote-tracking branch 'origin/master' into angular-storyshots
# Conflicts: # package.json # yarn.lock
2 parents f68a410 + f4736ef commit d5b30aa

File tree

12 files changed

+295
-256
lines changed

12 files changed

+295
-256
lines changed

app/angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"babel-runtime": "^6.23.0",
4343
"case-sensitive-paths-webpack-plugin": "^2.0.0",
4444
"chalk": "^2.1.0",
45-
"commander": "^2.11.0",
46-
"common-tags": "^1.7.0",
45+
"commander": "^2.13.0",
46+
"common-tags": "^1.7.2",
4747
"configstore": "^3.1.0",
4848
"core-js": "^2.4.1",
4949
"cross-env": "^5.1.1",
@@ -83,15 +83,15 @@
8383
"webpack": "^2.5.1 || ^3.0.0",
8484
"webpack-dev-middleware": "^1.10.2",
8585
"webpack-hot-middleware": "^2.18.0",
86-
"zone.js": "^0.8.19"
86+
"zone.js": "^0.8.20"
8787
},
8888
"devDependencies": {
8989
"babel-cli": "^6.26.0",
9090
"babel-plugin-transform-decorators": "^6.24.1",
9191
"babel-plugin-transform-decorators-legacy": "^1.3.4",
9292
"codelyzer": "^3.1.2",
9393
"mock-fs": "^4.3.0",
94-
"nodemon": "^1.14.10",
94+
"nodemon": "^1.14.11",
9595
"typescript": "^2.4.0"
9696
},
9797
"peerDependencies": {

app/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"babel-preset-stage-0": "^6.24.1",
4848
"babel-runtime": "^6.26.0",
4949
"case-sensitive-paths-webpack-plugin": "^2.1.1",
50-
"commander": "^2.12.2",
50+
"commander": "^2.13.0",
5151
"css-loader": "^0.28.8",
5252
"express": "^4.16.2",
5353
"file-loader": "^1.1.6",

app/react-native/src/bin/storybook-start.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,10 @@ if (!program.skipPackager) {
7575
);
7676
}
7777

78-
let cliCommand = 'node node_modules/react-native/local-cli/cli.js start';
78+
let cliCommand = 'react-native start';
7979
if (program.haul) {
8080
const platform = program.platform || 'all';
81-
cliCommand = `node node_modules/haul/bin/cli.js start --config ${
82-
program.haul
83-
} --platform ${platform}`;
81+
cliCommand = `haul start --config ${program.haul} --platform ${platform}`;
8482
}
8583
// RN packager
8684
shelljs.exec(

app/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"babel-runtime": "^6.26.0",
4646
"case-sensitive-paths-webpack-plugin": "^2.1.1",
4747
"chalk": "^2.3.0",
48-
"commander": "^2.12.2",
49-
"common-tags": "^1.7.0",
48+
"commander": "^2.13.0",
49+
"common-tags": "^1.7.2",
5050
"configstore": "^3.1.1",
5151
"core-js": "^2.5.3",
5252
"css-loader": "^0.28.8",
@@ -83,7 +83,7 @@
8383
"webpack-hot-middleware": "^2.21.0"
8484
},
8585
"devDependencies": {
86-
"nodemon": "^1.14.10"
86+
"nodemon": "^1.14.11"
8787
},
8888
"peerDependencies": {
8989
"babel-core": "^6.26.0 || ^7.0.0-0",

app/vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"babel-runtime": "^6.26.0",
4444
"case-sensitive-paths-webpack-plugin": "^2.1.1",
4545
"chalk": "^2.3.0",
46-
"commander": "^2.12.2",
47-
"common-tags": "^1.7.0",
46+
"commander": "^2.13.0",
47+
"common-tags": "^1.7.2",
4848
"configstore": "^3.1.1",
4949
"core-js": "^2.5.3",
5050
"css-loader": "^0.28.8",
@@ -81,7 +81,7 @@
8181
"webpack-hot-middleware": "^2.21.0"
8282
},
8383
"devDependencies": {
84-
"nodemon": "^1.14.10",
84+
"nodemon": "^1.14.11",
8585
"vue": "^2.5.13",
8686
"vue-loader": "^13.7.0",
8787
"vue-template-compiler": "^2.5.13"

docs/src/pages/examples/_examples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,9 @@ fyndiq-ui:
139139
description: Fyndiq UI Component library
140140
source: https://github.com/fyndiq/fyndiq-ui
141141
demo: https://fyndiq.github.io/fyndiq-ui/
142+
gumgum:
143+
thumbnail: ./thumbnails/gumgum.png
144+
title: GumGum
145+
description: GumGum (Computer Vision Company) Component library
146+
demo: https://storybook.gumgum.com
147+
site: https://gumgum.com
30.8 KB
Loading

examples/angular-cli/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"@angular/router": "^5.1.3",
2525
"core-js": "^2.4.1",
2626
"rxjs": "^5.4.2",
27-
"zone.js": "^0.8.19"
27+
"zone.js": "^0.8.20"
2828
},
2929
"devDependencies": {
30-
"@angular/cli": "1.6.3",
30+
"@angular/cli": "1.6.4",
3131
"@angular/compiler-cli": "^5.1.3",
3232
"@angular/language-service": "^5.1.3",
3333
"@storybook/addon-actions": "^3.4.0-alpha.1",
@@ -52,3 +52,4 @@
5252
"typescript": "^2.4.0"
5353
}
5454
}
55+

examples/cra-kitchen-sink/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"@storybook/client-logger": "^3.4.0-alpha.1",
3636
"@storybook/components": "^3.4.0-alpha.1",
3737
"@storybook/react": "^3.4.0-alpha.1",
38-
"babel-jest": "^22.0.4",
38+
"babel-jest": "^22.0.6",
3939
"enzyme": "^3.3.0",
4040
"enzyme-adapter-react-16": "^1.1.0",
4141
"enzyme-to-json": "^3.2.2",
42-
"jest": "^22.0.5",
42+
"jest": "^22.0.6",
4343
"react-scripts": "^1.0.17"
4444
},
4545
"private": true

lib/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"babel-runtime": "^6.26.0",
3333
"chalk": "^2.3.0",
3434
"child-process-promise": "^2.2.1",
35-
"commander": "^2.12.2",
35+
"commander": "^2.13.0",
3636
"cross-spawn": "^5.0.1",
3737
"jscodeshift": "^0.4.0",
3838
"json5": "^0.5.1",

0 commit comments

Comments
 (0)