Skip to content

Commit

Permalink
fix(storybook): ie11 fix (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Comont authored Dec 26, 2017
1 parent aac43d1 commit 25ffb36
Show file tree
Hide file tree
Showing 6 changed files with 341 additions and 224 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@kadira/react-storybook-addon-info": "^3.3.0",
"@storybook/addon-info": "^3.2.0",
"@storybook/addon-storyshots": "^3.2.0",
"@storybook/react": "3.1.9",
"@storybook/react": "3.2.18",
"@talend/bootstrap-theme": "^0.136.0",
"@talend/icons": "^0.136.0",
"autoprefixer": "^7.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@kadira/react-storybook-addon-info": "^3.3.0",
"@storybook/react": "3.1.9",
"@storybook/react": "3.2.18",
"@talend/bootstrap-theme": "^0.136.0",
"@talend/icons": "^0.136.0",
"@talend/react-cmf": "^0.136.0",
Expand Down Expand Up @@ -76,7 +76,7 @@
"node-sass": "4.5.3",
"prop-types": "15.5.10",
"react": "^15.6.2",
"react-ace": "5.8.0",
"react-ace": "5.2.0",
"react-addons-css-transition-group": "15.5.2",
"react-addons-test-utils": "15.5.1",
"react-bootstrap": "0.31.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@storybook/addon-info": "^3.2.0",
"@storybook/addon-knobs": "^3.2.0",
"@storybook/addons": "^3.2.0",
"@storybook/react": "3.1.9",
"@storybook/react": "3.2.18",
"@talend/bootstrap-theme": "^0.136.0",
"@talend/icons": "^0.136.0",
"@talend/react-components": "^0.136.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/generator/generators/react-cmf/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"setupTestFrameworkScriptFile": "<rootDir>/test-setup.js"
},
"dependencies": {
"@talend/bootstrap-theme": "0.133.0",
"@talend/icons": "0.133.0",
"@talend/react-cmf": "0.133.0",
"@talend/react-components": "0.133.0",
"@talend/react-containers": "0.133.0",
"@talend/react-forms": "0.133.0",
"@talend/bootstrap-theme": "0.136.0",
"@talend/icons": "0.136.0",
"@talend/react-cmf": "0.136.0",
"@talend/react-components": "0.136.0",
"@talend/react-containers": "0.136.0",
"@talend/react-forms": "0.136.0",
"babel-polyfill": "6.26.0",
"bootstrap-sass": "3.3.7",
"bson-objectid": "1.1.5",
Expand Down
3 changes: 1 addition & 2 deletions version.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const VERSIONS = Object.assign({}, ADDONS, {
// dev deps
'@kadira/react-storybook-addon-info': '^3.3.0',
'@kadira/storybook': '^2.35.0',
'@storybook/react': '3.1.9',
'@storybook/react': '3.2.18',
'@storybook/addon-storyshots': '^3.2.0',
'@storybook/addon-actions': '^3.2.0',
'@storybook/addon-info': '^3.2.0',
Expand Down Expand Up @@ -252,4 +252,3 @@ if (program.path) {
updateFiles(files, Object.assign(VERSIONS));
updateFiles(templates, Object.assign({}, VERSIONS, STACK_VERSION));
}

Loading

0 comments on commit 25ffb36

Please sign in to comment.