From 125ee70fa391b403fc51d90477e42ec29c39a0f3 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Thu, 21 Nov 2019 10:16:06 +0000 Subject: [PATCH] Sort package.json dependencies alphabetically --- arduino-ide-extension/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arduino-ide-extension/package.json b/arduino-ide-extension/package.json index efa4996e..e21daa9f 100644 --- a/arduino-ide-extension/package.json +++ b/arduino-ide-extension/package.json @@ -10,31 +10,31 @@ "@grpc/grpc-js": "^0.4.0", "@theia/application-package": "next", "@theia/core": "next", + "@theia/cpp": "next", "@theia/editor": "next", "@theia/filesystem": "next", "@theia/git": "next", "@theia/languages": "next", "@theia/markers": "next", "@theia/monaco": "next", - "@theia/outline-view": "next", - "@theia/workspace": "next", "@theia/navigator": "next", - "@theia/terminal": "next", + "@theia/outline-view": "next", "@theia/search-in-workspace": "next", - "@theia/cpp": "next", - "@types/ps-tree": "^1.1.0", - "@types/which": "^1.3.1", - "@types/react-select": "^3.0.0", + "@theia/terminal": "next", + "@theia/workspace": "next", "@types/google-protobuf": "^3.7.1", + "@types/ps-tree": "^1.1.0", + "@types/react-select": "^3.0.0", + "@types/which": "^1.3.1", "css-element-queries": "^1.2.0", - "react-select": "^3.0.4", "p-queue": "^5.0.0", "ps-tree": "^1.2.0", + "react-select": "^3.0.4", + "semver": "^6.3.0", "string-natural-compare": "^2.0.3", "tree-kill": "^1.2.1", "upath": "^1.1.2", - "which": "^1.3.1", - "semver": "^6.3.0" + "which": "^1.3.1" }, "scripts": { "prepare": "yarn download-cli && yarn download-ls && yarn run clean && yarn run build",