react-use-size
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,8 @@ | ||
## [2.0.1](https://github.com/thomasthiebaud/react-use-size/compare/v2.0.0...v2.0.1) (2021-05-12) | ||
### Bug Fixes | ||
* update dependencies to fix vulnerabilities ([60fbd6a](https://github.com/thomasthiebaud/react-use-size/commit/60fbd6ab7b7f480c96c0a4f32baf9bb92f56061e)) | ||
# [2.0.0](https://github.com/thomasthiebaud/react-use-size/compare/v1.2.3...v2.0.0) (2021-04-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "react-use-size", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "React hooks to measure things", | ||
@@ -35,13 +35,13 @@ "main": "./dist/index.js", | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/github": "^7.2.1", | ||
"@semantic-release/npm": "^7.1.1", | ||
"@semantic-release/github": "^7.2.3", | ||
"@semantic-release/npm": "^7.1.3", | ||
"@semantic-release/release-notes-generator": "^9.0.2", | ||
"@types/jest": "^26.0.23", | ||
"@types/react": "^17.0.4", | ||
"@types/react-dom": "^17.0.3", | ||
"@typescript-eslint/eslint-plugin": "^4.22.0", | ||
"@typescript-eslint/parser": "^4.22.0", | ||
"@types/react": "^17.0.5", | ||
"@types/react-dom": "^17.0.4", | ||
"@typescript-eslint/eslint-plugin": "^4.23.0", | ||
"@typescript-eslint/parser": "^4.23.0", | ||
"awesome-typescript-loader": "5.2.1", | ||
"commitlint": "^12.1.1", | ||
"eslint": "^7.25.0", | ||
"eslint": "^7.26.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
@@ -55,3 +55,3 @@ "eslint-plugin-prettier": "^3.4.0", | ||
"pinst": "^2.1.6", | ||
"prettier": "^2.2.1", | ||
"prettier": "^2.3.0", | ||
"react": "^17.0.2", | ||
@@ -61,6 +61,6 @@ "react-dom": "^17.0.2", | ||
"source-map-loader": "^2.0.1", | ||
"ts-jest": "^26.5.5", | ||
"ts-jest": "^26.5.6", | ||
"typescript": "^4.2.4", | ||
"webpack": "^5.36.1", | ||
"webpack-cli": "^4.6.0", | ||
"webpack": "^5.37.0", | ||
"webpack-cli": "^4.7.0", | ||
"webpack-dev-server": "^3.11.2" | ||
@@ -67,0 +67,0 @@ }, |
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
25638