Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
knoopx committed Mar 22, 2017
1 parent 985da81 commit 109236e
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,63 +12,63 @@
},
"dependencies": {},
"devDependencies": {
"async": "^2.1.4",
"autoprefixer": "^6.6.1",
"async": "^2.1.5",
"autoprefixer": "^6.7.7",
"axios": "^0.15.3",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.0",
"babel-loader": "^6.4.1",
"babel-plugin-closure-elimination": "^1.1.14",
"babel-plugin-fast-async": "^6.1.2",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-syntax-trailing-function-commas": "^6.20.0",
"babel-plugin-transform-class-constructor-call": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators": "^6.13.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-class-constructor-call": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-react-constant-elements": "^6.9.1",
"babel-plugin-transform-react-inline-elements": "^6.8.0",
"babel-preset-react": "^6.16.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-preset-react": "^6.23.0",
"classnames": "^2.2.5",
"color-js": "^1.0.3",
"color-js": "^1.0.4",
"core-decorators": "^0.15.0",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"electron": "^1.4.14",
"electron-packager": "^8.5.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-import-resolver-webpack": "^0.8.0",
"eslint-plugin-flowtype": "^2.29.2",
"cross-env": "^3.2.4",
"css-loader": "^0.27.3",
"electron": "^1.6.2",
"electron-packager": "^8.6.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-lodash": "^2.2.5",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"html-webpack-plugin": "^2.26.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-lodash": "^2.3.6",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"mobx": "^3.0.0",
"mobx-react": "^4.1.0",
"mobx": "^3.1.7",
"mobx-react": "^4.1.3",
"mobx-react-devtools": "^4.2.11",
"mousetrap": "^1.6.0",
"normalize.css": "^5.0.0",
"postcss-loader": "^1.2.2",
"postcss-smart-import": "^0.6.7",
"postcss-loader": "^1.3.3",
"postcss-smart-import": "^0.6.10",
"precss": "^1.4.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-icons": "^2.2.3",
"react-motion": "^0.4.7",
"react-responsive": "^1.2.5",
"react-responsive": "^1.2.7",
"relative-date": "^1.1.3",
"style-loader": "^0.13.1",
"style-loader": "^0.16.0",
"thenby": "^1.2.3",
"uuid": "^3.0.1",
"webpack": "^2.2.0-rc.2",
"webpack-dev-server": "^2.2.0-rc.0"
"webpack": "^2.3.1",
"webpack-dev-server": "^2.4.2"
}
}

0 comments on commit 109236e

Please sign in to comment.