Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(node): ncu update & update node to 8.8.1 #473

Merged
merged 3 commits into from
Oct 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ references:
docker_default: &docker_default
working_directory: /tmp/app
docker:
- image: node:8.7.0
- image: node:8.8.1
move_to_workspace: &move_to_workspace
run:
name: Move to workspace
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.7.0
8.8.1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "8.7.0"
- "8.8.1"
env:
global:
- YARN_VERSION=1.2.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Requirements

- node >= 8.7.0
- node >= 8.8.1
- npm >= 5.4.2
- yarn >= 1.2.1

Expand Down
196 changes: 102 additions & 94 deletions docs/licenses.csv

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"codecov": "^2.3.1",
"danger": "^2.0.0-alpha.20",
"eslint": "^4.9.0",
"codecov": "^3.0.0",
"danger": "^2.0.0-beta.1",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.51.0",
"lerna": "^2.4.0",
"lerna-changelog": "^0.6.0",
"license-checker": "^14.0.0",
"lerna-changelog": "^0.7.0",
"license-checker": "^15.0.0",
"prettier": "1.4.4",
"stylelint": "^8.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-mcs-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.6.2",
"babel-plugin-recharts": "^1.1.0",
"babel-plugin-styled-components": "^1.2.1",
"babel-preset-env": "^1.6.0",
"babel-plugin-styled-components": "^1.3.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react-app": "^3.0.3",
"babel-preset-stage-0": "^6.24.1"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/mcs-lite-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"prepack": "npm run build"
},
"devDependencies": {
"@cycle/http": "^14.5.0",
"@cycle/http": "^14.8.0",
"@cycle/storage": "^4.1.1",
"@cycle/rxjs-run": "^7.1.0",
"@cycle/rxjs-run": "7.1.0",
"@cycle/time": "^0.8.0",
"browser-locale": "^1.0.3",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.1.2",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-to-json": "^3.1.4",
"history": "^3.2.1",
"jest-styled-components": "^4.7.0",
"jest-styled-components": "^4.9.0",
"mcs-lite-icon": "^0.3.8",
"mcs-lite-theme": "^0.3.7",
"mcs-lite-translation": "^0.1.7",
Expand All @@ -58,24 +58,24 @@
"react-intl-cra": "^0.2.8",
"react-intl-inject-hoc": "^0.2.9",
"react-intl-po": "^2.1.1",
"react-loadable": "^5.2.2",
"react-loadable": "^5.3.1",
"react-motion-ui-pack": "^0.10.3",
"react-overlays": "^0.8.2",
"react-overlays": "^0.8.3",
"react-redux": "^5.0.6",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-router-scroll": "^0.4.3",
"react-scripts": "^1.0.14",
"react-topbar-progress-indicator": "^2.0.0",
"react-virtualized": "^9.11.1",
"react-virtualized": "^9.12.0",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-cycles": "^0.4.1",
"redux-freeze": "^0.1.5",
"redux-mock-store": "^1.3.0",
"rxjs": "^5.4.3",
"styled-components": "^2.2.1",
"rxjs": "^5.5.2",
"styled-components": "^2.2.3",
"uuid": "^3.1.0",
"validator": "^9.0.0"
"validator": "^9.1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports[`should renders <App> correctly with toasts 1`] = `
<styled.div>
children
</styled.div>
<Portal>
<mock-portal>
<styled.div>
<Transition
appear={
Expand Down Expand Up @@ -57,7 +57,7 @@ exports[`should renders <App> correctly with toasts 1`] = `
</Toast>
</Transition>
</styled.div>
</Portal>
</mock-portal>
</styled.div>
`;

Expand Down
4 changes: 4 additions & 0 deletions packages/mcs-lite-admin-web/src/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Enzyme.configure({ adapter: new Adapter() });
// For toast
jest.mock('uuid/v1', () => () => 'mockUuid()');

// Enzyme Portals support issue
// https://github.com/airbnb/enzyme/issues/1150
jest.mock('react-overlays/lib/Portal', () => 'mock-portal');

// For localstorage driver
window.localStorage = {
getItem: () => {},
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"recompose": "^0.26.0",
"websocket": "^1.0.24"
"websocket": "^1.0.25"
},
"babel": {
"presets": [
Expand Down
14 changes: 7 additions & 7 deletions packages/mcs-lite-landing-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"devDependencies": {
"browser-locale": "^1.0.3",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.1.2",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-to-json": "^3.1.4",
"hedron": "^0.7.1",
"history": "^3.2.1",
"jest-styled-components": "^4.7.0",
"jest-styled-components": "^4.9.0",
"mcs-lite-icon": "^0.3.8",
"mcs-lite-theme": "^0.3.7",
"mcs-lite-translation": "^0.1.7",
Expand All @@ -36,7 +36,7 @@
"raf-throttle": "^2.0.3",
"ramda": "^0.25.0",
"rc-scroll-anim": "^2.0.2",
"rc-tween-one": "^1.5.2",
"rc-tween-one": "^1.5.3",
"raf": "^3.4.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
Expand All @@ -45,13 +45,13 @@
"react-intl-cra": "^0.2.8",
"react-intl-inject-hoc": "^0.2.9",
"react-intl-po": "^2.1.1",
"react-loadable": "^5.2.2",
"react-loadable": "^5.3.1",
"react-progressive-bg-image": "^2.1.1",
"react-router": "^3.0.2",
"react-responsive": "^2.0.0",
"react-responsive": "^3.0.0",
"react-scripts": "^1.0.14",
"react-snapshot": "^1.2.0",
"recompose": "^0.26.0",
"styled-components": "^2.2.1"
"styled-components": "^2.2.3"
}
}
18 changes: 9 additions & 9 deletions packages/mcs-lite-mobile-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"prepack": "npm run build"
},
"devDependencies": {
"@cycle/http": "^14.5.0",
"@cycle/rxjs-run": "^7.1.0",
"@cycle/http": "^14.8.0",
"@cycle/rxjs-run": "7.1.0",
"@cycle/time": "^0.8.0",
"browser-locale": "^1.0.3",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.1.2",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-to-json": "^3.1.4",
"history": "^3.2.1",
"jest-styled-components": "^4.7.0",
"jest-styled-components": "^4.9.0",
"mcs-lite-connect": "^0.3.9",
"mcs-lite-icon": "^0.3.8",
"mcs-lite-theme": "^0.3.7",
Expand All @@ -56,9 +56,9 @@
"react-intl-cra": "^0.2.8",
"react-intl-inject-hoc": "^0.2.9",
"react-intl-po": "^2.1.1",
"react-loadable": "^5.2.2",
"react-loadable": "^5.3.1",
"react-motion-ui-pack": "^0.10.3",
"react-overlays": "^0.8.2",
"react-overlays": "^0.8.3",
"react-redux": "^5.0.6",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
Expand All @@ -70,8 +70,8 @@
"redux-cycles": "^0.4.1",
"redux-freeze": "^0.1.5",
"redux-mock-store": "^1.3.0",
"rxjs": "^5.4.3",
"styled-components": "^2.2.1",
"rxjs": "^5.5.2",
"styled-components": "^2.2.3",
"uuid": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/mcs-lite-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lodash.camelcase": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"ramda": "^0.25.0",
"rxjs": "^5.4.3"
"rxjs": "^5.5.2"
},
"devDependencies": {
"babel-cli": "^6.26.0"
Expand Down
26 changes: 13 additions & 13 deletions packages/mcs-lite-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
]
},
"devDependencies": {
"@storybook/addon-info": "^3.2.12",
"@storybook/addon-options": "^3.2.12",
"@storybook/addon-storyshots": "^3.2.12",
"@storybook/react": "^3.2.12",
"@storybook/addon-info": "^3.2.13",
"@storybook/addon-options": "^3.2.13",
"@storybook/addon-storyshots": "^3.2.13",
"@storybook/react": "^3.2.13",
"babel-cli": "^6.26.0",
"babel-preset-mcs-lite": "^0.3.7",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.1.2",
"enzyme-adapter-react-16": "^1.0.2",
"enzyme-to-json": "^3.1.4",
"jest": "^21.2.1",
"jest-styled-components": "^4.7.0",
"jest-styled-components": "^4.9.0",
"mcs-lite-icon": "^0.3.8",
"mcs-lite-scripts": "^0.3.8",
"mcs-lite-theme": "^0.3.7",
Expand All @@ -58,7 +58,7 @@
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"styled-components": "^2.2.1"
"styled-components": "^2.2.3"
},
"dependencies": {
"copy-to-clipboard": "^3.0.8",
Expand All @@ -74,20 +74,20 @@
"react-hammerjs": "^0.5.0",
"react-motion": "^0.5.2",
"react-motion-ui-pack": "^0.10.3",
"react-overlays": "^0.8.2",
"react-overlays": "^0.8.3",
"react-render-to-json": "^0.0.5",
"react-svg-morph": "^0.1.10",
"react-syntax-highlighter": "^5.7.0",
"react-syntax-highlighter": "^5.8.0",
"react-text-truncate": "^0.12.0",
"react-waypoint": "^7.3.1",
"recharts": "^1.0.0-apha.5",
"recharts": "^1.0.0-beta.0",
"recompose": "^0.26.0",
"rxjs": "^5.4.3"
"rxjs": "^5.5.2"
},
"peerDependencies": {
"mcs-lite-icon": "^0.3.8",
"mcs-lite-theme": "^0.3.7",
"react": "^15.0.0 || ^16.0.0",
"styled-components": "^2.2.1"
"styled-components": "^2.2.3"
}
}
Loading