angular/adev/shared-docs/package.json
Angular Robot dd7736345f build: update shiki monorepo to v4
See associated pull request for more information.

Closes #67375 as a pr takeover
2026-03-02 13:21:40 -08:00

32 lines
795 B
JSON

{
"name": "@angular/docs",
"version": "0.0.0-PLACEHOLDER",
"peerDependencies": {
"@angular/cdk": "^21.2.0-next",
"@angular/common": "^21.2.0-next",
"@angular/core": "^21.2.0-next",
"@angular/forms": "^21.2.0-next",
"@angular/material": "^21.2.0-next",
"@angular/platform-browser": "^21.2.0-next",
"@angular/router": "^21.2.0-next",
"@angular/ssr": "^21.2.0-next",
"algoliasearch": "^5.0.0",
"rxjs": "^7.8.1"
},
"dependencies": {
"@webcontainer/api": "^1.1.8",
"diff": "~8.0.0",
"emoji-regex": "~10.6.0",
"fflate": "^0.8.2",
"jsdom": "~28.1.0",
"marked": "~17.0.0",
"mermaid": "^11.0.0",
"shiki": "^4.0.0",
"tinyglobby": "^0.2.12"
},
"exports": {
"./styles/*": {
"sass": "./styles/*"
}
}
}