File tree Expand file tree Collapse file tree 5 files changed +67
-1518
lines changed
Expand file tree Collapse file tree 5 files changed +67
-1518
lines changed Original file line number Diff line number Diff line change 1313 - name : Use Node.js
1414 uses : actions/setup-node@v3
1515 with :
16- node-version : ' 22.x '
16+ node-version : ' 22.12.0 '
1717 cache : ' yarn'
1818 - name : Install Dependencies
1919 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1+ lts/*
Original file line number Diff line number Diff line change 1919 },
2020 "dependencies" : {
2121 "@babel/core" : " ^7.0.0" ,
22- "@emotion/react" : " ^11.13.5 " ,
23- "@emotion/styled" : " ^11.13.5 " ,
24- "react" : " ^18.3.1 " ,
25- "react-dom" : " ^18.3.1 " ,
22+ "@emotion/react" : " ^11.14.0 " ,
23+ "@emotion/styled" : " ^11.14.0 " ,
24+ "react" : " ^19.0.0 " ,
25+ "react-dom" : " ^19.0.0 " ,
2626 "react-router" : " ^7.0.2" ,
2727 "styled-components" : " ^6.1.13" ,
2828 "twin.macro" : " ^3.4.1"
2929 },
3030 "devDependencies" : {
3131 "@eslint/js" : " ^9.15.0" ,
32- "@types/react" : " ^18.3.12 " ,
33- "@types/react-dom" : " ^18.3 .1" ,
32+ "@types/react" : " ^19.0.1 " ,
33+ "@types/react-dom" : " ^19.0 .1" ,
3434 "@types/styled-components" : " ^5.1.34" ,
3535 "@vitejs/plugin-react" : " ^4.3.4" ,
3636 "autoprefixer" : " ^10.4.20" ,
4747 "postcss" : " ^8.4.49" ,
4848 "prettier" : " ^3.4.2" ,
4949 "tailwindcss" : " ^3.4.16" ,
50- "vercel" : " ^39.1.3" ,
5150 "vite" : " ^6.0.1"
5251 }
5352}
Original file line number Diff line number Diff line change 1+ /* /index.html 200
You can’t perform that action at this time.
0 commit comments