@xstate/react
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -64,1 +64,2 @@ "use strict"; | ||
exports.useService = useService; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@xstate/react", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "XState tools for React", | ||
@@ -38,5 +38,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"react": "^16.8.0" | ||
}, | ||
"dependencies": { | ||
"react": "^16.8.0", | ||
"xstate": "^4.5.0" | ||
@@ -56,4 +54,6 @@ }, | ||
"react-testing-library": "^6.0.1", | ||
"ts-jest": "^24.0.0" | ||
"ts-jest": "^24.0.0", | ||
"typescript": "^3.4.5", | ||
"xstate": "^4.5.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
14380
7
151
14
- Removedxstate@^4.5.0