File tree Expand file tree Collapse file tree 5 files changed +235
-650
lines changed Expand file tree Collapse file tree 5 files changed +235
-650
lines changed Original file line number Diff line number Diff line change @@ -48,5 +48,11 @@ module.exports = {
48
48
'react-hooks/exhaustive-deps' : 0 ,
49
49
50
50
semi : [ 'error' , 'never' ] ,
51
+ "prettier/prettier" : [
52
+ "error" ,
53
+ {
54
+ "endOfLine" : "auto"
55
+ } ,
56
+ ] ,
51
57
} ,
52
58
}
Original file line number Diff line number Diff line change 1
1
/// <reference types="next" />
2
- /// <reference types="next/types/global" />
3
2
/// <reference types="next/image-types/global" />
4
3
5
4
// NOTE: This file should not be edited
Original file line number Diff line number Diff line change 28
28
"dependencies" : {
29
29
"border-box.css" : " ^1.0.0" ,
30
30
"framer-motion" : " ^4.1.17" ,
31
- "next" : " ^11.1.2 " ,
31
+ "next" : " ^12.2.5 " ,
32
32
"normalize.css" : " ^8.0.1" ,
33
- "react" : " ^17.0.2 " ,
34
- "react-dom" : " ^17.0.2 " ,
33
+ "react" : " ^18.2.0 " ,
34
+ "react-dom" : " ^18.2.0 " ,
35
35
"react-modal" : " ^3.14.3" ,
36
36
"styled-components" : " ^5.3.3"
37
37
},
45
45
"@testing-library/react" : " ^12.1.2" ,
46
46
"@testing-library/user-event" : " ^13.5.0" ,
47
47
"@types/jest" : " ^27.0.2" ,
48
- "@types/react" : " ^17 .0.30 " ,
49
- "@types/react-dom" : " ^17 .0.10 " ,
48
+ "@types/react" : " ^18 .0.17 " ,
49
+ "@types/react-dom" : " ^18 .0.6 " ,
50
50
"@types/react-modal" : " ^3.13.1" ,
51
51
"@types/styled-components" : " ^5.1.15" ,
52
52
"@typescript-eslint/eslint-plugin" : " ^5.19.0" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const Home = () => (
25
25
/>
26
26
</ Head >
27
27
< App />
28
- < Script strategy = "afterInteractive" > { GA } </ Script >
28
+ < Script id = "ga-script" strategy = "afterInteractive" > { GA } </ Script >
29
29
</ >
30
30
)
31
31
You can’t perform that action at this time.
0 commit comments