angular/adev/shared-docs/package.json
Angular Robot 939ee08d89 build: update all non-major dependencies (#60869)
See associated pull request for more information.

PR Close #60869
2025-04-15 09:10:50 -04:00

33 lines
826 B
JSON

{
"name": "@angular/docs",
"version": "0.0.0-PLACEHOLDER",
"peerDependencies": {
"@angular/cdk": "^20.0.0-next",
"@angular/common": "^20.0.0-next",
"@angular/core": "^20.0.0-next",
"@angular/forms": "^20.0.0-next",
"@angular/material": "^20.0.0-next",
"@angular/platform-browser": "^20.0.0-next",
"@angular/router": "^20.0.0-next",
"@angular/ssr": "^20.0.0-next",
"algoliasearch": "^5.0.0",
"rxjs": "^7.8.1"
},
"dependencies": {
"@webcontainer/api": "^1.1.8",
"diff": "~7.0.0",
"emoji-regex": "~10.4.0",
"fflate": "^0.8.2",
"html-entities": "~2.6.0",
"jsdom": "~26.1.0",
"marked": "~15.0.0",
"mermaid": "^11.0.0",
"shiki": "^3.0.0",
"tinyglobby": "^0.2.12"
},
"exports": {
"./styles/*": {
"sass": "./styles/*"
}
}
}