This commit is contained in:
Alberto Iannaccone 2022-06-09 10:14:56 +02:00 committed by GitHub
parent 726628e20c
commit fd5154ae93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide-extension", "name": "arduino-ide-extension",
"version": "2.0.0-rc6", "version": "2.0.0-rc7",
"description": "An extension for Theia building the Arduino IDE", "description": "An extension for Theia building the Arduino IDE",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"scripts": { "scripts": {

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "browser-app", "name": "browser-app",
"version": "2.0.0-rc6", "version": "2.0.0-rc7",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@theia/core": "1.25.0", "@theia/core": "1.25.0",
@ -20,7 +20,7 @@
"@theia/process": "1.25.0", "@theia/process": "1.25.0",
"@theia/terminal": "1.25.0", "@theia/terminal": "1.25.0",
"@theia/workspace": "1.25.0", "@theia/workspace": "1.25.0",
"arduino-ide-extension": "2.0.0-rc6" "arduino-ide-extension": "2.0.0-rc7"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "1.25.0" "@theia/cli": "1.25.0"

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "electron-app", "name": "electron-app",
"version": "2.0.0-rc6", "version": "2.0.0-rc7",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"main": "src-gen/frontend/electron-main.js", "main": "src-gen/frontend/electron-main.js",
"dependencies": { "dependencies": {
@ -22,7 +22,7 @@
"@theia/process": "1.25.0", "@theia/process": "1.25.0",
"@theia/terminal": "1.25.0", "@theia/terminal": "1.25.0",
"@theia/workspace": "1.25.0", "@theia/workspace": "1.25.0",
"arduino-ide-extension": "2.0.0-rc6" "arduino-ide-extension": "2.0.0-rc7"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "1.25.0", "@theia/cli": "1.25.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "arduino-ide", "name": "arduino-ide",
"version": "2.0.0-rc6", "version": "2.0.0-rc7",
"description": "Arduino IDE", "description": "Arduino IDE",
"repository": "https://github.com/arduino/arduino-ide.git", "repository": "https://github.com/arduino/arduino-ide.git",
"author": "Arduino SA", "author": "Arduino SA",