@maskito/react
Advanced tools
Comparing version 2.3.2 to 2.4.0
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var core = require('@maskito/core'); | ||
@@ -6,0 +4,0 @@ var react = require('react'); |
@@ -9,3 +9,2 @@ import { Maskito, MASKITO_DEFAULT_ELEMENT_PREDICATE } from '@maskito/core'; | ||
} | ||
/** | ||
@@ -12,0 +11,0 @@ * Hook for convenient use of Maskito in React |
{ | ||
"name": "@maskito/react", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"description": "The React-specific Maskito's library", | ||
@@ -35,10 +35,10 @@ "keywords": [ | ||
"@testing-library/user-event": "14.5.2", | ||
"@types/react": "18.3.2", | ||
"@types/react": "18.3.3", | ||
"@types/react-dom": "18.3.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-test-renderer": "18.2.0" | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-test-renderer": "18.3.1" | ||
}, | ||
"peerDependencies": { | ||
"@maskito/core": "^2.3.2", | ||
"@maskito/core": "^2.4.0", | ||
"react": ">=16.8", | ||
@@ -49,2 +49,2 @@ "react-dom": ">=16.8" | ||
"main": "./index.cjs.js" | ||
} | ||
} |
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
12
8339