Skip to content

Commit

Permalink
Remove git Theia extension from examples
Browse files Browse the repository at this point in the history
related to #12745
  • Loading branch information
JonasHelming committed Jan 16, 2024
1 parent b25357f commit 40e93b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"@theia/file-search": "1.45.0",
"@theia/filesystem": "1.45.0",
"@theia/getting-started": "1.45.0",
"@theia/git": "1.45.0",
"@theia/keymaps": "1.45.0",
"@theia/markers": "1.45.0",
"@theia/memory-inspector": "1.45.0",
Expand Down Expand Up @@ -90,4 +89,4 @@
"devDependencies": {
"@theia/cli": "1.45.0"
}
}
}
3 changes: 1 addition & 2 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@theia/file-search": "1.45.0",
"@theia/filesystem": "1.45.0",
"@theia/getting-started": "1.45.0",
"@theia/git": "1.45.0",
"@theia/keymaps": "1.45.0",
"@theia/markers": "1.45.0",
"@theia/memory-inspector": "1.45.0",
Expand Down Expand Up @@ -85,4 +84,4 @@
"@theia/cli": "1.45.0",
"electron": "^23.2.4"
}
}
}

0 comments on commit 40e93b9

Please sign in to comment.