Comparing version 2.0.9 to 2.0.10
{ | ||
"name": "flagged", | ||
"description": "Feature flags for React made easy with hooks, HOC and Render Props", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"license": "MIT", | ||
@@ -39,3 +39,3 @@ "repository": "https://github.com/sergiodxa/flagged.git", | ||
"build": "tsdx build", | ||
"test": "tsdx test --env=jsdom", | ||
"test": "vitest", | ||
"lint": "tsdx lint", | ||
@@ -62,5 +62,6 @@ "typecheck": "tsc --noEmit" | ||
"@testing-library/react": "^14.0.0", | ||
"@types/jest": "^28.1.0", | ||
"@types/react": "^18.0.10", | ||
"@types/react-dom": "^18.0.5", | ||
"@vitest/coverage-v8": "^0.34.1", | ||
"happy-dom": "^12.0.1", | ||
"husky": "^8.0.1", | ||
@@ -71,4 +72,6 @@ "react": "^18.1.0", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.7.2" | ||
"typescript": "^4.7.2", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.1" | ||
} | ||
} |
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
27960
14