dependabot[bot] 6d1cd514e4 build(deps-dev): bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 7.3.1 to 7.3.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.2
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 20:43:24 +00:00

68 lines
2.0 KiB
JSON

{
"name": "@element-hq/element-web-module-api",
"type": "module",
"version": "1.13.0",
"description": "Module API surface for element-web",
"repository": {
"type": "git",
"url": "git+https://github.com/element-hq/element-modules.git",
"directory": "packages/element-web-module-api"
},
"author": "element-hq",
"license": "SEE LICENSE IN README.md",
"engines": {
"node": ">=20.0.0"
},
"types": "./lib/element-web-module-api-alpha.d.ts",
"exports": {
".": {
"types": "./lib/element-web-module-api-alpha.d.ts",
"import": "./lib/element-web-plugin-engine.js",
"require": "./lib/element-web-plugin-engine.umd.cjs"
}
},
"files": [
"lib"
],
"scripts": {
"prepare": "vite build && api-extractor run",
"lint:types": "tsc --noEmit",
"lint:codestyle": "echo 'handled by lint:eslint'",
"test": "vitest --coverage"
},
"devDependencies": {
"@matrix-org/react-sdk-module-api": "^2.5.0",
"@microsoft/api-extractor": "^7.49.1",
"@types/node": "^22.10.7",
"@types/react": "^19",
"@types/react-dom": "^19.0.4",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^4.0.0",
"matrix-web-i18n": "^3.3.0",
"matrix-widget-api": "^1.17.0",
"rollup-plugin-external-globals": "^0.13.0",
"semver": "^7.6.3",
"typescript": "^5.7.3",
"vite": "^7.3.2",
"vite-plugin-dts": "^4.5.0",
"vitest": "^4.0.0",
"vitest-sonar-reporter": "^3.0.0"
},
"peerDependencies": {
"@matrix-org/react-sdk-module-api": "*",
"@types/react": "*",
"@types/react-dom": "*",
"matrix-web-i18n": "*",
"react": "^19"
},
"peerDependenciesMeta": {
"@matrix-org/react-sdk-module-api": {
"optional": true
},
"matrix-web-i18n": {
"optional": true
}
},
"dependencies": {}
}