Skip to content

Commit 9380795

Browse files
committed
theia 1.13.0
1 parent c3db5c1 commit 9380795

File tree

4 files changed

+39
-39
lines changed

4 files changed

+39
-39
lines changed

browser-app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"name": "browser-app",
44
"version": "1.1.0",
55
"dependencies": {
6-
"@theia/core": "^1.12.1",
7-
"@theia/filesystem": "^1.12.1",
8-
"@theia/workspace": "^1.12.1",
9-
"@theia/preferences": "^1.12.1",
10-
"@theia/navigator": "^1.12.1",
11-
"@theia/process": "^1.12.1",
12-
"@theia/terminal": "^1.12.1",
13-
"@theia/editor": "^1.12.1",
14-
"@theia/markers": "^1.12.1",
15-
"@theia/monaco": "^1.12.1",
16-
"@theia/messages": "^1.12.1",
6+
"@theia/core": "^1.13.0",
7+
"@theia/filesystem": "^1.13.0",
8+
"@theia/workspace": "^1.13.0",
9+
"@theia/preferences": "^1.13.0",
10+
"@theia/navigator": "^1.13.0",
11+
"@theia/process": "^1.13.0",
12+
"@theia/terminal": "^1.13.0",
13+
"@theia/editor": "^1.13.0",
14+
"@theia/markers": "^1.13.0",
15+
"@theia/monaco": "^1.13.0",
16+
"@theia/messages": "^1.13.0",
1717
"fusion-studio-extension": "1.2.0"
1818
},
1919
"devDependencies": {
20-
"@theia/cli": "^1.12.1"
20+
"@theia/cli": "^1.13.0"
2121
},
2222
"scripts": {
2323
"prepare": "theia build --mode development",

electron-app/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
"name": "electron-app",
44
"version": "1.1.0",
55
"dependencies": {
6-
"@theia/core": "^1.12.1",
7-
"@theia/filesystem": "^1.12.1",
8-
"@theia/workspace": "^1.12.1",
9-
"@theia/preferences": "^1.12.1",
10-
"@theia/navigator": "^1.12.1",
11-
"@theia/process": "^1.12.1",
12-
"@theia/terminal": "^1.12.1",
13-
"@theia/editor": "^1.12.1",
14-
"@theia/markers": "^1.12.1",
15-
"@theia/monaco": "^1.12.1",
16-
"@theia/messages": "^1.12.1",
17-
"@theia/electron": "^1.12.1",
6+
"@theia/core": "^1.13.0",
7+
"@theia/filesystem": "^1.13.0",
8+
"@theia/workspace": "^1.13.0",
9+
"@theia/preferences": "^1.13.0",
10+
"@theia/navigator": "^1.13.0",
11+
"@theia/process": "^1.13.0",
12+
"@theia/terminal": "^1.13.0",
13+
"@theia/editor": "^1.13.0",
14+
"@theia/markers": "^1.13.0",
15+
"@theia/monaco": "^1.13.0",
16+
"@theia/messages": "^1.13.0",
17+
"@theia/electron": "^1.13.0",
1818
"fusion-studio-extension": "1.2.0"
1919
},
2020
"devDependencies": {
21-
"@theia/cli": "^1.12.1"
21+
"@theia/cli": "^1.13.0"
2222
},
2323
"scripts": {
2424
"prepare": "theia build --mode development",

fusion-studio-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"src/browser/style/index.css"
1515
],
1616
"dependencies": {
17-
"@theia/core": "^1.12.1",
17+
"@theia/core": "^1.13.0",
1818
"awesomplete": "1.1.5",
1919
"filesize": "6.3.0",
2020
"mime-types": "2.1.29",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,7 @@
20092009
semver "^5.4.1"
20102010
write-json-file "^2.2.0"
20112011

2012-
"@theia/cli@^1.12.1":
2012+
"@theia/cli@^1.13.0":
20132013
version "1.13.0"
20142014
resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.13.0.tgz#a6870fa3e5134e8bc052cfefde94dc7e8d6750c8"
20152015
integrity sha512-QMdVnH6lkNI3x1PLvnXPUqq/ydGF0vEasBjbOMFymyux6e3Tfi/yeUmEv3POIurDQiHczvMoIfoSCHiL4+D2Rw==
@@ -2048,7 +2048,7 @@
20482048
serialize-javascript "^1.4.0"
20492049
webpack-sources "^1.0.1"
20502050

2051-
"@theia/[email protected]", "@theia/core@^1.12.1":
2051+
"@theia/[email protected]", "@theia/core@^1.13.0":
20522052
version "1.13.0"
20532053
resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.13.0.tgz#86e5a03988977f85ffa20c2c1e9978f2c2ec73cf"
20542054
integrity sha512-ZR0cwYgsWn9FxjyxgShm4WeWhea19VG18abKIeqm+1noNYfUidUQw1AT90Zk5c3HVxUuafmVllIXZvGQJniRuQ==
@@ -2112,7 +2112,7 @@
21122112
ws "^7.1.2"
21132113
yargs "^15.3.1"
21142114

2115-
"@theia/[email protected]", "@theia/editor@^1.12.1":
2115+
"@theia/[email protected]", "@theia/editor@^1.13.0":
21162116
version "1.13.0"
21172117
resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.13.0.tgz#115fa9c7343a6bea82e48eb1499bf98917442048"
21182118
integrity sha512-aszvMJuRIKKBg4n5wjmHVOs6xIYDF+EyfdF7b8zOWiKKHNg3DELQEN87mcgtYtnN2XMfg6Kgyvv0xp1wVvVFTQ==
@@ -2122,7 +2122,7 @@
21222122
"@types/base64-arraybuffer" "0.1.0"
21232123
base64-arraybuffer "^0.1.5"
21242124

2125-
"@theia/electron@^1.12.1":
2125+
"@theia/electron@^1.13.0":
21262126
version "1.13.0"
21272127
resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.13.0.tgz#6b29d582060c54826851a3acba9a37974086e176"
21282128
integrity sha512-22Q0x7SFzD07FKDZ3GcFDTcfDZ/Jfp1YDzuFMXWxxL1S8v/voSzeVi6PTiNbiIZfPN73CYZquIaNFJoT2mw0jg==
@@ -2136,7 +2136,7 @@
21362136
unzipper "^0.9.11"
21372137
yargs "^15.3.1"
21382138

2139-
"@theia/[email protected]", "@theia/filesystem@^1.12.1":
2139+
"@theia/[email protected]", "@theia/filesystem@^1.13.0":
21402140
version "1.13.0"
21412141
resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.13.0.tgz#041f4a268a2762317cd3fb582726c8091a6ead93"
21422142
integrity sha512-G36bT5sonnCjhwAIN2CXu2Q1cn40Bsn1XihbM1btVdC+zcjxMERlHgRR55Idi6tUDxRJJTYj7zhy6OZ1Fkq0uA==
@@ -2155,7 +2155,7 @@
21552155
uuid "^8.0.0"
21562156
vscode-languageserver-textdocument "^1.0.1"
21572157

2158-
"@theia/[email protected]", "@theia/markers@^1.12.1":
2158+
"@theia/[email protected]", "@theia/markers@^1.13.0":
21592159
version "1.13.0"
21602160
resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.13.0.tgz#1065825f47f84ef835a7e560b51fe4e60b2c1ee1"
21612161
integrity sha512-T/Wh+EjQzuj7aE/VoYaYto4rfuRq9i4jLpXfUgLnoI0atL9HKNhFJ1q789mn1TEyfB7XKN3B9zgIiyhCthqUJA==
@@ -2165,7 +2165,7 @@
21652165
"@theia/navigator" "1.13.0"
21662166
"@theia/workspace" "1.13.0"
21672167

2168-
"@theia/messages@^1.12.1":
2168+
"@theia/messages@^1.13.0":
21692169
version "1.13.0"
21702170
resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.13.0.tgz#961b8ecd4ac460107082b3def0d943ccad84817a"
21712171
integrity sha512-XyoDtlj/fgKMv3LxMxAYA4U1kSifrvFuzZA5HCLeep+9MWIwme8fsvzGiYbRQviwnBcqaMUboslrm3BtMC7o5g==
@@ -2180,7 +2180,7 @@
21802180
resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-0.20.0.tgz#0f3cdfd6d1278bbcc3df0224471fc967a4d901c5"
21812181
integrity sha512-6QDOrZRW3dE0RgyD/hXMlVla49ACNjwIX+u9+i/qY+OqaZ1u/QdgdnHy4QO6g4J0lQCyr7nXgqF1BAc+Xbxx2g==
21822182

2183-
"@theia/[email protected]", "@theia/monaco@^1.12.1":
2183+
"@theia/[email protected]", "@theia/monaco@^1.13.0":
21842184
version "1.13.0"
21852185
resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.13.0.tgz#f78105bcc8385ce193eae3be0091242cd8cc2cac"
21862186
integrity sha512-G+sIC2sde2B83EtSH3rF6y5RBxil2O2cppXpUhtQvjcUfNVBfH4kSZ+3Oi1JBv1M4beONx/6pdzlEoTwU76K1A==
@@ -2199,7 +2199,7 @@
21992199
onigasm "^2.2.0"
22002200
vscode-textmate "^4.4.0"
22012201

2202-
"@theia/[email protected]", "@theia/navigator@^1.12.1":
2202+
"@theia/[email protected]", "@theia/navigator@^1.13.0":
22032203
version "1.13.0"
22042204
resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.13.0.tgz#6c1e502ef0b5681bdbc400fd4822bb0f086a2003"
22052205
integrity sha512-kyLhSkb2ZkfRMxy26Uu0distj2TgKYQZCnwDsL3ut6Q5/kX2ymNPM5i2OynpJX8fhtQ5Z6aipBkcAZlCGuXesA==
@@ -2223,7 +2223,7 @@
22232223
dependencies:
22242224
"@theia/core" "1.13.0"
22252225

2226-
"@theia/preferences@^1.12.1":
2226+
"@theia/preferences@^1.13.0":
22272227
version "1.13.0"
22282228
resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.13.0.tgz#97d5497d1dcb81b63275622ef19c7fe25e99025a"
22292229
integrity sha512-aNXStq2cu6d52pspjJOJrZqKUqXNXEnWECtpqS3sFHunyuvcWKY+RFCMglL+E2/PaF9wcIGohROzVhYMAvawWw==
@@ -2236,7 +2236,7 @@
22362236
"@theia/workspace" "1.13.0"
22372237
jsonc-parser "^2.2.0"
22382238

2239-
"@theia/[email protected]", "@theia/process@^1.12.1":
2239+
"@theia/[email protected]", "@theia/process@^1.13.0":
22402240
version "1.13.0"
22412241
resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.13.0.tgz#834a9948990b6c6ea7bcd5308dd12c6f5868e812"
22422242
integrity sha512-IeVaVj5l/WRjzADlXYaWYIAC9bhxpcApwYgkVGJhFhMlYekHdCDjWMJqiJQbs2c4r5DVaDrALtThiT0351CiAg==
@@ -2245,7 +2245,7 @@
22452245
"@theia/node-pty" "0.9.0-theia.6"
22462246
string-argv "^0.1.1"
22472247

2248-
"@theia/terminal@^1.12.1":
2248+
"@theia/terminal@^1.13.0":
22492249
version "1.13.0"
22502250
resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.13.0.tgz#d97b3c13d0ca766e1353674f8af80eee6a42d243"
22512251
integrity sha512-dYey+lLscu1lOCPS5Z43xMyF7ebKjyMJ/EAnYladUNT4Hyx+c949hyrznh2w2+e1UPNrKQ8znYLd/LJKgx+98g==
@@ -2274,7 +2274,7 @@
22742274
dependencies:
22752275
"@theia/core" "1.13.0"
22762276

2277-
"@theia/[email protected]", "@theia/workspace@^1.12.1":
2277+
"@theia/[email protected]", "@theia/workspace@^1.13.0":
22782278
version "1.13.0"
22792279
resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.13.0.tgz#0285703dd7379ff7d8914c5779a6b6291e379227"
22802280
integrity sha512-bCTIlj8ZD0sHEueyEM16IN61SqIlVxEcdS2tpoEQsniw7M+a8B9ZwVYQ3OPdn/veY90Zc+bjw9jX+qkhDOO6aQ==

0 commit comments

Comments
 (0)