@theia/core 1.23.0-next.61 → 1.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -86,9 +86,9 @@ export class SomeClass {
86
86
  - `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
87
87
  - `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
88
88
  - `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
89
- - `@theia/application-package` (from [`@theia/application-package@1.23.0-next.61+68b31a3c0b3`](https://www.npmjs.com/package/@theia/application-package/v/1.23.0-next.61))
90
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.23.0-next.61+68b31a3c0b3`](https://www.npmjs.com/package/@theia/application-package/v/1.23.0-next.61))
91
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.23.0-next.61+68b31a3c0b3`](https://www.npmjs.com/package/@theia/application-package/v/1.23.0-next.61))
89
+ - `@theia/application-package` (from [`@theia/application-package@1.23.0`](https://www.npmjs.com/package/@theia/application-package/v/1.23.0))
90
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.23.0`](https://www.npmjs.com/package/@theia/application-package/v/1.23.0))
91
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.23.0`](https://www.npmjs.com/package/@theia/application-package/v/1.23.0))
92
92
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
93
93
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
94
94
  - `inversify` (from [`inversify@^5.1.1`](https://www.npmjs.com/package/inversify))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.23.0-next.61+68b31a3c0b3",
3
+ "version": "1.23.0",
4
4
  "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
5
5
  "main": "lib/common/index.js",
6
6
  "typings": "lib/common/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "@phosphor/virtualdom": "1",
18
18
  "@phosphor/widgets": "1",
19
19
  "@primer/octicons-react": "^9.0.0",
20
- "@theia/application-package": "1.23.0-next.61+68b31a3c0b3",
20
+ "@theia/application-package": "1.23.0",
21
21
  "@types/body-parser": "^1.16.4",
22
22
  "@types/cookie": "^0.3.3",
23
23
  "@types/dompurify": "^2.2.2",
@@ -182,12 +182,12 @@
182
182
  "watch": "theiaext watch"
183
183
  },
184
184
  "devDependencies": {
185
- "@theia/ext-scripts": "1.22.1",
186
- "@theia/re-exports": "1.22.1",
185
+ "@theia/ext-scripts": "1.23.0",
186
+ "@theia/re-exports": "1.23.0",
187
187
  "minimist": "^1.2.0"
188
188
  },
189
189
  "nyc": {
190
190
  "extends": "../../configs/nyc.json"
191
191
  },
192
- "gitHead": "68b31a3c0b3bdd7bb80ad97cd9cc276d7b1faa5f"
192
+ "gitHead": "58c402c326f161778b59130578a37240fd6dc863"
193
193
  }