reakit-system
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.13.1](https://github.com/reakit/reakit/tree/master/packages/reakit-system/compare/reakit-system@0.13.0...reakit-system@0.13.1) (2020-07-18) | ||
**Note:** Version bump only for package reakit-system | ||
# [0.13.0](https://github.com/reakit/reakit/tree/master/packages/reakit-system/compare/reakit-system@0.13.0-alpha.0...reakit-system@0.13.0) (2020-06-17) | ||
@@ -8,0 +16,0 @@ |
import { createContext } from 'react'; | ||
var SystemContext = createContext({}); | ||
var SystemContext = /*#__PURE__*/createContext({}); | ||
export { SystemContext }; |
@@ -7,4 +7,4 @@ 'use strict'; | ||
var SystemContext = React.createContext({}); | ||
var SystemContext = /*#__PURE__*/React.createContext({}); | ||
exports.SystemContext = SystemContext; |
{ | ||
"name": "reakit-system", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Reakit System utils", | ||
@@ -34,3 +34,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"reakit-utils": "^0.13.0" | ||
"reakit-utils": "^0.13.1" | ||
}, | ||
@@ -41,3 +41,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "9c2ad10e71bddb7f03fe2662a0ff6f738360a99c" | ||
"gitHead": "d9e292e72e2f45e1f0a31257dc3de5d73ab7437e" | ||
} |
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
106159
Updatedreakit-utils@^0.13.1