react-hooks-worker
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0
@@ -5,2 +5,6 @@ # Change Log | ||
## [1.0.0] - 2020-08-15 | ||
### Changed | ||
- Modern build | ||
## [0.9.0] - 2019-10-18 | ||
@@ -7,0 +11,0 @@ ### Changed |
{ | ||
"name": "react-hooks-worker", | ||
"description": "React custom hooks for web workers", | ||
"version": "1.0.0-alpha.2", | ||
"publishConfig": { | ||
"tag": "next" | ||
}, | ||
"version": "1.0.0", | ||
"author": "Daishi Kato", | ||
@@ -44,18 +41,18 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jest": "^26.0.3", | ||
"@types/react": "^16.9.41", | ||
"@types/jest": "^26.0.10", | ||
"@types/react": "^16.9.46", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/react-test-renderer": "^16.9.2", | ||
"@typescript-eslint/eslint-plugin": "^3.5.0", | ||
"@typescript-eslint/parser": "^3.5.0", | ||
"documentation": "^13.0.1", | ||
"eslint": "^7.3.1", | ||
"@types/react-test-renderer": "^16.9.3", | ||
"@typescript-eslint/eslint-plugin": "^3.9.0", | ||
"@typescript-eslint/parser": "^3.9.0", | ||
"documentation": "^13.0.2", | ||
"eslint": "^7.7.0", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-react": "^7.20.2", | ||
"eslint-plugin-react-hooks": "^4.0.5", | ||
"eslint-plugin-react": "^7.20.6", | ||
"eslint-plugin-react-hooks": "^4.0.8", | ||
"html-webpack-plugin": "^4.3.0", | ||
"jest": "^26.1.0", | ||
"microbundle": "^0.12.2", | ||
"jest": "^26.4.0", | ||
"microbundle": "^0.12.3", | ||
"npm-run-all": "^4.1.5", | ||
@@ -65,9 +62,9 @@ "react": "^16.13.1", | ||
"react-test-renderer": "^16.13.1", | ||
"ts-jest": "^26.1.1", | ||
"ts-loader": "^7.0.5", | ||
"typescript": "^3.9.5", | ||
"webpack": "^4.43.0", | ||
"ts-jest": "^26.2.0", | ||
"ts-loader": "^8.0.2", | ||
"typescript": "^3.9.7", | ||
"webpack": "^4.44.1", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-dev-server": "^3.11.0", | ||
"worker-plugin": "^4.0.3" | ||
"worker-plugin": "^5.0.0" | ||
}, | ||
@@ -74,0 +71,0 @@ "peerDependencies": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24340
2