Skip to content

Commit aff90fc

Browse files
HusamElbashirclaude
andcommitted
fix: update Jest dependencies and resolve peer dependency issues
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 774375f commit aff90fc

File tree

2 files changed

+955
-851
lines changed

2 files changed

+955
-851
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,24 @@
6060
"fast-deep-equal": "^3.1.3"
6161
},
6262
"devDependencies": {
63+
"@babel/core": "^7.28.0",
6364
"@googlemaps/jest-mocks": "^2.22.6",
6465
"@types/google.maps": "^3.58.1",
65-
"@types/jest": "^30.0.0",
66+
"@types/jest": "^29.5.14",
6667
"@typescript-eslint/eslint-plugin": "^4.33.0",
6768
"@typescript-eslint/parser": "^4.33.0",
6869
"@vitejs/plugin-vue": "^4.3.1",
6970
"@vue/eslint-config-prettier": "^6.0.0",
7071
"@vue/eslint-config-typescript": "^7.0.0",
7172
"@vue/test-utils": "^2.4.6",
7273
"@vue/vue3-jest": "^29.2.6",
74+
"babel-jest": "29.7.0",
7375
"eslint": "^7.32.0",
7476
"eslint-config-prettier": "^8.10.0",
7577
"eslint-plugin-prettier": "^3.4.1",
7678
"eslint-plugin-vue": "^7.20.0",
77-
"jest": "^30.0.4",
78-
"jest-environment-jsdom": "^30.0.4",
79+
"jest": "^29.7.0",
80+
"jest-environment-jsdom": "^29.7.0",
7981
"pnpm": "^10.13.1",
8082
"prettier": "^2.8.8",
8183
"rimraf": "^5.0.1",

0 commit comments

Comments
 (0)