Skip to content

Commit 7a0538e

Browse files
authored
fix: issue with package.json overrides and vite dependency (#4309)
1 parent 206aad0 commit 7a0538e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@
103103
"tsx": "^4.19.4",
104104
"typescript": "^5.4.5",
105105
"validate-branch-name": "^1.3.2",
106-
"vite": "^6.3.5",
106+
"vite": "6.3.5",
107107
"vitest": "^3.1.4",
108108
"xo": "^0.60.0",
109109
"zone.js": "~0.15.1"
110110
},
111111
"overrides": {
112112
"cross-spawn": "~7.0.5",
113-
"vite": "$vite"
113+
"vite": "6.3.5"
114114
},
115115
"validate-branch-name": {
116116
"pattern": "((dbux-3)|(dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",

0 commit comments

Comments
 (0)