angular/adev/shared-docs/package.json
Angular Robot fc1734441b build: update dependency diff to v6 (#57631)
See associated pull request for more information.

PR Close #57631
2024-09-03 07:49:04 -07:00

32 lines
1 KiB
JSON

{
"name": "@angular/docs",
"version": "0.0.0-PLACEHOLDER",
"peerDependencies": {
"@angular/cdk": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
"@angular/common": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
"@angular/core": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
"@angular/forms": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
"@angular/material": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
"@angular/platform-browser": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
"@angular/router": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
"algoliasearch": "^5.0.0",
"rxjs": "^7.8.1"
},
"dependencies": {
"@webcontainer/api": "^1.1.8",
"diff": "~6.0.0",
"emoji-regex": "~10.4.0",
"fast-glob": "~3.3.2",
"fflate": "^0.8.2",
"html-entities": "~2.5.2",
"jsdom": "~25.0.0",
"marked": "~14.1.0",
"mermaid": "^11.0.0",
"shiki": "^1.10.3"
},
"exports": {
"./styles/*": {
"sass": "./styles/*"
}
}
}