Skip to content

Commit

Permalink
update-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
denmonzh committed Feb 11, 2019
1 parent fa0aa78 commit 3b9c1d9
Show file tree
Hide file tree
Showing 3 changed files with 3,350 additions and 1,871 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"web"
],
"devDependencies": {
"babel-eslint": "9.0.0",
"eslint": "5.5.0",
"babel-eslint": "10.0.1",
"eslint": "5.13.0",
"eslint-config-airbnb": "17.1.0",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-plugin-flowtype": "2.50.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.11.1",
"flow-bin": "0.80.0",
"eslint-import-resolver-webpack": "0.11.0",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"flow-bin": "0.92.1",
"flow-typed": "2.5.1"
},
"dependencies": {
"ramda": "0.25.0",
"redux": "4.0.0",
"ramda": "0.26.1",
"redux": "4.0.1",
"redux-resource": "3.0.4",
"redux-resource-action-creators": "2.0.1",
"redux-resource-plugins": "3.1.0",
"redux-saga": "0.16.0",
"reselect": "3.0.1"
"redux-saga": "1.0.1",
"reselect": "4.0.0"
}
}
58 changes: 29 additions & 29 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,42 @@
"storybook": "start-storybook -p 9001 -c .storybook"
},
"dependencies": {
"@babel/polyfill": "7.0.0",
"@babel/runtime": "7.0.0",
"antd": "3.9.1",
"@babel/polyfill": "7.2.5",
"@babel/runtime": "7.3.1",
"antd": "3.13.2",
"core": "1.0.0",
"react": "16.4.2",
"react-dom": "16.4.2",
"react-hot-loader": "4.3.6",
"react-redux": "5.0.7",
"react": "16.8.1",
"react-dom": "16.8.1",
"react-hot-loader": "4.6.5",
"react-redux": "6.0.0",
"redux-logger": "3.0.6",
"styled-components": "3.4.5"
"styled-components": "4.1.3"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/plugin-external-helpers": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-do-expressions": "7.0.0",
"@babel/plugin-proposal-export-default-from": "7.0.0",
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
"@babel/plugin-proposal-optional-chaining": "7.0.0",
"@babel/plugin-transform-runtime": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/core": "7.2.2",
"@babel/plugin-external-helpers": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.3.0",
"@babel/plugin-proposal-do-expressions": "7.2.0",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.3.1",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@storybook/react": "4.0.0-alpha.18",
"babel-loader": "8.0.2",
"babel-plugin-import": "1.8.0",
"babel-plugin-styled-components": "1.6.3",
"css-loader": "1.0.0",
"file-loader": "2.0.0",
"@storybook/react": "4.1.11",
"babel-loader": "8.0.5",
"babel-plugin-import": "1.11.0",
"babel-plugin-styled-components": "1.10.0",
"css-loader": "2.1.0",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"less": "3.8.1",
"less": "3.9.0",
"less-loader": "4.1.0",
"style-loader": "0.23.0",
"webpack": "4.17.2",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.7",
"webpack-merge": "4.1.4"
"style-loader": "0.23.1",
"webpack": "4.29.3",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.1.14",
"webpack-merge": "4.2.1"
}
}
Loading

0 comments on commit 3b9c1d9

Please sign in to comment.