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

Update dependencies to enable Greenkeeper 🌴 #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# preact-css-transition-group

[![Greenkeeper badge](https://badges.greenkeeper.io/developit/preact-css-transition-group.svg)](https://greenkeeper.io/)

A preact fork of [css-transition-group](https://github.com/react-component/css-transition-group), which was originally extracted from the React codebase itself. The overwhelming majority of the code was written by the lovely folks of the React team, so kudos to them!

This module may be of use to you if:
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -40,44 +40,44 @@
"license": "MIT",
"devDependencies": {
"babel-core": "^6.6.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-es2015-classes": "^6.6.5",
"babel-plugin-transform-object-rest-spread": "^6.6.4",
"babel-plugin-transform-react-jsx": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-es2015-loose-rollup": "^7.0.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"css-loader": "^0.28.1",
"eslint": "^3.2.0",
"gzip-size-cli": "^1.0.0",
"gzip-size-cli": "^2.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.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"karma-webpack": "^2.0.3",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"npm-run-all": "^2.3.0",
"mocha": "^3.3.0",
"npm-run-all": "^4.0.2",
"phantomjs-prebuilt": "^2.1.5",
"preact": "^6.0.2",
"pretty-bytes-cli": "^1.0.0",
"rollup": "^0.34.1",
"preact": "^8.1.0",
"pretty-bytes-cli": "^2.0.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-commonjs": "^3.3.1",
"rollup-plugin-node-resolve": "^1.5.0",
"sinon": "^1.17.2",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"sinon": "^2.2.0",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.0",
"uglify-js": "^2.6.2",
"webpack": "^1.12.14"
"style-loader": "^0.17.0",
"uglify-js": "^3.0.1",
"webpack": "^2.5.1"
},
"peerDependencies": {
"preact": "*"