From bc14dc87939b71f67532ddf12994f271f691c8a0 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 6 Apr 2020 19:39:44 +0200 Subject: [PATCH] fix(deps): update dependency prettier to ^2.0.4 (#388) --- test-fixtures/test-application-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-fixtures/test-application-js/package.json b/test-fixtures/test-application-js/package.json index cc2f03dea..86af976ef 100644 --- a/test-fixtures/test-application-js/package.json +++ b/test-fixtures/test-application-js/package.json @@ -18,7 +18,7 @@ "karma-webpack": "^4.0.2", "mocha": "^6.2.3", "null-loader": "^3.0.0", - "prettier": "^2.0.2", + "prettier": "^2.0.4", "puppeteer": "^2.1.1", "showcase": "file:./showcase-0.1.0.tgz", "tree-kill": "^1.2.2",