/
githubmirror
/
spark
Обзор
Документация
Войти
/
githubmirror
/
spark
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ui-test/package.json
21 строка
427 B
YangJie
[SPARK-57502][INFRA][TEST] Fix npm vulnerabilities in ui-test and dev
17 июн 2026, 19:35
17 июн 2026, 19:35
c051703
Код
Авторство
О чём код?
{ "name": "ui-test", "license": "Apache License 2.0", "type": "module", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "devDependencies": { "glob": "^13.0.3", "jest": "^30.0.0", "jest-environment-jsdom": "^30.0.0", "jquery": "^3.7.1" }, "overrides": { "js-yaml": "^4.2.0" }, "jest": { "testEnvironment": "jsdom", "transform": {} } }