Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Sep 7, 2016
1 parent 72f450c commit efb6f35
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,42 +34,43 @@
},
"homepage": "https://github.com/developit/preact-compat",
"devDependencies": {
"babel-core": "^6.13.0",
"babel-eslint": "^6.1.1",
"babel-loader": "^6.2.4",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"diff": "^3.0.0",
"es5-shim": "^4.5.9",
"eslint": "^3.2.2",
"eslint": "^3.4.0",
"gzip-size-cli": "^1.0.0",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"karma-webpack": "^1.8.0",
"mkdirp": "^0.5.1",
"mocha": "^3.0.1",
"npm-run-all": "^3.0.0",
"npm-run-all": "^3.1.0",
"phantomjs-prebuilt": "^2.1.10",
"preact": "^5.6.0",
"preact": "^6.0.1",
"preact-jsx-chai": "^2.0.2",
"pretty-bytes-cli": "^1.0.0",
"rollup": "^0.34.3",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^3.3.1",
"rollup-plugin-buble": "^0.13.0",
"rollup-plugin-commonjs": "^4.1.0",
"rollup-plugin-memory": "^2.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"uglify-js": "^2.7.0",
"webpack": "^1.13.1"
"uglify-js": "^2.7.3",
"webpack": "^1.13.2"
},
"peerDependencies": {
"preact": ">=5"
Expand Down

0 comments on commit efb6f35

Please sign in to comment.