File tree Expand file tree Collapse file tree 5 files changed +238
-650
lines changed
Expand file tree Collapse file tree 5 files changed +238
-650
lines changed Original file line number Diff line number Diff line change @@ -48,5 +48,12 @@ module.exports = {
4848 'react-hooks/exhaustive-deps' : 0 ,
4949
5050 semi : [ 'error' , 'never' ] ,
51+ // mac / windows end of line
52+ 'prettier/prettier' : [
53+ 'error' ,
54+ {
55+ endOfLine : 'auto' ,
56+ } ,
57+ ] ,
5158 } ,
5259}
Original file line number Diff line number Diff line change 11/// <reference types="next" />
2- /// <reference types="next/types/global" />
32/// <reference types="next/image-types/global" />
43
54// NOTE: This file should not be edited
Original file line number Diff line number Diff line change 2828 "dependencies" : {
2929 "border-box.css" : " ^1.0.0" ,
3030 "framer-motion" : " ^4.1.17" ,
31- "next" : " ^11.1.2 " ,
31+ "next" : " ^12.2.5 " ,
3232 "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 " ,
3535 "react-modal" : " ^3.14.3" ,
3636 "styled-components" : " ^5.3.3"
3737 },
4545 "@testing-library/react" : " ^12.1.2" ,
4646 "@testing-library/user-event" : " ^13.5.0" ,
4747 "@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 " ,
5050 "@types/react-modal" : " ^3.13.1" ,
5151 "@types/styled-components" : " ^5.1.15" ,
5252 "@typescript-eslint/eslint-plugin" : " ^5.19.0" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ const Home = () => (
2525 />
2626 </ Head >
2727 < App />
28- < Script strategy = "afterInteractive" > { GA } </ Script >
28+ < Script id = "ga-script" strategy = "afterInteractive" >
29+ { GA }
30+ </ Script >
2931 </ >
3032)
3133
You can’t perform that action at this time.
0 commit comments