File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
"lint:fix" : " eslint --fix -c .eslintrc.js 'src/**/*{.ts,.tsx}'"
18
18
},
19
19
"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" ,
23
23
"@material-ui/core" : " ^4.9.3" ,
24
24
"@material-ui/icons" : " ^4.9.1" ,
25
25
"@testing-library/jest-dom" : " ^4.2.4" ,
69
69
"redux-thunk" : " ^2.3.0" ,
70
70
"reselect" : " ^4.0.0" ,
71
71
"serve" : " ^11.3.0" ,
72
- "typescript" : " ^3.8.3 "
72
+ "typescript" : " ^3.9.10 "
73
73
},
74
74
"eslintConfig" : {
75
75
"extends" : " react-app"
93
93
"eslint-config-prettier" : " ^6.10.1" ,
94
94
"eslint-config-react" : " ^1.1.7" ,
95
95
"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" ,
98
98
"prettier" : " ^2.0.4"
99
99
},
100
100
"jest" : {
You can’t perform that action at this time.
0 commit comments