Browse Source

fix: downgrade the vite version because of the vitest version

pull/25085/head
sumeyye 3 weeks ago
parent
commit
dbc325ba1c
  1. 2
      npm/ng-packs/package.json

2
npm/ng-packs/package.json

@ -143,7 +143,7 @@
"tslib": "^2.3.0",
"tslint": "~6.1.0",
"typescript": "~5.9.0",
"vite": "^7.0.0",
"vite": "^6.0.0",
"vitest": "^4.0.0",
"zone.js": "~0.15.0"
},

Loading…
Cancel
Save