react-slidedown
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "react-slidedown", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Component for animating height during mount/unmount using a CSS transition", | ||
"main": "lib/slidedown.js", | ||
"style": "lib/slidedown.css", | ||
"types": "lib/slidedown.d.ts", | ||
"scripts": { | ||
@@ -24,3 +25,3 @@ "clean": "rimraf '{example,lib,test}/**/*.{js,js.map,d.ts}'", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^8.10.17", | ||
"@types/node": "^10.9.4", | ||
"@types/react": "^16.0.16", | ||
@@ -30,6 +31,6 @@ "@types/react-dom": "^16.0.5", | ||
"chai": "^4.1.2", | ||
"concurrently": "^3.5.1", | ||
"concurrently": "^4.0.1", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"karma": "^2.0.2", | ||
"enzyme-adapter-react-16": "^1.3.1", | ||
"karma": "^3.0.0", | ||
"karma-browserify": "^5.2.0", | ||
@@ -36,0 +37,0 @@ "karma-chrome-launcher": "^2.2.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
49194