react-waitables
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "react-waitables", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Async data bindings for React", | ||
@@ -37,19 +37,19 @@ "keywords": [ | ||
"dependencies": { | ||
"client-run-queue": "^1.1.7", | ||
"client-run-queue": "^1.1.8", | ||
"is-promise": "^4.0.0", | ||
"react-bindings": "^1.3.4" | ||
"react-bindings": "^1.4.2" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^13.3.0", | ||
"@types/jest": "^28.1.1", | ||
"@types/react": "18.0.14", | ||
"@types/react-dom": "18.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.28.0", | ||
"@typescript-eslint/parser": "^5.28.0", | ||
"eslint": "8.17.0", | ||
"@types/jest": "^28.1.6", | ||
"@types/react": "18.0.15", | ||
"@types/react-dom": "18.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"eslint": "8.20.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-typescript": "^2.7.1", | ||
"eslint-import-resolver-typescript": "^3.3.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-react": "^7.30.0", | ||
@@ -59,13 +59,13 @@ "eslint-plugin-react-hooks": "^4.5.0", | ||
"eslint-plugin-tsdoc": "^0.2.16", | ||
"jest": "28.1.1", | ||
"jest-environment-jsdom": "^28.1.1", | ||
"jest": "28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"madge": "5.0.1", | ||
"prettier": "2.6.2", | ||
"prettier": "2.7.1", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"trash-cli": "5.0.0", | ||
"ts-jest": "^28.0.5", | ||
"typedoc": "^0.22.17", | ||
"typescript": "4.7.3" | ||
"ts-jest": "^28.0.7", | ||
"typedoc": "^0.23.8", | ||
"typescript": "4.7.4" | ||
} | ||
} |
183133
Updatedclient-run-queue@^1.1.8
Updatedreact-bindings@^1.4.2