Skip to content

Commit

Permalink
Updating libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bolis committed May 11, 2016
1 parent 82a1ebf commit 6722292
Showing 1 changed file with 27 additions and 31 deletions.
58 changes: 27 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,63 +31,59 @@
"prepublish": "npm run test && npm run build",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"precommit": "npm run lint",
"start": "node webpack.server.js",
"test": "karma start karma.config.js",
"posttest": "npm run lint"
},
"pre-commit": [
"precommit-check"
],
"peerDependencies": {
"react": "^0.14.0"
"react": "^15.0.2"
},
"devDependencies": {
"babel-cli": "^6.6.0",
"babel-core": "^6.6.0",
"babel-eslint": "^5.0.0",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-plugin-transform-react-display-name": "^6.5.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-polyfill": "^6.6.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-react-display-name": "^6.8.0",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"core-js": "^2.1.3",
"core-js": "^2.4.0",
"css-loader": "^0.23.1",
"eslint": "^2.2.0",
"eslint": "^2.9.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.1.0",
"eslint-plugin-react": "^5.1.1",
"estraverse-fb": "^1.3.1",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.9.0",
"karma": "^0.13.21",
"html-webpack-plugin": "^2.16.1",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.2",
"karma-mocha-reporter": "^1.2.3",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.2.0",
"karma-phantomjs-shim": "^1.4.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"material-ui": "^0.14.4",
"material-ui": "^0.15.0",
"mocha": "^2.4.5",
"open-browser-webpack-plugin": "0.0.2",
"phantomjs-prebuilt": "^2.1.4",
"pre-commit": "^1.1.2",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"phantomjs-prebuilt": "^2.1.7",
"pre-commit": "^1.1.3",
"react": "^15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-dom": "^15.0.2",
"react-hot-loader": "^1.3.0",
"react-tap-event-plugin": "^0.2.2",
"react-testutils-additions": "^0.16.1",
"react-tap-event-plugin": "^1.0.0",
"react-testutils-additions": "^15.1.0",
"rimraf": "^2.5.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
Expand Down

0 comments on commit 6722292

Please sign in to comment.