react-popper-tooltip
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "react-popper-tooltip", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "React tooltip library built around react-popper", | ||
@@ -52,41 +52,41 @@ "homepage": "https://react-popper-tooltip.netlify.app", | ||
"peerDependencies": { | ||
"react": "^16.6.0", | ||
"react-dom": "^16.6.0" | ||
"react": "^16.6.0 || ^17.0.0", | ||
"react-dom": "^16.6.0 || ^17.0.0" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.4", | ||
"@popperjs/core": "^2.4.4", | ||
"react-popper": "^2.2.3" | ||
"@babel/runtime": "^7.12.5", | ||
"@popperjs/core": "^2.5.4", | ||
"react-popper": "^2.2.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.4", | ||
"@babel/core": "^7.10.4", | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/plugin-transform-runtime": "^7.10.4", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/preset-react": "^7.10.4", | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@testing-library/react": "^10.4.5", | ||
"@types/jest": "^26.0.4", | ||
"@types/react": "^16.9.43", | ||
"@types/react-dom": "^16.9.8", | ||
"@typescript-eslint/eslint-plugin": "^3.6.0", | ||
"@typescript-eslint/parser": "^3.6.0", | ||
"@babel/cli": "^7.12.1", | ||
"@babel/core": "^7.12.3", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-transform-runtime": "^7.12.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-react": "^7.12.5", | ||
"@babel/preset-typescript": "^7.12.1", | ||
"@testing-library/react": "^11.1.1", | ||
"@types/jest": "^26.0.15", | ||
"@types/react": "^16.9.55", | ||
"@types/react-dom": "^16.9.9", | ||
"@typescript-eslint/eslint-plugin": "^4.6.1", | ||
"@typescript-eslint/parser": "^4.6.1", | ||
"docz": "^2.3.1", | ||
"eslint": "^7.4.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint": "^7.12.1", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-react": "^7.20.3", | ||
"husky": "^4.2.5", | ||
"jest": "^26.1.0", | ||
"lint-staged": "^10.2.11", | ||
"prettier": "^2.0.5", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"rollup": "^2.21.0", | ||
"eslint-plugin-react": "^7.21.5", | ||
"husky": "^4.3.0", | ||
"jest": "^26.6.3", | ||
"lint-staged": "^10.5.1", | ||
"prettier": "^2.1.2", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"rollup": "^2.33.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-size-snapshot": "^0.12.0", | ||
"typescript": "^3.9.6" | ||
"typescript": "^4.0.5" | ||
} | ||
} |
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
105579
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)
Updated@babel/runtime@^7.12.5
Updated@popperjs/core@^2.5.4
Updatedreact-popper@^2.2.4