@maskito/react
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,2 +0,1 @@ | ||
import 'core-js/modules/web.dom-collections.iterator.js'; | ||
import { Maskito, MASKITO_DEFAULT_OPTIONS, MASKITO_DEFAULT_ELEMENT_PREDICATE } from '@maskito/core'; | ||
@@ -3,0 +2,0 @@ import { useLayoutEffect, useEffect, useState, useCallback, useRef } from 'react'; |
{ | ||
"name": "@maskito/react", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "The React-specific Maskito's library", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@testing-library/react": "14.1.2", | ||
"@testing-library/react": "14.2.0", | ||
"@testing-library/user-event": "14.5.2", | ||
@@ -43,3 +43,3 @@ "@types/react": "18.2.48", | ||
"peerDependencies": { | ||
"@maskito/core": "^2.0.0", | ||
"@maskito/core": "^2.0.1", | ||
"react": ">=16.8", | ||
@@ -46,0 +46,0 @@ "react-dom": ">=16.8" |
6255
83