swr-devtools
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "swr-devtools", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A React component for SWR DevTools", | ||
@@ -50,3 +50,5 @@ "main": "cjs/index.js", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"lint": "tsc --noEmit" | ||
"lint": "tsc --noEmit", | ||
"test": "vitest run", | ||
"test:watch": "vitest" | ||
}, | ||
@@ -58,6 +60,11 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^14.0.0", | ||
"@types/react": "^18.0.20", | ||
"jsdom": "^21.1.1", | ||
"react": "^18.2.0", | ||
"swr": "^2.0.0", | ||
"typescript": "^4.8.3" | ||
"typescript": "^4.8.3", | ||
"vite": "^4.2.0", | ||
"vitest": "^0.29.3" | ||
}, | ||
@@ -67,3 +74,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "0d141cd33d2a2a7ea2e5d6b296266eff862227d3" | ||
"gitHead": "0b762e9cfc78c35386e206b4990b57998365394f" | ||
} |
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
70220
9