Skip to content

Commit

Permalink
fix(UI/Storybook): upgrade ncu
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Jun 12, 2017
1 parent 576dfb8 commit 90b2687
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 116 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lerna-changelog": "^0.5.0",
"license-checker": "^11.0.0",
"prettier": "^1.4.4",
"stylelint": "^7.10.1"
"stylelint": "^7.11.0"
},
"stylelint": {
"extends": "./packages/stylelint-config-mcs-lite/index.js"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config-mcs-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
},
"peerDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.13.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-prettier": "^2.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-config-prettier": "^2.1.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jest": "^20.0.3",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-prettier": "^2.0.1",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-prettier": "^2.1.1",
"eslint-plugin-react": "^7.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/mcs-lite-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"react-router-redux": "^4.0.8",
"react-router-scroll": "^0.4.2",
"react-scripts": "^1.0.7",
"react-text-truncate": "^0.10.1",
"react-text-truncate": "^0.10.2",
"react-topbar-progress-indicator": "^1.0.0",
"recompose": "^0.23.5",
"redux": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-mobile-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-router-redux": "^4.0.8",
"react-router-scroll": "^0.4.2",
"react-scripts": "^1.0.7",
"react-text-truncate": "^0.10.1",
"react-text-truncate": "^0.10.2",
"recompose": "^0.23.5",
"redux": "^3.6.0",
"redux-cycles": "^0.4.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/mcs-lite-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
}
},
"devDependencies": {
"@storybook/addon-info": "^3.0.1",
"@storybook/addon-options": "^3.0.1",
"@storybook/addon-storyshots": "^3.0.0",
"@storybook/react": "^3.0.1",
"@storybook/addon-info": "^3.1.3",
"@storybook/addon-options": "^3.1.2",
"@storybook/addon-storyshots": "^3.1.2",
"@storybook/react": "^3.1.3",
"babel-cli": "^6.24.1",
"babel-preset-mcs-lite": "^0.3.3",
"enzyme": "^2.8.2",
Expand Down Expand Up @@ -78,8 +78,8 @@
"react-overlays": "^0.7.0",
"react-svg-morph": "^0.1.10",
"react-syntax-highlighter": "^5.6.2",
"react-text-truncate": "^0.10.1",
"recharts": "^1.0.0-alpha.0",
"react-text-truncate": "^0.10.2",
"recharts": "^1.0.0-alpha.1",
"recompose": "^0.23.5",
"rxjs": "^5.4.0"
},
Expand Down
Loading

0 comments on commit 90b2687

Please sign in to comment.