/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.0.2
integration/vitest/package.json
34 строки
894 B
Kristiyan Kostadinov
build: update integration tests
25 апр 2026, 23:10
25 апр 2026, 23:10
cbc907b
Код
Авторство
О чём код?
{ "name": "vitest", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" }, "private": true, "dependencies": { "@angular/cdk": "next", "@angular/common": "^22.0.0-next.9", "@angular/compiler": "^22.0.0-next.9", "@angular/core": "^22.0.0-next.9", "@angular/forms": "^22.0.0-next.9", "@angular/material": "next", "@angular/platform-browser": "^22.0.0-next.9", "@angular/router": "^22.0.0-next.9", "glob": "latest", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "^0.16.0" }, "devDependencies": { "@angular/build": "^22.0.0-next.6", "@angular/cli": "^22.0.0-next.6", "@angular/compiler-cli": "^22.0.0-next.9", "jsdom": "^27.1.0", "typescript": "~6.0.2", "vitest": "^4.0.8" } }