From eb4f82cd813587faa81d745d3c4ea8bc41e6dca5 Mon Sep 17 00:00:00 2001 From: Rahul Vaidun <19789246+rvaidun@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:21:07 -0700 Subject: [PATCH] remove old dependencies and update google maps dependency --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7842675..9a51e24 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { - "@fawmi/vue-google-maps": "0.9.67", + "@fawmi/vue-google-maps": "0.9.79", "d3": "^7.6.1", "i": "^0.3.7", "js-sha256": "^0.9.0", @@ -32,7 +32,6 @@ "@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue-jsx": "^1.3.10", "@vue/eslint-config-prettier": "^7.0.0", - "@vue/tsconfig": "^0.1.3", "autoprefixer": "^10.4.7", "eslint": "^8.5.0", "eslint-plugin-vue": "^9.0.0", @@ -40,7 +39,6 @@ "postcss": "^8.4.14", "prettier": "^2.5.1", "tailwindcss": "^3.1.5", - "vite": "^2.9.12", - "vite-plugin-pwa": "^0.12.6" + "vite": "^2.9.12" } }