Skip to content

Commit

Permalink
Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Dec 20, 2024
1 parent 2786e69 commit 37ee234
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"upgrade": true,
"reject": ["@headlessui/react", "eslint", "@typescript-eslint/eslint-plugin"]
"reject": ["@headlessui/react", "react", "react-dom", "@types/react", "@types/react-dom"]
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tailwind.config.js"
],
"dependencies": {
"@fluentui/react-icons": "^2.0.269",
"@fluentui/react-icons": "^2.0.270",
"@headlessui/react": "0.0.0-insiders.ce17c6d",
"@tremor/react": "^3.18.6",
"react": "^18.3.1",
Expand Down Expand Up @@ -40,13 +40,14 @@
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.11",
"postcss-loader": "^8.1.1",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"scripts": {
"start": "rsbuild dev --open",
"watch": "tsc --watch",
"tsc": "tsc",
"build": "tsc && npx ncp src/resources/ dist/resources",
"lint": "pnpm biome check ./src",
"lint:fix": "pnpm biome check --write ./src",
Expand Down
29 changes: 11 additions & 18 deletions pnpm-lock.yaml

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

0 comments on commit 37ee234

Please sign in to comment.