From c39d0d489fc485b51f286660770dbb9a28d38b38 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Thu, 29 Dec 2022 09:28:03 +0000 Subject: [PATCH] fix: bump dependencies --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7d7235c..01e34f0 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,7 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { - "access": "public" - }, + "publishConfig": { "access": "public" }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -59,7 +57,7 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/docs": "^1.4.26", + "@cocreate/docs": "^1.4.27", "@googlemaps/js-api-loader": "^1.12.8" } }