react-menu-list
Advanced tools
Comparing version 3.5.0 to 4.0.0
{ | ||
"name": "react-menu-list", | ||
"version": "3.5.0", | ||
"version": "4.0.0", | ||
"description": "React component for menu lists and submenus", | ||
@@ -34,4 +34,4 @@ "main": "js/index.js", | ||
"babel-cli": "^6.18.0", | ||
"babel-eslint": "^7.1.0", | ||
"babel-jest": "^20.0.3", | ||
"babel-eslint": "^8.0.1", | ||
"babel-jest": "^21.2.0", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
@@ -48,11 +48,11 @@ "babel-plugin-transform-runtime": "^6.15.0", | ||
"cross-env": "^5.0.1", | ||
"eslint": "^4.2.0", | ||
"eslint-plugin-flowtype": "^2.29.1", | ||
"eslint-plugin-react": "^7.1.0", | ||
"flow-bin": "^0.53.1", | ||
"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", | ||
"react-test-renderer": "^15.5.4", | ||
"jest": "^21.2.1", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"react-test-renderer": "^16.0.0", | ||
"rimraf": "^2.6.1", | ||
@@ -67,9 +67,9 @@ "watchify": "^3.7.0" | ||
"kefir-stopper": "^2.1.0", | ||
"prop-types": "^15.5.8", | ||
"react-float-anchor": "^1.5.0" | ||
"prop-types": "^15.6.0", | ||
"react-float-anchor": "^2.0.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^15.3.0", | ||
"react-dom": "^15.3.0" | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0" | ||
} | ||
} |
@@ -33,4 +33,4 @@ # react-menu-list | ||
``` | ||
npm install | ||
npm run example-build | ||
yarn | ||
yarn example-build | ||
``` | ||
@@ -43,3 +43,3 @@ | ||
``` | ||
npm run example-watch | ||
yarn example-watch | ||
``` | ||
@@ -252,9 +252,2 @@ | ||
[Flow](https://flowtype.org/) type declarations for this module are included! | ||
As of Flow v0.31, 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 | ||
``` | ||
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
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
200885
251
+ Addedreact@16.14.0(transitive)
+ Addedreact-dom@16.14.0(transitive)
+ Addedreact-float-anchor@2.2.1(transitive)
+ Addedscheduler@0.19.1(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)
- Removedreact-dom@15.7.0(transitive)
- Removedreact-float-anchor@1.5.1(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
Updatedreact-float-anchor@^2.0.1