Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: TUP-700 @tacc/core-components - publish (#464)
* test: move peerDeps to devDeps To avoid error like: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/vite npm ERR! dev vite@"^3.0.7" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer vite@"^5.0.0" from @nx/[email protected] npm ERR! node_modules/@nx/vite npm ERR! peer @nx/vite@"^17.2.8" from @tacc/[email protected] npm ERR! node_modules/@tacc/core-components npm ERR! @tacc/core-components@"file:../../tacc-core-components-0.0.1.tgz" from the root project ``` * fix: match root & core-components vite…css version * fix: move vite…css to devDep * fix: core-components devDeps * fix: react-dropzone not a core-components dep yet * fix: missing @nx/react (thus no css module .d.ts) * conf: remove NPM scripts cuz they do not work The commands via `nx` for core-components DO work! * fix: missing @testing-library/user-event
- Loading branch information