Skip to content

Commit feb1040

Browse files
authored
Update vite version to 7.3.2 in package.json
1 parent 70614e8 commit feb1040

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,19 @@
8787
"tailwindcss": "^4.1.11",
8888
"typescript": "~5.7.2",
8989
"typescript-eslint": "^8.38.0",
90-
"vite": "^7.2.6"
90+
"vite": "^7.3.2"
9191
},
9292
"workspaces": {
9393
"packages": [
9494
"packages/*"
9595
]
96+
},
97+
"overrides": {
98+
"picomatch": "4.0.4",
99+
"path-to-regexp": "8.4.0",
100+
"lodash": "4.18.0",
101+
"@typescript-eslint/typescript-estree": {
102+
"minimatch": "9.0.7"
103+
}
96104
}
97105
}

0 commit comments

Comments
 (0)