react-scroll-progress-bar
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "react-scroll-progress-bar", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "A scroll progress bar component for React", | ||
"main": "build/index.js", | ||
"peerDependencies": { | ||
"react": "^16.7.0" | ||
"react": "^16.8.6" | ||
}, | ||
@@ -32,14 +32,14 @@ "scripts": { | ||
"devDependencies": { | ||
"@babel/core": "^7.2.2", | ||
"@babel/preset-env": "^7.3.1", | ||
"@babel/core": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"@babel/preset-react": "^7.0.0", | ||
"babel-loader": "^8.0.5", | ||
"webpack": "^4.2.0", | ||
"webpack-cli": "^3.2.1" | ||
"webpack": "^4.30.0", | ||
"webpack-cli": "^3.3.0" | ||
}, | ||
"dependencies": { | ||
"prop-types": "^15.6.2", | ||
"react": "^16.7.0", | ||
"react-dom": "^16.7.0" | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6" | ||
} | ||
} |
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
8933
Updatedprop-types@^15.7.2
Updatedreact@^16.8.6
Updatedreact-dom@^16.8.6