Skip to content

Commit 49f94d6

Browse files
chore: use [email protected]
1 parent 8712d7b commit 49f94d6

File tree

4 files changed

+367
-367
lines changed

4 files changed

+367
-367
lines changed

arduino-ide-extension/package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,29 @@
2424
},
2525
"dependencies": {
2626
"@grpc/grpc-js": "^1.8.14",
27-
"@theia/application-package": "1.53.2",
28-
"@theia/core": "1.53.2",
29-
"@theia/debug": "1.53.2",
30-
"@theia/editor": "1.53.2",
31-
"@theia/electron": "1.53.2",
32-
"@theia/filesystem": "1.53.2",
33-
"@theia/keymaps": "1.53.2",
34-
"@theia/markers": "1.53.2",
35-
"@theia/messages": "1.53.2",
36-
"@theia/monaco": "1.53.2",
27+
"@theia/application-package": "1.54.0",
28+
"@theia/core": "1.54.0",
29+
"@theia/debug": "1.54.0",
30+
"@theia/editor": "1.54.0",
31+
"@theia/electron": "1.54.0",
32+
"@theia/filesystem": "1.54.0",
33+
"@theia/keymaps": "1.54.0",
34+
"@theia/markers": "1.54.0",
35+
"@theia/messages": "1.54.0",
36+
"@theia/monaco": "1.54.0",
3737
"@theia/monaco-editor-core": "1.83.101",
38-
"@theia/navigator": "1.53.2",
39-
"@theia/outline-view": "1.53.2",
40-
"@theia/output": "1.53.2",
41-
"@theia/plugin-ext": "1.53.2",
42-
"@theia/plugin-ext-vscode": "1.53.2",
43-
"@theia/preferences": "1.53.2",
44-
"@theia/scm": "1.53.2",
45-
"@theia/search-in-workspace": "1.53.2",
46-
"@theia/terminal": "1.53.2",
47-
"@theia/test": "1.53.2",
48-
"@theia/typehierarchy": "1.53.2",
49-
"@theia/workspace": "1.53.2",
38+
"@theia/navigator": "1.54.0",
39+
"@theia/outline-view": "1.54.0",
40+
"@theia/output": "1.54.0",
41+
"@theia/plugin-ext": "1.54.0",
42+
"@theia/plugin-ext-vscode": "1.54.0",
43+
"@theia/preferences": "1.54.0",
44+
"@theia/scm": "1.54.0",
45+
"@theia/search-in-workspace": "1.54.0",
46+
"@theia/terminal": "1.54.0",
47+
"@theia/test": "1.54.0",
48+
"@theia/typehierarchy": "1.54.0",
49+
"@theia/workspace": "1.54.0",
5050
"@tippyjs/react": "^4.2.5",
5151
"@types/auth0-js": "^9.21.3",
5252
"@types/btoa": "^1.2.3",

electron-app/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"license": "AGPL-3.0-or-later",
66
"main": "./src-gen/backend/electron-main.js",
77
"dependencies": {
8-
"@theia/core": "1.53.2",
9-
"@theia/debug": "1.53.2",
10-
"@theia/editor": "1.53.2",
11-
"@theia/electron": "1.53.2",
12-
"@theia/filesystem": "1.53.2",
13-
"@theia/keymaps": "1.53.2",
14-
"@theia/messages": "1.53.2",
15-
"@theia/monaco": "1.53.2",
16-
"@theia/navigator": "1.53.2",
17-
"@theia/plugin-ext": "1.53.2",
18-
"@theia/plugin-ext-vscode": "1.53.2",
19-
"@theia/preferences": "1.53.2",
20-
"@theia/terminal": "1.53.2",
21-
"@theia/workspace": "1.53.2",
8+
"@theia/core": "1.54.0",
9+
"@theia/debug": "1.54.0",
10+
"@theia/editor": "1.54.0",
11+
"@theia/electron": "1.54.0",
12+
"@theia/filesystem": "1.54.0",
13+
"@theia/keymaps": "1.54.0",
14+
"@theia/messages": "1.54.0",
15+
"@theia/monaco": "1.54.0",
16+
"@theia/navigator": "1.54.0",
17+
"@theia/plugin-ext": "1.54.0",
18+
"@theia/plugin-ext-vscode": "1.54.0",
19+
"@theia/preferences": "1.54.0",
20+
"@theia/terminal": "1.54.0",
21+
"@theia/workspace": "1.54.0",
2222
"arduino-ide-extension": "2.3.5"
2323
},
2424
"devDependencies": {
25-
"@theia/cli": "1.53.2",
25+
"@theia/cli": "1.54.0",
2626
"7zip-min": "^1.4.4",
2727
"chmodr": "^1.2.0",
2828
"compression-webpack-plugin": "^9.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"nx/axios": "^1.6.7"
2323
},
2424
"devDependencies": {
25-
"@theia/cli": "1.53.2",
25+
"@theia/cli": "1.54.0",
2626
"@typescript-eslint/eslint-plugin": "^5.59.0",
2727
"@typescript-eslint/parser": "^5.59.0",
2828
"@xhmikosr/downloader": "^13.0.1",

0 commit comments

Comments
 (0)