@gen/use-click-outside
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "@gen/use-click-outside", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"main": "./dist/index.js", | ||
@@ -25,6 +25,6 @@ "types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@testing-library/react": "13.4.0", | ||
"@types/react": "18.2.21", | ||
"@types/react-dom": "18.2.7", | ||
"@vitejs/plugin-react": "4.0.4", | ||
"@testing-library/react": "14.1.0", | ||
"@types/react": "18.2.37", | ||
"@types/react-dom": "18.2.15", | ||
"@vitejs/plugin-react": "4.1.1", | ||
"canvas": "^2.11.0", | ||
@@ -37,4 +37,4 @@ "eslint": "^8.0.0", | ||
"tsup": "7.2.0", | ||
"typescript": "5.1.6", | ||
"vitest": "0.34.3" | ||
"typescript": "5.2.2", | ||
"vitest": "0.34.6" | ||
}, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
7184