feat: Add Monaco Editor and its types

This commit adds the Monaco Editor and its related types to
the project's dependencies. This includes the
`@types/trusted-types` package, which is a dependency of
Monaco Editor.
```
This commit is contained in:
Ibrahima G. Coulibaly
2025-10-02 23:30:30 +01:00
parent 327c4142ff
commit 9d22c53357
2 changed files with 21 additions and 0 deletions

View File

@@ -101,6 +101,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/trusted-types": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.7.0",
@@ -116,6 +117,7 @@
"husky": "^9.0.11",
"i18next-locize-backend": "^7.0.4",
"locize-cli": "^10.1.1",
"monaco-editor": "^0.53.0",
"postcss": "^8.4.38",
"prettier": "3.1.1",
"start-server-and-test": "^2.0.4",