angular/adev/shared-docs/package.json
Angular Robot 9c7cbcd263 build: update all non-major dependencies
See associated pull request for more information.
2026-05-01 15:57:16 -07:00

32 lines
795 B
JSON

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