Merge pull request #6714 from nurbek91/react-router

Update React Router / js-frameworks
main
Elbert Alias 2 years ago committed by GitHub
commit f8be5aced9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.4891 18.5555C22.9092 18.7448 22.2856 18.8029 21.6798 18.9091C21.5149 18.9379 21.3408 18.9121 21.1744 18.9352C19.8822 19.1145 19.3939 19.6321 19.2114 21.0081C19.1142 21.7406 18.9215 22.4368 18.5011 23.06C17.7909 24.1126 16.4111 24.5903 15.2303 24.1791C13.9663 23.7389 13.2005 22.5867 13.3027 21.2787C13.3947 20.1001 14.3256 19.0589 15.6329 18.7563C16.2451 18.6145 16.8802 18.5592 17.5082 18.5019C18.6805 18.3953 19.1984 17.8814 19.3936 16.7286C19.506 16.0654 19.4059 15.4397 19.2589 14.8141C19.0341 13.8577 18.3379 13.4134 17.169 13.3284C16.5311 13.2819 15.8821 13.1893 15.2718 13.0059C13.9869 12.6196 13.2388 11.5041 13.298 10.1956C13.3499 9.04967 14.2831 7.93397 15.404 7.67775C16.7318 7.37407 18.0538 7.90512 18.6186 9.08776C18.915 9.70836 19.0777 10.4114 19.1939 11.0953C19.4016 12.3216 19.8888 12.7973 21.1118 12.9302C21.9029 13.0163 22.709 13.1144 23.4633 13.3504C24.6088 13.7089 25.2969 14.7764 25.2968 15.9627C25.2966 17.1233 24.5864 18.1974 23.4891 18.5555Z" fill="#EF0C02"/>
<path d="M9.99981 18.744C8.46421 18.7442 7.21053 17.4909 7.21029 15.9556C7.21005 14.42 8.46336 13.1663 9.99873 13.166C11.5342 13.1658 12.7879 14.4191 12.7881 15.9544C12.7884 17.49 11.535 18.7437 9.99981 18.744ZM3.3971 24.3223C1.86283 24.3185 0.613594 23.0608 0.61744 21.524C0.621285 19.9898 1.8788 18.7405 3.41561 18.7445C4.9499 18.7482 6.19912 20.0059 6.19528 21.5426C6.19143 23.0769 4.93392 24.3261 3.3971 24.3223ZM28.6139 24.3223C27.0756 24.3311 25.8126 23.0869 25.8039 21.5543C25.7951 20.0161 27.0393 18.7531 28.5719 18.7445C30.1101 18.7356 31.373 19.9797 31.3819 21.5124C31.3906 23.0504 30.1464 24.3136 28.6139 24.3223Z" fill="#424242"/>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -511,12 +511,13 @@
12
],
"description": "React Router provides declarative routing for React.",
"icon": "React Router.png",
"icon": "React Router.svg",
"implies": "React",
"scriptSrc": [
"/react-router(@|/)([\\d.]+)(?:/[a-z]+)?/react-router(?:.min)?\\.js\\;version:\\2"
"(?:/react-router(@|/)([\\d.]+)(?:/[a-z]+)?)?/react-router(?:\\.min)?\\.js\\;version:\\2"
],
"website": "https://reactrouter.com/"
"oss": true,
"website": "https://reactrouter.com"
},
"Reactive": {
"cats": [

Loading…
Cancel
Save