Skip to content

Commit

Permalink
core: update re-exports
Browse files Browse the repository at this point in the history
The commit updates the re-exports present in `core` following the
`1.29.0` release.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Aug 25, 2022
1 parent 67aac9c commit da356b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ export class SomeClass {
- `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
- `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
- `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
- `@theia/application-package` (from [`@theia/application-package@1.28.0`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0))
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.28.0`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0))
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.28.0`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0))
- `@theia/request` (from [`@theia/request@1.28.0`](https://www.npmjs.com/package/@theia/request/v/1.28.0))
- `@theia/request/lib/proxy` (from [`@theia/request@1.28.0`](https://www.npmjs.com/package/@theia/request/v/1.28.0))
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.28.0`](https://www.npmjs.com/package/@theia/request/v/1.28.0))
- `@theia/application-package` (from [`@theia/application-package@1.29.0`](https://www.npmjs.com/package/@theia/application-package/v/1.29.0))
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.29.0`](https://www.npmjs.com/package/@theia/application-package/v/1.29.0))
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.29.0`](https://www.npmjs.com/package/@theia/application-package/v/1.29.0))
- `@theia/request` (from [`@theia/request@1.29.0`](https://www.npmjs.com/package/@theia/request/v/1.29.0))
- `@theia/request/lib/proxy` (from [`@theia/request@1.29.0`](https://www.npmjs.com/package/@theia/request/v/1.29.0))
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.29.0`](https://www.npmjs.com/package/@theia/request/v/1.29.0))
- `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
- `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
- `inversify` (from [`inversify@^5.1.1`](https://www.npmjs.com/package/inversify))
Expand Down

0 comments on commit da356b5

Please sign in to comment.