ink-testing-library
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "ink-testing-library", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Utilities for testing Ink apps", | ||
@@ -30,6 +30,2 @@ "license": "MIT", | ||
], | ||
"dependencies": { | ||
"@types/node": "^14.0.13", | ||
"@types/react": "^16.9.38" | ||
}, | ||
"devDependencies": { | ||
@@ -39,2 +35,4 @@ "@ava/babel": "^1.0.1", | ||
"@sindresorhus/tsconfig": "^0.7.0", | ||
"@types/node": "^14.0.13", | ||
"@types/react": "^16.9.38", | ||
"ava": "^3.9.0", | ||
@@ -51,2 +49,10 @@ "delay": "^4.3.0", | ||
}, | ||
"peerDependencies": { | ||
"@types/react": ">=16.8.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@types/react": { | ||
"optional": true | ||
} | ||
}, | ||
"ava": { | ||
@@ -53,0 +59,0 @@ "babel": { |
9799
1
15
+ Added@types/react@19.0.10(transitive)
- Removed@types/node@^14.0.13
- Removed@types/react@^16.9.38
- Removed@types/node@14.18.63(transitive)
- Removed@types/prop-types@15.7.14(transitive)
- Removed@types/react@16.14.62(transitive)
- Removed@types/scheduler@0.16.8(transitive)