Skip to content

Commit 49418da

Browse files
committed
Update
1 parent 4499fd3 commit 49418da

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
.DS_Store
33
yarn-error.log
4+
.rpt2_cache
45
.docz

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@
3535
"homepage": "https://github.com/JB1905/react-wordpress-hooks#readme",
3636
"devDependencies": {
3737
"@rollup/plugin-node-resolve": "^7.1.1",
38-
"@types/react": "^16.9.19",
39-
"@typescript-eslint/parser": "^2.19.0",
38+
"@types/react": "^16.9.23",
39+
"@typescript-eslint/parser": "^2.23.0",
4040
"docz": "^2.2.0",
4141
"eslint": "^6.8.0",
4242
"eslint-config-prettier": "^6.10.0",
4343
"eslint-plugin-prettier": "^3.1.2",
44-
"eslint-plugin-react": "^7.18.3",
45-
"eslint-plugin-react-hooks": "^2.3.0",
44+
"eslint-plugin-react": "^7.19.0",
45+
"eslint-plugin-react-hooks": "^2.5.0",
4646
"gh-pages": "^2.2.0",
47-
"husky": "^4.2.1",
48-
"lint-staged": "^10.0.7",
47+
"husky": "^4.2.3",
48+
"lint-staged": "^10.0.8",
4949
"prettier": "^1.19.1",
5050
"react": "^16.12.0",
5151
"react-dom": "^16.12.0",
52-
"rollup-plugin-terser": "^5.2.0",
53-
"rollup-plugin-typescript2": "^0.25.3",
54-
"typescript": "^3.7.5"
52+
"rollup-plugin-terser": "^5.3.0",
53+
"rollup-plugin-typescript2": "^0.26.0",
54+
"typescript": "^3.8.3"
5555
},
5656
"peerDependencies": {
5757
"react": ">=16.8.0"

0 commit comments

Comments
 (0)