Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 5c9adfc

Browse files
committed
Rebuild lockfile.
1 parent d3c8984 commit 5c9adfc

File tree

3 files changed

+1869
-1525
lines changed

3 files changed

+1869
-1525
lines changed

apps/docs/next.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const nextConfig = {
4646
},
4747
pageExtensions: ['mdx', 'tsx'],
4848
reactStrictMode: true,
49-
transpilePackages: ['@strum/react', '@strum/colors'],
49+
transpilePackages: ['@strum/react'],
5050
};
5151

5252
const plugins = [withMDX, withVanillaExtract];

apps/docs/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@next/font": "13.1.6",
2222
"@next/mdx": "13.1.6",
2323
"@reach/skip-nav": "0.18.0",
24-
"@strum/colors": "*",
2524
"@strum/react": "*",
2625
"@vanilla-extract/css": "1.11.0",
2726
"@vanilla-extract/css-utils": "0.1.3",

0 commit comments

Comments
 (0)