@react-hookz/web
Advanced tools
Comparing version 11.1.0 to 12.0.0
@@ -0,1 +1,14 @@ | ||
# [12.0.0](https://github.com/react-hookz/web/compare/v11.1.0...v12.0.0) (2021-10-01) | ||
### Features | ||
* exclude `@types/react` and `@types/react-dom` from deps ([bcaca2e](https://github.com/react-hookz/web/commit/bcaca2e045136033cf587348a0cf791aa9065954)), closes [#353](https://github.com/react-hookz/web/issues/353) | ||
### BREAKING CHANGES | ||
* `@types/react` and `@types/react-dom` are no more | ||
presented in `dependencies`. | ||
# [11.1.0](https://github.com/react-hookz/web/compare/v11.0.0...v11.1.0) (2021-09-28) | ||
@@ -2,0 +15,0 @@ |
{ | ||
"name": "@react-hookz/web", | ||
"version": "11.1.0", | ||
"version": "12.0.0", | ||
"description": "React hooks done right, for browser and SSR.", | ||
@@ -69,5 +69,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/js-cookie": "^2.2.7", | ||
"@types/react": "^17.0.24", | ||
"@types/react-dom": "^17.0.9" | ||
"@types/js-cookie": "^2.2.7" | ||
}, | ||
@@ -103,2 +101,4 @@ "peerDependencies": { | ||
"@types/jest": "^27.0.2", | ||
"@types/react": "^17.0.26", | ||
"@types/react-dom": "^17.0.9", | ||
"@typescript-eslint/eslint-plugin": "^4.32.0", | ||
@@ -119,6 +119,6 @@ "@typescript-eslint/parser": "^4.32.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.26.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"husky": "^7.0.2", | ||
"jest": "^27.2.2", | ||
"jest": "^27.2.4", | ||
"jest-github-actions-reporter": "^1.0.3", | ||
@@ -136,4 +136,4 @@ "js-cookie": "^3.0.1", | ||
"typescript": "^4.4.3", | ||
"yarn": "^1.22.11" | ||
"yarn": "^1.22.15" | ||
} | ||
} |
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
359515
4
52
- Removed@types/react@^17.0.24
- Removed@types/react-dom@^17.0.9
- Removed@types/prop-types@15.7.13(transitive)
- Removed@types/react@17.0.83(transitive)
- Removed@types/react-dom@17.0.25(transitive)
- Removed@types/scheduler@0.16.8(transitive)
- Removedcsstype@3.1.3(transitive)