Skip to content

Commit 44ea565

Browse files
committed
chore: Update dependencies in package.json and pnpm-lock.yaml for improved compatibility and performance, including upgrades to ESLint, Playwright, TypeScript, and various testing libraries.
1 parent 21133c6 commit 44ea565

File tree

2 files changed

+1110
-1583
lines changed

2 files changed

+1110
-1583
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,27 +63,27 @@
6363
"*.{ts,tsx,js,jsx,json,md}": "prettier --write"
6464
},
6565
"devDependencies": {
66-
"@changesets/cli": "^2.29.5",
67-
"@eslint/js": "^9.33.0",
68-
"@playwright/test": "^1.54.2",
69-
"@testing-library/jest-dom": "^6.6.4",
66+
"@changesets/cli": "^2.29.7",
67+
"@eslint/js": "^9.35.0",
68+
"@playwright/test": "^1.55.0",
69+
"@testing-library/jest-dom": "^6.8.0",
7070
"@testing-library/react": "^16.3.0",
71-
"@types/node": "^22.17.1",
72-
"@types/react": "^19.1.9",
73-
"@vitejs/plugin-react": "^4.7.0",
71+
"@types/node": "^24.5.2",
72+
"@types/react": "^19.1.13",
73+
"@vitejs/plugin-react": "^5.0.3",
7474
"@vitest/coverage-v8": "^3.2.4",
7575
"ajv": "^8.17.1",
76-
"eslint": "^9.33.0",
76+
"eslint": "^9.35.0",
7777
"eslint-plugin-react": "^7.37.5",
78-
"globals": "^16.3.0",
78+
"globals": "^16.4.0",
7979
"husky": "^9.1.7",
80-
"jsdom": "^26.1.0",
81-
"lint-staged": "^16.1.5",
80+
"jsdom": "^27.0.0",
81+
"lint-staged": "^16.1.6",
8282
"prettier": "^3.6.2",
8383
"rimraf": "^6.0.1",
8484
"tsup": "^8.5.0",
8585
"typescript": "^5.9.2",
86-
"typescript-eslint": "^8.39.0",
86+
"typescript-eslint": "^8.44.0",
8787
"vitest": "^3.2.4"
8888
},
8989
"peerDependencies": {

0 commit comments

Comments
 (0)