monaco-editor/samples/browser-esm-vite/package.json
dependabot[bot] 039bddcda6
Bump dompurify and monaco-editor in /samples/browser-esm-vite
Bumps [dompurify](https://github.com/cure53/DOMPurify) to 3.2.7 and updates ancestor dependency [monaco-editor](https://github.com/microsoft/monaco-editor). These dependencies need to be updated together.


Updates `dompurify` from 3.1.7 to 3.2.7
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.7...3.2.7)

Updates `monaco-editor` from 0.54.0 to 0.55.1
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/monaco-editor/compare/v0.54.0...v0.55.1)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.2.7
  dependency-type: indirect
- dependency-name: monaco-editor
  dependency-version: 0.55.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 14:16:35 +00:00

14 lines
248 B
JSON

{
"name": "browser-esm-vite",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {},
"devDependencies": {
"monaco-editor": "^0.55.1",
"typescript": "^5.9.3",
"vite": "^7.1.11"
}
}