@types/react-addons-linked-state-mixin
Advanced tools
Comparing version 0.14.26 to 0.14.27
@@ -1,2 +0,2 @@ | ||
import { Mixin } from "react"; | ||
import { Mixin } from "create-react-class"; | ||
@@ -3,0 +3,0 @@ declare var LinkedStateMixin: LinkedStateMixin.LinkedStateMixin; |
{ | ||
"name": "@types/react-addons-linked-state-mixin", | ||
"version": "0.14.26", | ||
"version": "0.14.27", | ||
"description": "TypeScript definitions for react-addons-linked-state-mixin", | ||
@@ -30,6 +30,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-addons-linked-state-mixin", | ||
"dependencies": { | ||
"@types/react": "*" | ||
"@types/react": "*", | ||
"@types/create-react-class": "*" | ||
}, | ||
"typesPublisherContentHash": "95c4140339fce1f087516a8c7f5cea20d219653db74692ae5b3f3d64ded7a4c3", | ||
"typesPublisherContentHash": "9da85b60d5acdf56985c160fe19bca831fe5aec8b81fbca2ea691719cc4b0d71", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
````ts | ||
import { Mixin } from "react"; | ||
import { Mixin } from "create-react-class"; | ||
@@ -39,6 +39,6 @@ declare var LinkedStateMixin: LinkedStateMixin.LinkedStateMixin; | ||
### Additional Details | ||
* Last updated: Wed, 27 Dec 2023 19:06:40 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
* Last updated: Tue, 09 Jan 2024 15:07:15 GMT | ||
* Dependencies: [@types/create-react-class](https://npmjs.com/package/@types/create-react-class), [@types/react](https://npmjs.com/package/@types/react) | ||
# Credits | ||
These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), and [Microsoft](https://microsoft.com). |
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
4485
2
+ Added@types/create-react-class@*
+ Added@types/create-react-class@15.6.9(transitive)
+ Added@types/react@19.0.2(transitive)
- Removed@types/react@19.0.3(transitive)