mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-07 04:36:33 +00:00
2.0.0-rc9.1 (#1272)
This commit is contained in:
parent
8a0dc1be7e
commit
d93c9ba654
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "arduino-ide-extension",
|
"name": "arduino-ide-extension",
|
||||||
"version": "2.0.0-rc9",
|
"version": "2.0.0-rc9.1",
|
||||||
"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": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "browser-app",
|
"name": "browser-app",
|
||||||
"version": "2.0.0-rc9",
|
"version": "2.0.0-rc9.1",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@theia/core": "1.25.0",
|
"@theia/core": "1.25.0",
|
||||||
@ -19,7 +19,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-rc9"
|
"arduino-ide-extension": "2.0.0-rc9.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@theia/cli": "1.25.0"
|
"@theia/cli": "1.25.0"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "electron-app",
|
"name": "electron-app",
|
||||||
"version": "2.0.0-rc9",
|
"version": "2.0.0-rc9.1",
|
||||||
"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": {
|
||||||
@ -21,7 +21,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-rc9"
|
"arduino-ide-extension": "2.0.0-rc9.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@theia/cli": "1.25.0",
|
"@theia/cli": "1.25.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "arduino-ide",
|
"name": "arduino-ide",
|
||||||
"version": "2.0.0-rc9",
|
"version": "2.0.0-rc9.1",
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user