File tree 3 files changed +113
-108
lines changed
3 files changed +113
-108
lines changed Original file line number Diff line number Diff line change 65
65
"pretty-ms" : " ^9.2.0" ,
66
66
"prismjs" : " ^1.29.0" ,
67
67
"prop-types" : " ^15.8.1" ,
68
- "react" : " ^18.3.1 " ,
68
+ "react" : " ^19.0.0 " ,
69
69
"react-ace" : " ^13.0.0" ,
70
70
"react-bootstrap" : " 2.10.8" ,
71
71
"react-collapse" : " ^5.1.1" ,
72
72
"react-copy-to-clipboard" : " ^5.1.0" ,
73
73
"react-datetime" : " ^3.3.1" ,
74
74
"react-diff-viewer" : " ^3.1.1" ,
75
- "react-dom" : " ^18.3.1 " ,
75
+ "react-dom" : " ^19.0.0 " ,
76
76
"react-dropzone" : " ^14.3.5" ,
77
77
"react-height" : " ^3.0.2" ,
78
78
"react-helmet" : " ^6.1.0" ,
79
79
"react-immutable-proptypes" : " ^2.2.0" ,
80
- "react-intl" : " 6.8.9 " ,
80
+ "react-intl" : " 7.1.4 " ,
81
81
"react-motion" : " ^0.5.2" ,
82
82
"react-redux" : " ^9.2.0" ,
83
- "react-router" : " ^6.28.2 " ,
84
- "react-router-dom" : " ^6.28.2 " ,
83
+ "react-router" : " ^7.1.3 " ,
84
+ "react-router-dom" : " ^7.1.3 " ,
85
85
"react-syntax-highlighter" : " ^15.6.1" ,
86
86
"react-toggle" : " 4.1.3" ,
87
87
"redux" : " ^5.0.1" ,
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ const Footer = ({ version }) => (
10
10
defaultMessage = "<strong>Version</strong> {version} (<a>changelog</a>)"
11
11
values = { {
12
12
version,
13
- strong : text => < strong > { text } </ strong > ,
13
+ strong : text => < strong key = "strong" > { text } </ strong > ,
14
14
a : caption => (
15
- < a href = "https://github.com/ReCodEx/wiki/wiki/Changelog" target = "_blank" rel = "noreferrer" >
15
+ < a key = "link" href = "https://github.com/ReCodEx/wiki/wiki/Changelog" target = "_blank" rel = "noreferrer" >
16
16
{ caption }
17
17
</ a >
18
18
) ,
@@ -24,7 +24,7 @@ const Footer = ({ version }) => (
24
24
defaultMessage = "Copyright © 2016-{year} <a>ReCodEx</a> SIS extension. All rights reserved."
25
25
values = { {
26
26
a : caption => (
27
- < a href = "http://github.com/recodex" target = "_blank" rel = "noreferrer" >
27
+ < a key = "link" href = "http://github.com/recodex" target = "_blank" rel = "noreferrer" >
28
28
{ caption }
29
29
</ a >
30
30
) ,
You can’t perform that action at this time.
0 commit comments