Skip to content

Commit 7b9e37a

Browse files
authored
upgrade react, react-scripts, and react-timeago (#252)
1 parent 587d46d commit 7b9e37a

File tree

4 files changed

+4482
-3415
lines changed

4 files changed

+4482
-3415
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"bootstrap": "4.6.0",
77
"classnames": "2.3.1",
88
"ky": "0.25.0",
9-
"react": "16.14.0",
9+
"react": "17.0.2",
1010
"react-copy-to-clipboard": "5.0.3",
11-
"react-dom": "16.14.0",
11+
"react-dom": "17.0.2",
1212
"react-router-dom": "5.2.0",
13-
"react-scripts": "3.4.4",
14-
"react-timeago": "5.2.0",
13+
"react-scripts": "4.0.3",
14+
"react-timeago": "6.1.1",
1515
"reactstrap": "8.9.0"
1616
},
1717
"devDependencies": {
@@ -22,7 +22,7 @@
2222
"braces": ">=2.3.1",
2323
"handlebars": ">=4.5.3",
2424
"js-yaml": ">=3.13.0",
25-
"lodash": ">=4.17.12",
25+
"lodash": ">=4.17.21",
2626
"mixin-deep": ">=1.3.2",
2727
"set-value": ">=2.0.1",
2828
"eslint-utils": ">=1.4.1",

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ a {
4444
}
4545

4646
td.checked {
47-
background: url('/static/check.png') no-repeat;
47+
background: url(./static/check.png) no-repeat;
4848
background-position: center;
4949
}
5050

File renamed without changes.

0 commit comments

Comments
 (0)