From 7fa1e1c0bfe55be4a2bfe1aac06ad4d3b9ecc876 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Fri, 27 Dec 2019 18:43:17 -0500 Subject: [PATCH] (format): alphabetize package.json deps - this is done automatically when adding a dependency via Yarn / NPM - (but not when doing so manually) - format as separate commit so it won't need to be repeated or randomly introduced in others --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b2dc642c8..3e2e83680 100644 --- a/package.json +++ b/package.json @@ -62,8 +62,8 @@ "babylon": "^6.18.0", "camelcase": "^5.0.0", "chalk": "^2.4.2", - "cross-env": "6.0.3", "chokidar-cli": "^1.2.2", + "cross-env": "6.0.3", "cross-spawn": "^6.0.5", "enquirer": "^2.3.0", "eslint": "^6.1.0", @@ -112,8 +112,8 @@ "@types/ms": "^0.7.30", "@types/node": "^13.1.0", "@types/ora": "^3.2.0", - "@types/react": "^16.9.11", "@types/ps-tree": "^1.1.0", + "@types/react": "^16.9.11", "@types/rollup-plugin-json": "^3.0.2", "@types/rollup-plugin-sourcemaps": "^0.4.2", "husky": "^3.0.9",