Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Aug 17, 2023
1 parent c8d57bb commit a1e5520
Show file tree
Hide file tree
Showing 2 changed files with 690 additions and 1,024 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,39 +44,39 @@
"lint": "npx eslint --ext .ts,.vue src dev docs --fix",
"build:umd": "node ./scripts/build-umd.js",
"build": "pnpm clean && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.build.json && vite build && pnpm build:umd",
"build2": "vite build",
"docs": "vitepress dev docs",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"release": "standard-version"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.12.11",
"@googlemaps/js-api-loader": "^1.16.2",
"@googlemaps/markerclusterer": "^2.4.0",
"fast-deep-equal": "^3.1.3",
"vite-plugin-css-injected-by-js": "^3.2.1"
"vite-plugin-css-injected-by-js": "^3.3.0"
},
"devDependencies": {
"@types/google.maps": "^3.45.6",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@vitejs/plugin-vue": "^4.2.3",
"@types/google.maps": "^3.53.6",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^4.3.1",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.20.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"standard-version": "^9.3.2",
"ttypescript": "^1.5.12",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vitepress": "^0.14.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"standard-version": "^9.5.0",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vitepress": "^1.0.0-rc.4",
"vue": "^3.3.4",
"vue-tsc": "^1.8.5"
"vue-tsc": "^1.8.8"
},
"peerDependencies": {
"vue": "^3.3.4"
Expand Down
Loading

0 comments on commit a1e5520

Please sign in to comment.