From 94ea8dd84cc0a2bf71316a5206a18f9c6eaeaa8f Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 20 Mar 2022 11:50:21 +0100 Subject: [PATCH] cli: sort dependencies Signed-off-by: Patrik Oldsberg --- packages/cli/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index f9147b924e..782be7eb79 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -68,7 +68,6 @@ "esbuild": "^0.14.10", "esbuild-loader": "^2.18.0", "eslint": "^8.6.0", - "eslint-webpack-plugin": "^2.6.0", "eslint-config-prettier": "^8.3.0", "eslint-formatter-friendly": "^7.0.0", "eslint-plugin-import": "^2.25.4", @@ -77,6 +76,7 @@ "eslint-plugin-monorepo": "^0.3.2", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", + "eslint-webpack-plugin": "^2.6.0", "express": "^4.17.1", "fork-ts-checker-webpack-plugin": "^7.0.0-alpha.8", "fs-extra": "10.0.1", @@ -86,13 +86,13 @@ "inquirer": "^8.2.0", "jest": "^26.0.1", "jest-css-modules": "^2.1.0", - "json-schema": "^0.4.0", "jest-transform-yaml": "^1.0.0", + "json-schema": "^0.4.0", "lodash": "^4.17.21", - "minimatch": "5.0.1", "mini-css-extract-plugin": "^2.4.2", - "npm-packlist": "^3.0.0", + "minimatch": "5.0.1", "node-libs-browser": "^2.2.1", + "npm-packlist": "^3.0.0", "ora": "^5.3.0", "postcss": "^8.1.0", "process": "^0.11.10", @@ -123,9 +123,9 @@ "devDependencies": { "@backstage/backend-common": "^0.13.1", "@backstage/config": "^1.0.0", + "@backstage/core-app-api": "^1.0.0", "@backstage/core-components": "^0.9.2", "@backstage/core-plugin-api": "^1.0.0", - "@backstage/core-app-api": "^1.0.0", "@backstage/dev-utils": "^1.0.0", "@backstage/test-utils": "^1.0.0", "@backstage/theme": "^0.2.15", @@ -147,9 +147,9 @@ "@types/yarnpkg__lockfile": "^1.1.4", "del": "^6.0.0", "mock-fs": "^5.1.0", + "msw": "^0.35.0", "nodemon": "^2.0.2", - "ts-node": "^10.0.0", - "msw": "^0.35.0" + "ts-node": "^10.0.0" }, "peerDependencies": { "@microsoft/api-extractor": "^7.19.2"