@theia/preview 1.57.0-next.7 → 1.57.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 +2 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -41,5 +41,6 @@ bind(PreviewHandler).toService(MyPreviewHandler);
41
41
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
42
42
 
43
43
  ## Trademark
44
+
44
45
  "Theia" is a trademark of the Eclipse Foundation
45
- https://www.eclipse.org/theia
46
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@theia/preview",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.0",
4
4
  "description": "Theia - Preview Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.57.0-next.7+52945586d",
7
- "@theia/editor": "1.57.0-next.7+52945586d",
8
- "@theia/mini-browser": "1.57.0-next.7+52945586d",
9
- "@theia/monaco": "1.57.0-next.7+52945586d",
6
+ "@theia/core": "1.57.0",
7
+ "@theia/editor": "1.57.0",
8
+ "@theia/mini-browser": "1.57.0",
9
+ "@theia/monaco": "1.57.0",
10
10
  "@types/highlight.js": "^10.1.0",
11
11
  "@types/markdown-it-anchor": "^4.0.1",
12
12
  "highlight.js": "10.4.1",
@@ -46,10 +46,10 @@
46
46
  "watch": "theiaext watch"
47
47
  },
48
48
  "devDependencies": {
49
- "@theia/ext-scripts": "1.56.0"
49
+ "@theia/ext-scripts": "1.57.0"
50
50
  },
51
51
  "nyc": {
52
52
  "extends": "../../configs/nyc.json"
53
53
  },
54
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
54
+ "gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
55
55
  }