@maskito/react
Advanced tools
Comparing version 1.7.0 to 1.8.0
{ | ||
"name": "@maskito/react", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "The React-specific Maskito's library", | ||
@@ -36,4 +36,4 @@ "keywords": [ | ||
"@testing-library/user-event": "14.4.3", | ||
"@types/react": "18.2.21", | ||
"@types/react-dom": "18.2.7", | ||
"@types/react": "18.2.28", | ||
"@types/react-dom": "18.2.13", | ||
"react": "18.2.0", | ||
@@ -44,3 +44,3 @@ "react-dom": "18.2.0", | ||
"peerDependencies": { | ||
"@maskito/core": "^1.7.0", | ||
"@maskito/core": "^1.8.0", | ||
"react": ">=16.8", | ||
@@ -47,0 +47,0 @@ "react-dom": ">=16.8" |
10210