Skip to content

Commit 73b06eb

Browse files
committed
fix(deps): update dependencies
1 parent 1df9c5a commit 73b06eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/rollup.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ const rollupConfig = defineConfig([
2929
'react-tabs': 'react-tabs',
3030
'react-syntax-highlighter': 'react-syntax-highlighter',
3131
'@rehooks/local-storage': '@rehooks/local-storage',
32+
'react/jsx-runtime': 'jsxRuntime',
33+
'react-syntax-highlighter/dist/esm/styles/prism': 'prism',
3234
},
3335
},
3436
{
@@ -57,6 +59,8 @@ const rollupConfig = defineConfig([
5759
...Object.keys(packageJson.peerDependencies),
5860
...Object.keys(packageJson.dependencies),
5961
'react-tabs/style/react-tabs.css',
62+
'react/jsx-runtime',
63+
'react-syntax-highlighter/dist/esm/styles/prism',
6064
],
6165
},
6266
{

0 commit comments

Comments
 (0)