Skip to content

Commit

Permalink
fix(elements): Re-add missing devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed May 23, 2024
1 parent 7c5d615 commit 3c5cbde
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 1 deletion.
100 changes: 100 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"@clerk/eslint-config-custom": "*",
"@clerk/shared": "2.2.0",
"@clerk/types": "^4.5.0",
"@statelyai/inspect": "^0.3.1",
"@types/node": "^18.17.0",
"@types/react": "*",
"@types/react-dom": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineConfig(overrideOptions => {
'react/sign-in/index': 'src/react/sign-in/index.ts',
'react/sign-up/index': 'src/react/sign-up/index.ts',
},
external: ['react', 'react-dom', 'xstate', '@statelyai/inspect'],
external: ['react', 'react-dom', '@statelyai/inspect'],
format: ['cjs', 'esm'],
minify: false,
sourcemap: true,
Expand Down

0 comments on commit 3c5cbde

Please sign in to comment.