diff --git a/packages/babel-plugin-jest-hoist/package.json b/packages/babel-plugin-jest-hoist/package.json index 5bd8e18dec46..f3711657bfce 100644 --- a/packages/babel-plugin-jest-hoist/package.json +++ b/packages/babel-plugin-jest-hoist/package.json @@ -22,7 +22,6 @@ "dependencies": { "@babel/template": "^7.3.3", "@babel/types": "^7.3.3", - "@prettier/sync": "^0.3.0", "@types/babel__core": "^7.1.14", "@types/babel__traverse": "^7.0.6" }, @@ -30,6 +29,7 @@ "@babel/core": "^7.11.6", "@babel/preset-react": "^7.12.1", "@babel/preset-typescript": "^7.0.0", + "@prettier/sync": "^0.3.0", "@types/babel__template": "^7.0.2", "@types/node": "*", "@types/prettier": "^2.1.5",