Skip to content

Commit a6af6a2

Browse files
committed
chore(deps): update
1 parent 3317035 commit a6af6a2

File tree

4 files changed

+2394
-2065
lines changed

4 files changed

+2394
-2065
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -51,38 +51,38 @@
5151
"@pika/plugin-build-node": "^0.8.3",
5252
"@pika/plugin-build-web": "^0.8.3",
5353
"@pika/plugin-ts-standard-pkg": "^0.8.3",
54-
"@testing-library/react": "^10.0.2",
54+
"@testing-library/react": "^10.0.4",
5555
"@testing-library/react-hooks": "^3.1.0",
56-
"@types/jest": "^25.1.4",
57-
"@types/react": "^16.9.27",
56+
"@types/jest": "^25.2.3",
57+
"@types/react": "^16.9.35",
5858
"@typescript-eslint/eslint-plugin": "^2.26.0",
5959
"@typescript-eslint/parser": "^2.26.0",
60-
"all-contributors-cli": "^6.14.0",
61-
"commitizen": "^4.0.3",
62-
"documentation": "^12.1.2",
60+
"all-contributors-cli": "^6.15.0",
61+
"commitizen": "^4.1.2",
62+
"documentation": "^13.0.0",
6363
"dotenv-cli": "^3.0.0",
6464
"eslint": "^6.4.0",
6565
"eslint-config-airbnb": "^18.1.0",
66-
"eslint-config-airbnb-typescript": "^7.2.0",
67-
"eslint-config-prettier": "^6.10.1",
66+
"eslint-config-airbnb-typescript": "^7.2.1",
67+
"eslint-config-prettier": "^6.11.0",
6868
"eslint-plugin-import": "^2.20.2",
69-
"eslint-plugin-jest": "^23.8.2",
70-
"eslint-plugin-jsdoc": "^22.1.0",
69+
"eslint-plugin-jest": "^23.13.2",
70+
"eslint-plugin-jsdoc": "^26.0.1",
7171
"eslint-plugin-jsx-a11y": "^6.2.3",
72-
"eslint-plugin-react": "^7.19.0",
73-
"eslint-plugin-react-hooks": "^3.0.0",
74-
"eslint-plugin-simple-import-sort": "^5.0.2",
75-
"eslint-plugin-testing-library": "^3.0.0",
76-
"husky": "^4.2.3",
77-
"jest": "^25.2.4",
78-
"lerna": "^3.17.0",
79-
"lint-staged": "^10.1.0",
80-
"prettier": "^2.0.2",
81-
"prettier-plugin-packagejson": "^2.1.2",
72+
"eslint-plugin-react": "^7.20.0",
73+
"eslint-plugin-react-hooks": "^4.0.4",
74+
"eslint-plugin-simple-import-sort": "^5.0.3",
75+
"eslint-plugin-testing-library": "^3.1.4",
76+
"husky": "^4.2.5",
77+
"jest": "^26.0.1",
78+
"lerna": "^3.22.0",
79+
"lint-staged": "^10.2.7",
80+
"prettier": "^2.0.5",
81+
"prettier-plugin-packagejson": "^2.2.5",
8282
"react": "^16.13.1",
8383
"react-dom": "^16.13.1",
8484
"react-test-renderer": "^16.13.1",
85-
"ts-jest": "^25.3.0",
86-
"typescript": "^3.8.3"
85+
"ts-jest": "^26.1.0",
86+
"typescript": "^3.9.3"
8787
}
8888
}

packages/state-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"doc": "documentation readme src --section Reference --config documentation.yml --markdown-toc-max-depth 2 --parse-extension ts && prettier --write README.md"
2222
},
2323
"devDependencies": {
24-
"typescript": "^3.8.3"
24+
"typescript": "^3.9.3"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.8"

packages/web-api-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/resize-observer-browser": "^0.1.2"
2424
},
2525
"devDependencies": {
26-
"typescript": "^3.8.3"
26+
"typescript": "^3.9.3"
2727
},
2828
"peerDependencies": {
2929
"react": ">=16.8"

0 commit comments

Comments
 (0)