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

[Depsy] Upgrade dependencies #25

Closed
wants to merge 25 commits into from
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8c6752e
Upgrade dependency react to 0.14.0
Oct 8, 2015
17ad3ee
Upgrade dependency react-dom to 0.14.0
Oct 8, 2015
b80f274
Upgrade dependency postcss-nested to 1.0.0
Oct 8, 2015
3227da1
Upgrade dependency stylus-loader to 1.3.1
Oct 8, 2015
033d771
Upgrade dependency react-hot-loader to 2.0.0-alpha-4
Oct 8, 2015
b20dfac
Upgrade dependency react-addons-css-transition-group to 0.14.0
Oct 8, 2015
635a863
Upgrade dependency redux-react-router to 1.0.0-beta3
Oct 8, 2015
c0571ee
Upgrade dependency react-router to 1.0.0-rc2
Oct 8, 2015
8aa9852
Upgrade dependency history to 1.12.3
Oct 8, 2015
e8c66a1
Upgrade dependency redux-logger to 2.0.3
Oct 8, 2015
4e0a8e1
Upgrade dependency redux to 3.0.2
Oct 8, 2015
ff98fad
Upgrade dependency style-loader to 0.12.4
Oct 8, 2015
bbf5440
Upgrade dependency css-loader to 0.19.0
Oct 8, 2015
c021f05
Upgrade dependency redux-thunk to 1.0.0
Oct 8, 2015
74bc883
Upgrade dependency stylus to 0.52.4
Oct 8, 2015
f94ea9a
Upgrade dependency react-redux to 3.1.0
Oct 8, 2015
d91e96e
Upgrade dependency classnames to 2.1.5
Oct 8, 2015
6ecd333
Upgrade dependency superagent to 1.4.0
Oct 8, 2015
a3468d5
Upgrade dependency babel-core to 5.8.25
Oct 8, 2015
bcb56c6
Upgrade dependency webpack-dev-server to 1.12.0
Oct 8, 2015
70fbcbb
Upgrade dependency eslint-plugin-react to 3.5.1
Oct 8, 2015
f3ec3c0
Upgrade dependency webpack to 1.12.2
Oct 8, 2015
291b05e
Upgrade dependency eslint to 1.6.0
Oct 8, 2015
75b1bb9
Upgrade dependency eslint-config-airbnb to 0.1.0
Oct 8, 2015
c2c24cf
Upgrade dependency babel-eslint to 4.1.3
Oct 8, 2015
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
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,43 @@
"dependencies": {
"animate.css": "3.4.0",
"camelize": "1.0.0",
"classnames": "2.1.3",
"css-loader": "0.16.0",
"classnames": "2.1.5",
"css-loader": "0.19.0",
"cssnext-loader": "1.0.1",
"file-loader": "0.8.4",
"jwt-decode": "1.4.0",
"lodash": "3.10.1",
"moment": "2.10.6",
"nib": "1.1.0",
"normalize.css": "3.0.3",
"postcss-nested": "0.3.1",
"react": "0.14.0-rc1",
"react-addons-css-transition-group": "0.14.0-rc1",
"react-dom": "0.14.0-rc1",
"react-hot-loader": "2.0.0-alpha-2",
"react-redux": "2.1.2",
"react-router": "1.0.0-rc1",
"redux": "3.0.0",
"redux-logger": "1.0.6",
"redux-react-router": "1.0.0-beta1",
"redux-thunk": "0.1.0",
"style-loader": "0.12.3",
"stylus": "0.52.0",
"stylus-loader": "1.2.1",
"superagent": "1.3.0",
"postcss-nested": "1.0.0",
"react": "0.14.0",
"react-addons-css-transition-group": "0.14.0",
"react-dom": "0.14.0",
"react-hot-loader": "2.0.0-alpha-4",
"react-redux": "3.1.0",
"react-router": "1.0.0-rc2",
"redux": "3.0.2",
"redux-logger": "2.0.3",
"redux-react-router": "1.0.0-beta3",
"redux-thunk": "1.0.0",
"style-loader": "0.12.4",
"stylus": "0.52.4",
"stylus-loader": "1.3.1",
"superagent": "1.4.0",
"url-loader": "0.5.6",
"history": "1.9.1"
"history": "1.12.3"
},
"devDependencies": {
"babel": "5.8.23",
"babel-core": "5.8.22",
"babel-core": "5.8.25",
"babel-loader": "5.3.2",
"babel-eslint": "4.1.1",
"eslint": "1.3.1",
"eslint-config-airbnb": "0.0.8",
"babel-eslint": "4.1.3",
"eslint": "1.6.0",
"eslint-config-airbnb": "0.1.0",
"eslint-config-webkom": "*",
"eslint-plugin-react": "3.3.1",
"webpack": "1.12.0",
"webpack-dev-server": "1.10.1"
"eslint-plugin-react": "3.5.1",
"webpack": "1.12.2",
"webpack-dev-server": "1.12.0"
}
}