From 6ab99a2052ce9b852e0fed697cecb44807eee5ae Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 26 Apr 2020 14:23:49 +0200 Subject: [PATCH] plugins/graphiql: move dev and test utils to devDependencies --- plugins/graphiql/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json index d52957cf84..2db84d275a 100644 --- a/plugins/graphiql/package.json +++ b/plugins/graphiql/package.json @@ -27,6 +27,8 @@ }, "devDependencies": { "@backstage/cli": "^0.1.1-alpha.4", + "@backstage/dev-utils": "^0.1.1-alpha.4", + "@backstage/test-utils": "^0.1.1-alpha.4", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", @@ -38,8 +40,6 @@ }, "dependencies": { "@backstage/core": "^0.1.1-alpha.4", - "@backstage/dev-utils": "^0.1.1-alpha.4", - "@backstage/test-utils": "^0.1.1-alpha.4", "@backstage/theme": "^0.1.1-alpha.4", "@material-ui/core": "^4.9.1", "@material-ui/icons": "^4.9.1",