From 36dc735317506d83128ddf0b250ccc4cd58bd34d Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Sat, 26 Nov 2022 09:47:46 +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 77810ea..7110a53 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", @@ -60,7 +58,7 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/docs": "^1.4.4", + "@cocreate/docs": "^1.4.5", "@googlemaps/js-api-loader": "^1.12.8" } }