Skip to content

Commit

Permalink
fix: core-components devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed May 16, 2024
1 parent 67166f5 commit cc60342
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
15 changes: 9 additions & 6 deletions libs/core-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@
"prepublishOnly": "npm run build"
},
"homepage": "https://github.com/TACC/tup-ui/libs/core-components",
"devDependencies": {
"@nx/vite": "^17.2.8",
"@tacc/core-styles": "^2.25.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"dependencies": {
"formik": "^2.2.9",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -31,6 +26,14 @@
"react-step-wizard": "^5.3.11",
"react-table": "^7.8.0",
"reactstrap": "^9.1.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@nx/vite": "^17.2.8",
"@tacc/core-styles": "^2.25.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"uuid": "^8.3.2",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-lib-inject-css": "^2.1.1",
Expand Down
16 changes: 9 additions & 7 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"vite": "5.0.11",
"vite-plugin-dts": "2.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.34.6"
}
Expand Down

0 comments on commit cc60342

Please sign in to comment.