/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
component-lib/package.json
59 строк
2 KB
dependabot[bot]
Bump jest-environment-jsdom from 29.5.0 to 30.2.0 in /component-lib (#13893)
10 фев 2026, 20:53
Не верифицирован
10 фев 2026, 20:53
a49f31c
Код
Авторство
О чём код?
{ "name": "streamlit-component-lib", "version": "2.0.0", "description": "Support code for Streamlit Components", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "jest ./src", "typesync": "typesync", "typesync:ci": "typesync --dry=fail" }, "repository": { "type": "git", "url": "git+https://github.com/streamlit/streamlit.git" }, "keywords": [ "streamlit" ], "author": "Streamlit", "license": "Apache-2.0", "bugs": { "url": "https://github.com/streamlit/streamlit/issues" }, "homepage": "https://github.com/streamlit/streamlit#readme", "dependencies": { "apache-arrow": "^11.0.0", "hoist-non-react-statics": "^3.3.2", "react": "^16.14.0", "react-dom": "^16.14.0" }, "devDependencies": { "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.4", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "<13", "@types/babel__preset-env": "~7.10.0", "@types/hoist-non-react-statics": "^3.3.1", "@types/jest": "^29.5.0", "@types/node": "^12.0.0", "@types/react": "^16.14.41", "@types/react-dom": "^16.9.24", "babel-jest": "^29.5.0", "jest": "^29.5.0", "jest-environment-jsdom": "^30.2.0", "ts-node": "^10.9.1", "typescript": "^5.0.4", "typesync": "^0.14.3" }, "resolutions": { "@types/react": "^16.14.41", "@types/react-dom": "^16.9.24" }, "packageManager": "yarn@4.5.3" }