Skip to content

Commit ba813d2

Browse files
author
Akos Kitta
committed
fix: removed unnecessary resolution
with `@theia/*@1.31.1`, it is obsolete Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent e3c5bc2 commit ba813d2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
},
3939
"resolutions": {
4040
"@types/react": "18.0.0",
41-
"@types/react-dom": "18.0.0",
42-
"electron-rebuild": "3.2.9"
41+
"@types/react-dom": "18.0.0"
4342
},
4443
"scripts": {
4544
"prepare": "lerna run prepare && yarn download:plugins",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6541,7 +6541,7 @@ ejs@^3.1.7:
65416541
dependencies:
65426542
jake "^10.8.5"
65436543

6544-
electron-rebuild@3.2.9, electron-rebuild@^3.2.7:
6544+
electron-rebuild@^3.2.7:
65456545
version "3.2.9"
65466546
resolved "https://registry.yarnpkg.com/electron-rebuild/-/electron-rebuild-3.2.9.tgz#ea372be15f591f8d6d978ee9bca6526dadbcf20f"
65476547
integrity sha512-FkEZNFViUem3P0RLYbZkUjC8LUFIK+wKq09GHoOITSJjfDAVQv964hwaNseTTWt58sITQX3/5fHNYcTefqaCWw==

0 commit comments

Comments
 (0)