Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Jan 14, 2016
1 parent d34f716 commit 64971d8
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,54 +21,54 @@
},
"main": "dist-modules",
"dependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react": "^0.14.6",
"react-dom": "^0.14.6"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-register": "^6.3.13",
"chai": "^3.3.0",
"clean-webpack-plugin": "^0.1.3",
"css-loader": "^0.23.0",
"eslint": "^1.6.0",
"eslint-loader": "^1.1.0",
"eslint-plugin-react": "^3.5.1",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"babel-register": "^6.4.3",
"chai": "^3.4.1",
"clean-webpack-plugin": "^0.1.6",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"eslint-plugin-react": "^3.15.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gh-pages": "^0.8.0",
"git-prepush-hook": "^1.0.1",
"highlight.js": "^9.0.0",
"html-webpack-plugin": "^1.6.2",
"highlight.js": "^9.1.0",
"html-webpack-plugin": "^1.7.0",
"isparta-instrumenter-loader": "^1.0.0",
"json-loader": "^0.5.3",
"karma": "^0.13.10",
"json-loader": "^0.5.4",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.2",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.23",
"karma-webpack": "^1.7.0",
"markdown-to-react-components": "bebraw/markdown-to-react-components#highlight",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"phantomjs-polyfill": "0.0.1",
"purecss": "^0.6.0",
"react-addons-test-utils": "^0.14.0",
"react-addons-test-utils": "^0.14.6",
"react-ghfork": "^0.3.2",
"style-loader": "^0.13.0",
"sync-exec": "^0.6.2",
"system-bell-webpack-plugin": "^1.0.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"webpack-merge": "^0.5.1"
"url-loader": "^0.5.7",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.7.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 64971d8

Please sign in to comment.