react-waitables
Advanced tools
Comparing version 1.5.9 to 1.6.0
{ | ||
"name": "react-waitables", | ||
"version": "1.5.9", | ||
"version": "1.6.0", | ||
"description": "Async data bindings for React", | ||
@@ -38,34 +38,34 @@ "keywords": [ | ||
"dependencies": { | ||
"client-run-queue": "^1.1.12", | ||
"client-run-queue": "^2.0.0", | ||
"is-promise": "^4.0.0", | ||
"react-bindings": "^1.6.6" | ||
"react-bindings": "^1.7.0" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^13.4.0", | ||
"@types/jest": "^29.2.5", | ||
"@types/react": "18.0.26", | ||
"@types/jest": "^29.4.0", | ||
"@types/react": "18.0.27", | ||
"@types/react-dom": "18.0.10", | ||
"@typescript-eslint/eslint-plugin": "^5.48.1", | ||
"@typescript-eslint/parser": "^5.48.1", | ||
"eslint": "8.31.0", | ||
"@typescript-eslint/eslint-plugin": "^5.50.0", | ||
"@typescript-eslint/parser": "^5.50.0", | ||
"eslint": "8.33.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-import-resolver-typescript": "^3.5.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-import-resolver-typescript": "^3.5.3", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.31.11", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.5.0", | ||
"eslint-plugin-simple-import-sort": "^8.0.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-tsdoc": "^0.2.17", | ||
"jest": "29.3.1", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"madge": "5.0.1", | ||
"prettier": "2.8.2", | ||
"jest": "29.4.1", | ||
"jest-environment-jsdom": "^29.4.1", | ||
"madge": "6.0.0", | ||
"prettier": "2.8.3", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"trash-cli": "5.0.0", | ||
"ts-jest": "^29.0.3", | ||
"ts-jest": "^29.0.5", | ||
"typedoc": "^0.23.24", | ||
"typescript": "4.9.4" | ||
"typescript": "4.9.5" | ||
} | ||
} |
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
370699
- Removedclient-run-queue@1.1.12(transitive)
Updatedclient-run-queue@^2.0.0
Updatedreact-bindings@^1.7.0