Skip to content

Commit 787193b

Browse files
authored
Update dependencies (#3673)
* Update eslint and plugins * more updates
1 parent 38c6284 commit 787193b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -62,52 +62,52 @@
6262
"@babel/preset-typescript": "^7.26.0",
6363
"@babel/runtime": "^7.26.0",
6464
"@biomejs/biome": "1.9.4",
65-
"@eslint/compat": "^1.2.3",
66-
"@faker-js/faker": "^9.0.0",
65+
"@eslint/compat": "^1.2.4",
66+
"@faker-js/faker": "^9.3.0",
6767
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
6868
"@linaria/core": "^6.0.0",
69-
"@microsoft/api-extractor": "^7.23.0",
69+
"@microsoft/api-extractor": "^7.48.1",
7070
"@rollup/plugin-babel": "^6.0.4",
7171
"@rollup/plugin-node-resolve": "^16.0.0",
7272
"@tanstack/react-router": "^1.85.5",
7373
"@tanstack/router-plugin": "^1.69.1",
7474
"@testing-library/dom": "^10.1.0",
75-
"@testing-library/react": "^16.0.0",
75+
"@testing-library/react": "^16.1.0",
7676
"@testing-library/user-event": "^14.5.2",
7777
"@types/node": "^22.0.0",
7878
"@types/react": "^18.3.9",
7979
"@types/react-dom": "^18.3.0",
80-
"@typescript-eslint/eslint-plugin": "^8.17.0",
81-
"@typescript-eslint/parser": "^8.17.0",
80+
"@typescript-eslint/eslint-plugin": "^8.18.1",
81+
"@typescript-eslint/parser": "^8.18.1",
8282
"@vitejs/plugin-react": "^4.3.4",
8383
"@vitest/browser": "^2.1.8",
8484
"@vitest/coverage-v8": "^2.1.8",
85-
"@vitest/eslint-plugin": "^1.1.14",
85+
"@vitest/eslint-plugin": "^1.1.17",
8686
"@wyw-in-js/rollup": "^0.5.0",
8787
"@wyw-in-js/vite": "^0.5.0",
8888
"babel-plugin-optimize-clsx": "^2.6.2",
89-
"browserslist": "^4.24.0",
90-
"eslint": "^9.16.0",
89+
"browserslist": "^4.24.3",
90+
"eslint": "^9.17.0",
9191
"eslint-plugin-jest-dom": "^5.5.0",
9292
"eslint-plugin-react": "^7.37.2",
93-
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
93+
"eslint-plugin-react-compiler": "^19.0.0-beta-201e55d-20241215",
9494
"eslint-plugin-react-hooks": "^5.0.0",
95-
"eslint-plugin-react-hooks-extra": "^1.17.3",
96-
"eslint-plugin-sonarjs": "^3.0.0",
97-
"eslint-plugin-testing-library": "^7.1.0",
95+
"eslint-plugin-react-hooks-extra": "^1.20.0",
96+
"eslint-plugin-sonarjs": "^3.0.1",
97+
"eslint-plugin-testing-library": "^7.1.1",
9898
"jspdf": "^2.5.1",
9999
"jspdf-autotable": "^3.5.23",
100-
"playwright": "^1.45.1",
100+
"playwright": "^1.49.1",
101101
"postcss": "^8.4.25",
102102
"prettier": "3.4.2",
103103
"react": "^18.3.1",
104104
"react-dnd": "^16.0.1",
105105
"react-dnd-html5-backend": "^16.0.1",
106106
"react-dom": "^18.3.1",
107-
"rollup": "^4.0.2",
107+
"rollup": "^4.28.1",
108108
"rollup-plugin-postcss": "^4.0.2",
109109
"typescript": "~5.7.2",
110-
"vite": "^6.0.2",
110+
"vite": "^6.0.3",
111111
"vitest": "^2.1.8",
112112
"vitest-browser-react": "^0.0.4"
113113
},

0 commit comments

Comments
 (0)