|
15 | 15 | "@angular/platform-browser": "-",
|
16 | 16 | "@angular/platform-browser-dynamic": "-",
|
17 | 17 | "@angular/router": "-",
|
| 18 | + "@apollo/client": "3.3.6", |
| 19 | + "@graphql-typed-document-node/core": "^3.0.0", |
| 20 | + "@teambit/base-ui.theme.sizes": "1.0.0", |
| 21 | + "@teambit/base-ui.ng.content.base-icon": "0.0.1", |
| 22 | + "@teambit/base-ui.ng.layout.grid": "0.0.2", |
| 23 | + "@teambit/base-ui.ng.text.heading": "0.0.1", |
| 24 | + "@teambit/base-ui.ng.text.paragraph": "0.0.1", |
| 25 | + "@teambit/design.ng.content.icon": "0.0.1", |
| 26 | + "@teambit/design.ng.content.separator": "0.0.1", |
| 27 | + "@teambit/design.ng.theme.app-context": "0.0.1", |
| 28 | + "@teambit/design.ng.theme.icons-font": "0.0.1", |
| 29 | + "@teambit/design.ng.theme.theme-provider": "0.0.1", |
| 30 | + "@teambit/documenter.ng.content.consumable-link": "0.0.2", |
| 31 | + "@teambit/documenter.ng.content.copied-message": "0.0.1", |
| 32 | + "@teambit/documenter.ng.content.copy-box": "0.0.2", |
| 33 | + "@teambit/documenter.ng.content.label": "0.0.1", |
| 34 | + "@teambit/documenter.ng.content.label-list": "0.0.1", |
| 35 | + "@teambit/documenter.ng.markdown.paragraph": "0.0.1", |
18 | 36 | "@types/enhanced-resolve": "~3.0.7",
|
19 | 37 | "@types/trusted-types": "~2.0.1",
|
| 38 | + "@types/zen-observable": "^0.8.0", |
| 39 | + "@ungap/global-this": "^0.4.2", |
| 40 | + "@wry/context": "^0.5.2", |
| 41 | + "@wry/equality": "^0.3.0", |
| 42 | + "copy-to-clipboard": "3.3.1", |
20 | 43 | "enhanced-resolve": "5.8.3",
|
21 | 44 | "events": "3.3.0",
|
| 45 | + "fast-json-stable-stringify": "^2.0.0", |
| 46 | + "graphql": "14.7.0", |
| 47 | + "graphql-tag": "^2.11.0", |
| 48 | + "hoist-non-react-statics": "^3.3.2", |
| 49 | + "iterall": "^1.2.2", |
| 50 | + "optimism": "^0.13.1", |
| 51 | + "prop-types": "^15.7.2", |
22 | 52 | "rxjs": "-",
|
| 53 | + "symbol-observable": "^2.0.0", |
| 54 | + "ts-invariant": "^0.6.0", |
23 | 55 | "typescript": "-",
|
24 | 56 | "webpack": "-",
|
25 | 57 | "webpack-dev-server": "-",
|
| 58 | + "zen-observable": "^0.8.14", |
26 | 59 | "zone.js": "-"
|
27 | 60 | },
|
28 | 61 | "peerDependencies": {
|
|
0 commit comments