@theia/search-in-workspace 1.67.0-next.3 → 1.67.0-next.59

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 +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -27,7 +27,7 @@ The `@theia/search-in-workspace` extension contributes the `Search` widget which
27
27
 
28
28
  ## Additional Information
29
29
 
30
- - [API documentation for `@theia/search-in-workspace`](https://eclipse-theia.github.io/theia/docs/next/modules/search_in_workspace.html)
30
+ - [API documentation for `@theia/search-in-workspace`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_search-in-workspace.html)
31
31
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
32
32
  - [Theia - Website](https://theia-ide.org/)
33
33
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@theia/search-in-workspace",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Search in workspace",
5
5
  "dependencies": {
6
- "@theia/core": "1.67.0-next.3+7946ca874",
7
- "@theia/editor": "1.67.0-next.3+7946ca874",
8
- "@theia/filesystem": "1.67.0-next.3+7946ca874",
9
- "@theia/navigator": "1.67.0-next.3+7946ca874",
10
- "@theia/process": "1.67.0-next.3+7946ca874",
11
- "@theia/workspace": "1.67.0-next.3+7946ca874",
6
+ "@theia/core": "1.67.0-next.59+3f14297ea",
7
+ "@theia/editor": "1.67.0-next.59+3f14297ea",
8
+ "@theia/filesystem": "1.67.0-next.59+3f14297ea",
9
+ "@theia/navigator": "1.67.0-next.59+3f14297ea",
10
+ "@theia/process": "1.67.0-next.59+3f14297ea",
11
+ "@theia/workspace": "1.67.0-next.59+3f14297ea",
12
12
  "@vscode/ripgrep": "^1.14.2",
13
13
  "minimatch": "^10.0.3",
14
14
  "react-textarea-autosize": "^8.5.5",
@@ -53,5 +53,5 @@
53
53
  "devDependencies": {
54
54
  "@theia/ext-scripts": "1.66.0"
55
55
  },
56
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
56
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
57
57
  }