Skip to content

Commit 66444a5

Browse files
committed
bump deps
1 parent 6d90cc3 commit 66444a5

File tree

2 files changed

+5976
-6388
lines changed

2 files changed

+5976
-6388
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-dom-confetti": "0.1.3",
2121
"react-ga": "2.7.0",
2222
"react-github-btn": "1.1.1",
23-
"react-scripts": "3.4.0",
23+
"react-scripts": "5.0.1",
2424
"semver": "7.1.3",
2525
"use-persisted-state": "^0.3.3"
2626
},
@@ -29,13 +29,13 @@
2929
"@testing-library/react": "^14.0.0",
3030
"customize-cra": "^0.9.1",
3131
"customize-cra-react-refresh": "^1.0.1",
32-
"eslint": "6.8.0",
33-
"eslint-plugin-prettier": "3.1.2",
32+
"eslint": "^8.35.0",
33+
"eslint-plugin-prettier": "^4.2.1",
3434
"gh-pages": "2.2.0",
35-
"husky": "4.2.3",
35+
"husky": "8.0.3",
3636
"jest-image-snapshot": "4.5.0",
37-
"prettier": "1.19.1",
38-
"pretty-quick": "2.0.1",
37+
"prettier": "2.8.4",
38+
"pretty-quick": "3.1.3",
3939
"puppeteer": "10.0.0",
4040
"react-app-rewired": "^2.1.5"
4141
},
@@ -84,6 +84,7 @@
8484
"rules": {
8585
"prettier/prettier": "error",
8686
"jsx-a11y/accessible-emoji": "off",
87+
"import/no-anonymous-default-export": "off",
8788
"react-hooks/exhaustive-deps": "off"
8889
}
8990
}

0 commit comments

Comments
 (0)