@react-hook/window-size
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@react-hook/window-size", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"homepage": "https://github.com/jaredLunde/react-hook/tree/master/packages/window-size#readme", | ||
@@ -73,3 +73,3 @@ "repository": "github:jaredLunde/react-hook", | ||
"dev": "lundle build -f module,cjs -w", | ||
"format": "prettier --write \"{,!(node_modules|dist|coverage)/**/}*.{ts,tsx,js,jsx,md,yml,json}\"", | ||
"format": "prettier --write \"{,!(node_modules|dist|coverage|throttled)/**/}*.{ts,tsx,js,jsx,md,yml,json}\" && prettier --write \"throttled/{,!(node_modules|dist|coverage)/**/}*.{ts,tsx,js,jsx,md,yml,json}\"", | ||
"lint": "eslint . --ext .ts,.tsx", | ||
@@ -100,3 +100,4 @@ "prepublishOnly": "npm run lint && npm run test && npm run build && npm run format", | ||
"rules": { | ||
"testing-library/prefer-wait-for": "off" | ||
"testing-library/prefer-wait-for": "off", | ||
"import/no-extraneous-dependencies": "warn" | ||
}, | ||
@@ -103,0 +104,0 @@ "settings": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
41668
0