Skip to content

Commit

Permalink
update config build package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitran12 committed Jul 5, 2024
1 parent b7db737 commit b960346
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 21 deletions.
50 changes: 32 additions & 18 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
"dependencies": {
"@ark-ui/react": "^2.2.3",
"@rollup/plugin-terser": "^0.4.4",
"copy-to-clipboard": "^3.3.3",
"react": "^18",
"react-dom": "^18"
Expand Down Expand Up @@ -107,9 +108,8 @@
"react-icons": "^5.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"rollup": "^4.0.0",
"rollup": "^4.18.0",
"rollup-plugin-preserve-directives": "^0.4.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-tsconfig-paths": "^1.5.2",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import nodeResolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import { terser } from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';
import tsConfigPaths from 'rollup-plugin-tsconfig-paths';
import typescript from 'rollup-plugin-typescript2';
import babel from '@rollup/plugin-babel';
Expand Down

0 comments on commit b960346

Please sign in to comment.