File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
webview/src/experiments/components/table Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5050 "eslint-plugin-node" : " 11.1.0" ,
5151 "eslint-plugin-prettier" : " 5.0.0" ,
5252 "eslint-plugin-promise" : " 6.1.1" ,
53- "eslint-plugin-react" : " 7.32.2 " ,
53+ "eslint-plugin-react" : " 7.33.0 " ,
5454 "eslint-plugin-react-hooks" : " 4.6.0" ,
5555 "eslint-plugin-sonarjs" : " 0.19.0" ,
5656 "eslint-plugin-sort-keys-fix" : " 1.1.2" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const CounterBadge: React.FC<CounterBadgeProps> = ({ count }) => {
2828 < span
2929 className = { styles . indicatorCount }
3030 role = "marquee"
31- aria-label = { ` ${ count } ` }
31+ aria-label = { String ( count ) }
3232 >
3333 { count }
3434 </ span >
Original file line number Diff line number Diff line change 1087110871 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
1087210872 integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
1087310873
10874- eslint-plugin-react@7.32.2 :
10875- version "7.32.2 "
10876- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2 .tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10 "
10877- integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg ==
10874+ eslint-plugin-react@7.33.0 :
10875+ version "7.33.0 "
10876+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0 .tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3 "
10877+ integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw ==
1087810878 dependencies:
1087910879 array-includes "^3.1.6"
1088010880 array.prototype.flatmap "^1.3.1"
1088910889 object.values "^1.1.6"
1089010890 prop-types "^15.8.1"
1089110891 resolve "^2.0.0-next.4"
10892- semver "^6.3.0 "
10892+ semver "^6.3.1 "
1089310893 string.prototype.matchall "^4.0.8"
1089410894
1089510895
You can’t perform that action at this time.
0 commit comments