File tree Expand file tree Collapse file tree 4 files changed +333
-215
lines changed
example/with-css-variables Expand file tree Collapse file tree 4 files changed +333
-215
lines changed Original file line number Diff line number Diff line change 11{
22 "editor.codeActionsOnSave" : {
3- "source.fixAll" : true
3+ "source.fixAll" : " explicit "
44 },
55 "editor.formatOnSave" : true ,
66 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
Original file line number Diff line number Diff line change 11/** @type {import('next').NextConfig } */
22module . exports = {
33 reactStrictMode : true ,
4+ outputFileTracingRoot : __dirname ,
45}
Original file line number Diff line number Diff line change 77 "build:sd" : " node sd.config.mjs"
88 },
99 "dependencies" : {
10- "next" : " latest " ,
11- "react" : " 18.3.1 " ,
12- "react-dom" : " 18.3.1 "
10+ "next" : " ^15.5.3 " ,
11+ "react" : " ^19.0.0 " ,
12+ "react-dom" : " ^19.0.0 "
1313 },
1414 "devDependencies" : {
1515 "@tailwindcss/container-queries" : " 0.1.1" ,
1616 "@tailwindcss/typography" : " 0.5.16" ,
1717 "@types/node" : " 18.19.124" ,
18- "@types/react" : " 18.3.24 " ,
19- "@types/react-dom" : " 18.3.7 " ,
18+ "@types/react" : " ^19.0.0 " ,
19+ "@types/react-dom" : " ^19.0.0 " ,
2020 "autoprefixer" : " 10.4.21" ,
2121 "postcss" : " 8.5.6" ,
2222 "sd-tailwindcss-transformer" : " ^2.0.0" ,
2323 "style-dictionary" : " ^4.1.2" ,
2424 "tailwindcss" : " 3.4.17" ,
25- "typescript" : " 4 .9.5 "
25+ "typescript" : " ^5 .9.2 "
2626 }
2727}
You can’t perform that action at this time.
0 commit comments