react-smooth-collapse
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "react-smooth-collapse", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "React component for animating showing or hiding an element.", | ||
@@ -8,5 +8,5 @@ "main": "js/index.js", | ||
"prepare": "rimraf js && babel -s inline -d js/ src/ && flow-copy-source -v src js", | ||
"example-build": "NODE_ENV=development browserify -t babelify -do example/bundle.js example/main.js", | ||
"example-watch": "NODE_ENV=development-hmr watchify -v -p browserify-hmr -t babelify -do example/bundle.js example/main.js", | ||
"example-build-prod": "NODE_ENV=production browserify -t babelify -do example/bundle.js example/main.js", | ||
"example-build": "cross-env NODE_ENV=development browserify -t babelify -do example/bundle.js example/main.js", | ||
"example-watch": "cross-env NODE_ENV=development-hmr watchify -v -p browserify-hmr -t babelify -do example/bundle.js example/main.js", | ||
"example-build-prod": "cross-env NODE_ENV=production browserify -t babelify -do example/bundle.js example/main.js", | ||
"test": "npm run lint && npm run flow_check && jest", | ||
@@ -36,4 +36,4 @@ "flow_check": "flow check", | ||
"babel-cli": "^6.5.1", | ||
"babel-eslint": "^7.2.1", | ||
"babel-jest": "^20.0.3", | ||
"babel-eslint": "^8.0.1", | ||
"babel-jest": "^21.2.0", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
@@ -48,12 +48,13 @@ "babel-plugin-transform-runtime": "^6.5.2", | ||
"browserify-hmr": "^0.3.5", | ||
"eslint": "^4.5.0", | ||
"eslint-plugin-flowtype": "^2.30.4", | ||
"eslint-plugin-react": "^7.3.0", | ||
"flow-bin": "^0.53.1", | ||
"cross-env": "^5.0.5", | ||
"eslint": "^4.8.0", | ||
"eslint-plugin-flowtype": "^2.37.0", | ||
"eslint-plugin-react": "^7.4.0", | ||
"flow-bin": "^0.56.0", | ||
"flow-copy-source": "^1.0.1", | ||
"jest": "^20.0.4", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"jest": "^21.2.1", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"rimraf": "^2.6.1", | ||
"sinon": "^3.2.1", | ||
"sinon": "^4.0.1", | ||
"watchify": "^3.9.0" | ||
@@ -65,7 +66,7 @@ }, | ||
"kefir-bus": "^2.2.0", | ||
"prop-types": "^15.5.8" | ||
"prop-types": "^15.6.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^0.14.9 || ^15.3.0" | ||
"react": "^0.14.9 || ^15.3.0 || ^16.0.0" | ||
} | ||
} |
@@ -20,4 +20,4 @@ # react-smooth-collapse | ||
``` | ||
npm install | ||
npm run example-build | ||
yarn | ||
yarn example-build | ||
``` | ||
@@ -30,3 +30,3 @@ | ||
``` | ||
npm run example-watch | ||
yarn example-watch | ||
``` | ||
@@ -76,10 +76,3 @@ | ||
[Flow](http://flowtype.org/) type declarations for this module are included! As | ||
of Flow v0.22, you must add the following entries to your `.flowconfig` file's | ||
options section for them to work: | ||
``` | ||
[options] | ||
esproposal.class_static_fields=enable | ||
esproposal.class_instance_fields=enable | ||
``` | ||
[Flow](https://flowtype.org/) type declarations for this module are included! | ||
If you are using Flow, they won't require any configuration to use. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34013
24
30800
12
76
+ Addedreact@16.14.0(transitive)
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedcreate-react-class@15.7.0(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedpromise@7.3.1(transitive)
- Removedreact@15.7.0(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)
Updatedprop-types@^15.6.0