Skip to content

Commit d07b6ce

Browse files
committed
fix react fontawesome bug
1 parent 450a025 commit d07b6ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"lint:fix": "eslint --fix -c .eslintrc.js 'src/**/*{.ts,.tsx}'"
1818
},
1919
"dependencies": {
20-
"@fortawesome/fontawesome-svg-core": "^1.2.28",
21-
"@fortawesome/free-solid-svg-icons": "^5.13.0",
22-
"@fortawesome/react-fontawesome": "^0.1.9",
20+
"@fortawesome/fontawesome-svg-core": "~1.2.28",
21+
"@fortawesome/free-solid-svg-icons": "~5.13.0",
22+
"@fortawesome/react-fontawesome": "~0.1.9",
2323
"@material-ui/core": "^4.9.3",
2424
"@material-ui/icons": "^4.9.1",
2525
"@testing-library/jest-dom": "^4.2.4",
@@ -69,7 +69,7 @@
6969
"redux-thunk": "^2.3.0",
7070
"reselect": "^4.0.0",
7171
"serve": "^11.3.0",
72-
"typescript": "^3.8.3"
72+
"typescript": "^3.9.10"
7373
},
7474
"eslintConfig": {
7575
"extends": "react-app"
@@ -93,8 +93,8 @@
9393
"eslint-config-prettier": "^6.10.1",
9494
"eslint-config-react": "^1.1.7",
9595
"eslint-plugin-import": "^2.20.2",
96-
"eslint-plugin-jsx-a11y": "^6.2.3",
97-
"eslint-plugin-react": "^7.19.0",
96+
"eslint-plugin-jsx-a11y": "^6.5.1",
97+
"eslint-plugin-react": "^7.28.0",
9898
"prettier": "^2.0.4"
9999
},
100100
"jest": {

0 commit comments

Comments
 (0)