Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed May 31, 2020
1 parent 3317035 commit a6af6a2
Show file tree
Hide file tree
Showing 4 changed files with 2,394 additions and 2,065 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,38 +51,38 @@
"@pika/plugin-build-node": "^0.8.3",
"@pika/plugin-build-web": "^0.8.3",
"@pika/plugin-ts-standard-pkg": "^0.8.3",
"@testing-library/react": "^10.0.2",
"@testing-library/react": "^10.0.4",
"@testing-library/react-hooks": "^3.1.0",
"@types/jest": "^25.1.4",
"@types/react": "^16.9.27",
"@types/jest": "^25.2.3",
"@types/react": "^16.9.35",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"all-contributors-cli": "^6.14.0",
"commitizen": "^4.0.3",
"documentation": "^12.1.2",
"all-contributors-cli": "^6.15.0",
"commitizen": "^4.1.2",
"documentation": "^13.0.0",
"dotenv-cli": "^3.0.0",
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-airbnb-typescript": "^7.2.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsdoc": "^22.1.0",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-jsdoc": "^26.0.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-simple-import-sort": "^5.0.2",
"eslint-plugin-testing-library": "^3.0.0",
"husky": "^4.2.3",
"jest": "^25.2.4",
"lerna": "^3.17.0",
"lint-staged": "^10.1.0",
"prettier": "^2.0.2",
"prettier-plugin-packagejson": "^2.1.2",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-simple-import-sort": "^5.0.3",
"eslint-plugin-testing-library": "^3.1.4",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lerna": "^3.22.0",
"lint-staged": "^10.2.7",
"prettier": "^2.0.5",
"prettier-plugin-packagejson": "^2.2.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"ts-jest": "^25.3.0",
"typescript": "^3.8.3"
"ts-jest": "^26.1.0",
"typescript": "^3.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/state-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"doc": "documentation readme src --section Reference --config documentation.yml --markdown-toc-max-depth 2 --parse-extension ts && prettier --write README.md"
},
"devDependencies": {
"typescript": "^3.8.3"
"typescript": "^3.9.3"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-api-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/resize-observer-browser": "^0.1.2"
},
"devDependencies": {
"typescript": "^3.8.3"
"typescript": "^3.9.3"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down
Loading

0 comments on commit a6af6a2

Please sign in to comment.