react-remove-scroll
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "react-remove-scroll", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Disables scroll outside of `children` node.", | ||
@@ -19,3 +19,4 @@ "main": "dist/es5/index.js", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook" | ||
"build-storybook": "build-storybook", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" | ||
}, | ||
@@ -37,2 +38,3 @@ "keywords": [ | ||
"babel-loader": "^8.0.6", | ||
"conventional-changelog-cli": "^2.0.25", | ||
"enzyme": "^3.10.0", | ||
@@ -49,4 +51,10 @@ "enzyme-adapter-react-16": "^1.14.0", | ||
"peerDependencies": { | ||
"@types/react": "^16.8.0", | ||
"react": "^16.8.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
"optional": true | ||
} | ||
}, | ||
"jsnext:main": "dist/es2015/index.js", | ||
@@ -62,6 +70,6 @@ "module": "dist/es2015/index.js", | ||
"dependencies": { | ||
"react-remove-scroll-bar": "^2.0.0", | ||
"react-style-singleton": "^2.0.0", | ||
"react-remove-scroll-bar": "^2.1.0", | ||
"react-style-singleton": "^2.1.0", | ||
"tslib": "^1.0.0", | ||
"use-callback-ref": "^1.2.1", | ||
"use-callback-ref": "^1.2.3", | ||
"use-sidecar": "^1.0.1" | ||
@@ -68,0 +76,0 @@ }, |
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
49574
47
7
16
+ Added@types/prop-types@15.7.13(transitive)
+ Added@types/react@16.14.62(transitive)
+ Added@types/scheduler@0.16.8(transitive)
+ Addedcsstype@3.1.3(transitive)
Updatedreact-style-singleton@^2.1.0
Updateduse-callback-ref@^1.2.3