+174
-161
lines changedFilter options
+174
-161
lines changed Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ export class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoun
19
19
this.setState({ error, info });
20
20
}
21
21
22
-
componentWillReceiveProps(newProps: ErrorBoundaryProps) {
22
+
UNSAFE_componentWillReceiveProps(newProps: ErrorBoundaryProps) {
23
23
if (newProps.refreshKey != this.props.refreshKey && (this.state.error || this.state.info))
24
24
this.setState({ error: undefined, info: undefined });
25
25
}
Original file line number Diff line number Diff line change
@@ -21,28 +21,28 @@
21
21
},
22
22
"homepage": "https://github.com/signumsoftware/framework#readme",
23
23
"dependencies": {
24
-
"@fortawesome/fontawesome-svg-core": "1.2.27",
25
-
"@fortawesome/free-brands-svg-icons": "5.12.1",
26
-
"@fortawesome/free-regular-svg-icons": "5.12.1",
27
-
"@fortawesome/free-solid-svg-icons": "5.12.1",
28
-
"@fortawesome/react-fontawesome": "0.1.8",
24
+
"@fortawesome/fontawesome-svg-core": "1.2.28",
25
+
"@fortawesome/free-brands-svg-icons": "5.13.0",
26
+
"@fortawesome/free-regular-svg-icons": "5.13.0",
27
+
"@fortawesome/free-solid-svg-icons": "5.13.0",
28
+
"@fortawesome/react-fontawesome": "0.1.10",
29
29
"@types/d3": "5.7.2",
30
-
"@types/d3-scale-chromatic": "1.3.1",
31
-
"@types/history": "4.7.5",
30
+
"@types/d3-scale-chromatic": "1.5.0",
31
+
"@types/history": "4.7.6",
32
32
"@types/prop-types": "15.7.3",
33
33
"@types/query-string": "5.1.0",
34
-
"@types/react": "16.9.23",
35
-
"@types/react-dom": "16.9.5",
36
-
"@types/react-router": "5.1.4",
37
-
"@types/react-router-dom": "5.1.3",
38
-
"@types/react-transition-group": "4.2.4",
39
-
"@types/react-widgets": "4.3.3",
40
-
"moment": "2.24.0",
41
-
"numbro": "2.1.2",
42
-
"popper.js": "1.15.0",
34
+
"@types/react": "16.9.35",
35
+
"@types/react-dom": "16.9.8",
36
+
"@types/react-router": "5.1.7",
37
+
"@types/react-router-dom": "5.1.5",
38
+
"@types/react-transition-group": "4.4.0",
39
+
"@types/react-widgets": "4.4.2",
40
+
"moment": "2.26.0",
41
+
"numbro": "2.3.0",
42
+
"popper.js": "1.16.1",
43
43
"query-string": "5.1.1",
44
-
"react": "16.12.0",
45
-
"react-bootstrap": "1.0.0-beta.16",
46
-
"react-dom": "16.12.0"
44
+
"react": "16.13.1",
45
+
"react-bootstrap": "1.0.1",
46
+
"react-dom": "16.13.1"
47
47
}
48
48
}
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
4
4
"sourceMap": false,
5
5
"module": "esnext",
6
6
"moduleResolution": "node",
7
+
"allowSyntheticDefaultImports": true,
7
8
"jsx": "react",
8
9
"incremental": true,
9
10
"outDir": "./ts_out",
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4