Skip to content

Commit

Permalink
remove old dependencies and update google maps dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaidun committed Apr 26, 2023
1 parent 76856fa commit eb4f82c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -32,15 +32,13 @@
"@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",
"npm-run-all": "^4.1.5",
"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"
}
}

0 comments on commit eb4f82c

Please sign in to comment.