Skip to content

Commit

Permalink
fix: Fix unsupported platform error for s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <[email protected]>
  • Loading branch information
RomanNikitenko committed Jul 23, 2022
1 parent ef6a569 commit 4dcc762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"commander": "^7.0.0",
"debug": "^4.3.2",
"electron-osx-sign": "^0.4.16",
"esbuild": "^0.14.2",
"esbuild": "^0.14.49",
"extract-zip": "^2.0.1",
"fs-extra": "^9.1.0",
"got": "11.8.5",
Expand Down
2 changes: 1 addition & 1 deletion code/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@parcel/watcher": "2.0.5",
"esbuild": "^0.11.12",
"esbuild": "^0.14.49",
"vscode-grammar-updater": "^1.1.0"
}
}

0 comments on commit 4dcc762

Please sign in to comment.