Skip to content

Commit 91bd338

Browse files
committed
Deps
1 parent 553398f commit 91bd338

File tree

3 files changed

+247
-641
lines changed

3 files changed

+247
-641
lines changed

.ncurc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"upgrade": true,
3-
"reject": ["@headlessui/react", "eslint"]
3+
"reject": ["@headlessui/react", "eslint", "@typescript-eslint/eslint-plugin"]
44
}

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@tremor/react": "^3.17.4",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
16-
"react-hook-form": "7.52.1",
17-
"react-tooltip": "5.27.1",
16+
"react-hook-form": "7.52.2",
17+
"react-tooltip": "5.28.0",
1818
"recharts": "2.12.7",
1919
"tailwind-merge": "^2.4.0",
2020
"tailwind-styled-components": "^2.2.0",
@@ -23,8 +23,8 @@
2323
"zustand": "^4.5.4"
2424
},
2525
"devDependencies": {
26-
"@rsbuild/core": "^1.0.0",
27-
"@rsbuild/plugin-react": "^1.0.0",
26+
"@rsbuild/core": "0.7.10",
27+
"@rsbuild/plugin-react": "0.7.10",
2828
"@testing-library/jest-dom": "^6.4.8",
2929
"@testing-library/react": "^16.0.0",
3030
"@types/jest": "^29.5.12",
@@ -33,7 +33,7 @@
3333
"@types/react-dom": "^18.3.0",
3434
"@types/recharts": "1.8.29",
3535
"@types/node": "^22.1.0",
36-
"@typescript-eslint/eslint-plugin": "^8.0.0",
36+
"@typescript-eslint/eslint-plugin": "7.18.0",
3737
"autoprefixer": "^10.4.20",
3838
"eslint": "^8.57.0",
3939
"eslint-config-unosquare": "0.19.0",
@@ -43,10 +43,10 @@
4343
"husky": "^9.1.4",
4444
"jest": "^29.7.0",
4545
"jest-environment-jsdom": "^29.7.0",
46-
"lint-staged": "^15.2.7",
46+
"lint-staged": "^15.2.8",
4747
"postcss-loader": "^8.1.1",
4848
"prettier": "^3.3.3",
49-
"tailwindcss": "^3.4.7",
49+
"tailwindcss": "^3.4.8",
5050
"ts-jest": "^29.2.4",
5151
"typescript": "^5.5.4"
5252
},

0 commit comments

Comments
 (0)