Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Jan 25, 2024
1 parent cf501da commit 52f9b02
Show file tree
Hide file tree
Showing 10 changed files with 291 additions and 106 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,25 @@
],
"dependencies": {
"@fluentui/react-icons": "^2.0.225",
"@headlessui/react": "0.0.0-insiders.1469b85",
"@headlessui/react": "0.0.0-insiders.ce17c6d",
"@tremor/react": "^3.13.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "2.10.4",
"tailwind-merge": "^2.2.1",
"tailwind-styled-components": "^2.2.0",
"uno-js": "^3.77.0",
"uno-js": "^3.78.0",
"uuid": "^9.0.1",
"zustand": "^4.5.0"
},
"devDependencies": {
"@rsbuild/core": "^0.3.7",
"@rsbuild/plugin-react": "^0.3.7",
"@rsbuild/core": "^0.3.8",
"@rsbuild/plugin-react": "^0.3.8",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/object-hash": "^3.0.6",
"@types/react": "^18.2.48",
"@types/uuid": "^9.0.7",
"@types/react-dom": "^18.2.18",
"@types/recharts": "1.8.29",
"@types/node": "^20.11.6",
Expand All @@ -37,11 +38,10 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"husky": "^9.0.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.0",
"object-hash": "^3.0.0",
"postcss-loader": "^8.0.0",
"prettier": "^3.2.4",
"tailwindcss": "^3.4.1",
Expand All @@ -56,7 +56,7 @@
"lint:fix": "eslint ./src/**/*.{ts,tsx} --fix",
"test": "jest --silent",
"cest": "jest --silent --collectCoverage",
"prepare": "husky install"
"prepare": "husky"
},
"prettier": {
"endOfLine": "auto",
Expand Down
Loading

0 comments on commit 52f9b02

Please sign in to comment.