Skip to content

Commit a6e720d

Browse files
authored
chore: bump macro plugin version for Stackblitz (#9730)
1 parent 971162c commit a6e720d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/s2-docs/src/StackBlitz.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function getFiles(
8080
'tailwindcss-animate': '^1'
8181
} : {}),
8282
...(type === 's2' ? {
83-
'unplugin-parcel-macros': '^0.1.2-alpha.1'
83+
'unplugin-parcel-macros': '^0.2.0'
8484
} : {})
8585
}
8686
}, null, 2) + '\n',

0 commit comments

Comments
 (0)