Skip to content

Commit 5228236

Browse files
committed
chore: upgrade deps
1 parent cae0195 commit 5228236

File tree

2 files changed

+264
-442
lines changed

2 files changed

+264
-442
lines changed

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"start": "rollup -c rollup.config.js -w",
2222
"build": "tsc && rollup -c rollup.config.js && yarn make:docs",
2323
"make:docs": "typedoc",
24+
"coverage": "codecov -e TRAVIS_NODE_VERSION -f coverage/*.json",
2425
"test": "jest --coverage",
26+
"test:watch": "jest --coverage --watch",
2527
"test:ci": "cross-env CI=1 jest",
2628
"postinstall": "ts-node tools/init"
2729

@@ -32,18 +34,19 @@
3234
},
3335
"peerDependencies": {
3436
"prop-types": "^15.7.2",
35-
"react": "^16.8.0"
37+
"react": "^16.13.0",
38+
"react-dom": "16.13.0"
3639
},
3740
"devDependencies": {
3841
"@commitlint/cli": "^8.3.5",
3942
"@testing-library/jest-dom": "^5.1.1",
4043
"@testing-library/react": "^9.4.1",
4144
"@types/jest": "^25.1.3",
42-
"@types/node": "^13.7.4",
43-
"@types/react": "^16.9.22",
45+
"@types/node": "^13.7.7",
46+
"@types/react": "^16.9.23",
4447
"@types/react-dom": "^16.9.5",
45-
"@typescript-eslint/eslint-plugin": "^2.20.0",
46-
"@typescript-eslint/parser": "^2.20.0",
48+
"@typescript-eslint/eslint-plugin": "^2.21.0",
49+
"@typescript-eslint/parser": "^2.21.0",
4750
"colors": "^1.4.0",
4851
"cross-env": "^7.0.0",
4952
"eslint": "^6.8.0",
@@ -54,17 +57,17 @@
5457
"eslint-plugin-prettier": "^3.1.2",
5558
"eslint-plugin-promise": "^4.2.1",
5659
"eslint-plugin-react": "^7.18.3",
57-
"eslint-plugin-react-hooks": "^2.4.0",
60+
"eslint-plugin-react-hooks": "^2.5.0",
5861
"eslint-plugin-standard": "^4.0.1",
5962
"husky": "^4.2.3",
6063
"jest": "^25.1.0",
61-
"lint-staged": "^10.0.7",
64+
"lint-staged": "^10.0.8",
6265
"prettier": "^1.19.1",
6366
"prompt": "^1.0.0",
6467
"react": "^16.12.0",
65-
"react-dom": "^16.12.0",
68+
"react-dom": "^16.13.0",
6669
"replace-in-file": "^5.0.2",
67-
"rollup": "^1.31.1",
70+
"rollup": "^1.32.0",
6871
"rollup-plugin-commonjs": "^10.1.0",
6972
"rollup-plugin-json": "^4.0.0",
7073
"rollup-plugin-node-resolve": "^5.2.0",
@@ -75,8 +78,8 @@
7578
"shelljs": "^0.8.3",
7679
"ts-jest": "^25.2.1",
7780
"ts-node": "^8.6.2",
78-
"typedoc": "^0.16.10",
79-
"typescript": "^3.8.2"
81+
"typedoc": "^0.16.11",
82+
"typescript": "^3.8.3"
8083
},
8184
"husky": {
8285
"hooks": {

0 commit comments

Comments
 (0)