@theia/bulk-edit 1.57.0-next.7 → 1.57.1

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 +8 -8
package/README.md CHANGED
@@ -26,5 +26,6 @@ The `@theia/bulk-edit` extension contributes a `Refactor Preview` widget to the
26
26
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
27
27
 
28
28
  ## Trademark
29
+
29
30
  "Theia" is a trademark of the Eclipse Foundation
30
- https://www.eclipse.org/theia
31
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@theia/bulk-edit",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.1",
4
4
  "description": "Theia - Bulk Edit Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.57.0-next.7+52945586d",
7
- "@theia/editor": "1.57.0-next.7+52945586d",
8
- "@theia/filesystem": "1.57.0-next.7+52945586d",
9
- "@theia/monaco": "1.57.0-next.7+52945586d",
6
+ "@theia/core": "1.57.1",
7
+ "@theia/editor": "1.57.1",
8
+ "@theia/filesystem": "1.57.1",
9
+ "@theia/monaco": "1.57.1",
10
10
  "@theia/monaco-editor-core": "1.83.101",
11
- "@theia/workspace": "1.57.0-next.7+52945586d",
11
+ "@theia/workspace": "1.57.1",
12
12
  "tslib": "^2.6.2"
13
13
  },
14
14
  "publishConfig": {
@@ -44,10 +44,10 @@
44
44
  "watch": "theiaext watch"
45
45
  },
46
46
  "devDependencies": {
47
- "@theia/ext-scripts": "1.56.0"
47
+ "@theia/ext-scripts": "1.57.1"
48
48
  },
49
49
  "nyc": {
50
50
  "extends": "../../configs/nyc.json"
51
51
  },
52
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
52
+ "gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
53
53
  }