Skip to content

Commit f1e91b7

Browse files
committed
chore: update example
1 parent 04ed5d5 commit f1e91b7

File tree

4 files changed

+333
-215
lines changed

4 files changed

+333
-215
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll": true
3+
"source.fixAll": "explicit"
44
},
55
"editor.formatOnSave": true,
66
"editor.defaultFormatter": "esbenp.prettier-vscode",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/** @type {import('next').NextConfig} */
22
module.exports = {
33
reactStrictMode: true,
4+
outputFileTracingRoot: __dirname,
45
}

example/with-css-variables/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
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
}

0 commit comments

Comments
 (0)