Skip to content

Commit 76405d0

Browse files
committed
chore: Update dependencies in package.json for improved compatibility and performance. Remove pnpm-lock.yaml from .gitignore
1 parent 0a90955 commit 76405d0

File tree

3 files changed

+7145
-16
lines changed

3 files changed

+7145
-16
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ yarn-error.log*
3737
# Husky
3838
.husky/_/
3939

40-
# PNPM
41-
pnpm-lock.yaml
40+
4241

4342
# SWC
4443
.swc/

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,27 @@
6464
},
6565
"devDependencies": {
6666
"@changesets/cli": "^2.29.5",
67-
"@eslint/js": "^9.27.0",
68-
"@playwright/test": "^1.52.0",
69-
"@testing-library/jest-dom": "^6.6.3",
67+
"@eslint/js": "^9.33.0",
68+
"@playwright/test": "^1.54.2",
69+
"@testing-library/jest-dom": "^6.6.4",
7070
"@testing-library/react": "^16.3.0",
71-
"@types/node": "^22.15.19",
72-
"@types/react": "^19.1.4",
73-
"@vitejs/plugin-react": "^4.4.1",
74-
"@vitest/coverage-v8": "^3.1.3",
71+
"@types/node": "^22.17.1",
72+
"@types/react": "^19.1.9",
73+
"@vitejs/plugin-react": "^4.7.0",
74+
"@vitest/coverage-v8": "^3.2.4",
7575
"ajv": "^8.17.1",
76-
"eslint": "^9.27.0",
76+
"eslint": "^9.33.0",
7777
"eslint-plugin-react": "^7.37.5",
78-
"globals": "^16.1.0",
78+
"globals": "^16.3.0",
7979
"husky": "^9.1.7",
8080
"jsdom": "^26.1.0",
81-
"lint-staged": "^16.0.0",
82-
"prettier": "^3.5.3",
81+
"lint-staged": "^16.1.5",
82+
"prettier": "^3.6.2",
8383
"rimraf": "^6.0.1",
8484
"tsup": "^8.5.0",
85-
"typescript": "^5.8.3",
86-
"typescript-eslint": "^8.32.1",
87-
"vitest": "^3.1.3"
85+
"typescript": "^5.9.2",
86+
"typescript-eslint": "^8.39.0",
87+
"vitest": "^3.2.4"
8888
},
8989
"peerDependencies": {
9090
"next": ">=13.4.0",

0 commit comments

Comments
 (0)