Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
repo: update 1.18.4
Browse files Browse the repository at this point in the history
The commit updates the versions present in the repository to point to
the latest release at `1.18.4` for `cpp-debug`.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Oct 22, 2021
1 parent 4581c9f commit 53b9061
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev-packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theia/eslint-plugin",
"version": "1.18.3",
"version": "1.18.4",
"description": "Custom ESLint rules for developing Theia extensions and applications",
"dependencies": {
"@theia/core": "1.18.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@cpp-debug/example-browser",
"version": "1.18.3",
"version": "1.18.4",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"theia": {
"frontend": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@theia/core": "1.18.0",
"@theia/cpp-debug": "1.18.3",
"@theia/cpp-debug": "1.18.4",
"@theia/editor": "1.18.0",
"@theia/file-search": "1.18.0",
"@theia/filesystem": "1.18.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@cpp-debug/example-electron",
"productName": "Theia CPP Extensions Electron Example",
"version": "1.18.3",
"version": "1.18.4",
"main": "src-gen/frontend/electron-main.js",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"theia": {
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@theia/core": "1.18.0",
"@theia/cpp-debug": "1.18.3",
"@theia/cpp-debug": "1.18.4",
"@theia/editor": "1.18.0",
"@theia/electron": "1.18.0",
"@theia/file-search": "1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "3.13.2",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.18.3",
"version": "1.18.4",
"command": {
"run": {
"stream": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@theia/cli": "1.18.0",
"@theia/eslint-plugin": "1.18.3",
"@theia/eslint-plugin": "1.18.4",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cpp-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/cpp-debug",
"version": "1.18.3",
"version": "1.18.4",
"description": "Theia - C/C++ Debug Extension",
"dependencies": {
"@theia/core": "1.18.0",
Expand Down

0 comments on commit 53b9061

Please sign in to comment.