Skip to content

Commit 235bfa8

Browse files
committed
chore: update dependencies and configuration files for improved compatibility
1 parent 6bef353 commit 235bfa8

4 files changed

Lines changed: 15 additions & 225 deletions

File tree

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
strict-peer-dependencies=false
2+
public-hoist-pattern[]=*@typescript-eslint/utils*
3+
legacy-peer-deps=true

.storybook/preview.ts

Whitespace-only changes.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"@tanstack/react-table": "^8.21.3",
4444
"@vitejs/plugin-react": "^4.5.0",
4545
"dayjs": "^1.11.13",
46-
"eslint-plugin-vitest": "^0.5.4",
4746
"html2canvas": "^1.4.1",
4847
"jspdf": "^3.0.1",
4948
"jspdf-autotable": "^5.0.2",
@@ -67,11 +66,10 @@
6766
"@storybook/addon-essentials": "8.6.14",
6867
"@storybook/addon-interactions": "^8.6.11",
6968
"@storybook/core-server": "8.6.14",
70-
"@storybook/jest": "^0.2.3",
7169
"@storybook/react": "8.6.14",
7270
"@storybook/react-vite": "8.6.14",
71+
"@storybook/test": "^8.6.14",
7372
"@storybook/test-runner": "^0.22.0",
74-
"@storybook/testing-library": "^0.2.2",
7573
"@swc-node/register": "~1.9.1",
7674
"@swc/core": "~1.5.7",
7775
"@swc/helpers": "~0.5.11",
@@ -82,6 +80,7 @@
8280
"@types/react-dom": "^18.3.7",
8381
"@typescript-eslint/eslint-plugin": "^8.32.1",
8482
"@typescript-eslint/parser": "^8.32.1",
83+
"@typescript-eslint/utils": "^8.32.1",
8584
"@vitest/coverage-v8": "3.1.4",
8685
"@vitest/ui": "^3.1.4",
8786
"cross-env": "^7.0.3",
@@ -91,6 +90,7 @@
9190
"eslint-plugin-jsx-a11y": "^6.10.2",
9291
"eslint-plugin-react": "^7.37.5",
9392
"eslint-plugin-react-hooks": "^5.2.0",
93+
"eslint-plugin-vitest": "^0.5.4",
9494
"happy-dom": "^17.4.7",
9595
"jiti": "2.4.2",
9696
"jsdom": "~22.1.0",

0 commit comments

Comments
 (0)