-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move to peer dependencies Also add vite for building as we want to make stand-alone * Make 0.0.3 prelease * Bump postcss and postcss-preset-env to match core styles requirements * Fix pretty issue * Add vite-plugin-lib-inject-css * Make uuid only as a dependeny allow any 8 or 9 version --------- Co-authored-by: Wesley B <[email protected]>
- Loading branch information
1 parent
4c72c37
commit c7a3ea0
Showing
4 changed files
with
5,609 additions
and
3,586 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tacc/core-components", | ||
"version": "0.0.2", | ||
"version": "0.0.3-beta.0", | ||
"license": "MIT", | ||
"author": "TACC ACI WMA <[email protected]>", | ||
"contributors": [ | ||
|
@@ -13,17 +13,22 @@ | |
"dist" | ||
], | ||
"homepage": "https://github.com/TACC/tup-ui/libs/core-components", | ||
"scripts": { | ||
"build": "vite build --outDir dist" | ||
}, | ||
"dependencies": { | ||
"uuid": "^8 || ^9" | ||
}, | ||
"peerDependencies": { | ||
"formik": "^2.2.9", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-dropzone": "^14.2.3", | ||
"react-resize-detector": "^7.1.2", | ||
"react-router-dom": "6.11.2", | ||
"react-router-dom": "^6.11.2", | ||
"react-step-wizard": "^5.3.11", | ||
"react-table": "^7.8.0", | ||
"reactstrap": "^9.1.5", | ||
"uuid": "^8.3.2" | ||
"reactstrap": "^9.1.5" | ||
}, | ||
"devDependencies": { | ||
"@nx/react": "^17.2.8", | ||
|
@@ -33,7 +38,7 @@ | |
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"@vitejs/plugin-react-swc": "^3.5.0", | ||
"uuid": "^8.3.2", | ||
"vite": "^5.0.11", | ||
"vite-plugin-dts": "^2.3.0", | ||
"vite-plugin-lib-inject-css": "^2.1.1", | ||
"vite-tsconfig-paths": "^4.2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.