From b0e0ce5aa066021f42f1aa3c42ef703f82cb60c2 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 21 Apr 2020 19:48:19 +0200 Subject: [PATCH] fix(deps): update dependency prettier to ^2.0.5 (#435) --- 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 f25c179ef..6214d5965 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": "^4.0.0", - "prettier": "^2.0.4", + "prettier": "^2.0.5", "puppeteer": "^3.0.0", "showcase": "file:./showcase-0.1.0.tgz", "tree-kill": "^1.2.2",