Skip to content

Commit

Permalink
chore(v3): upgrade dependencies on v3 package
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Nov 19, 2024
1 parent ccbea5a commit 3f0a36f
Show file tree
Hide file tree
Showing 2 changed files with 505 additions and 283 deletions.
18 changes: 9 additions & 9 deletions packages/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
"@googlemaps/markerclusterer": "^2.5.3",
"lodash.isequal": "^4.5.0",
"mitt": "^3.0.1",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@eslint/js": "^9.15.0",
"@rushstack/eslint-patch": "^1.10.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand All @@ -135,9 +135,9 @@
"@types/jsdom": "^21.1.7",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitejs/plugin-vue-jsx": "^4.1.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-istanbul": "^2.1.5",
"@vitest/coverage-v8": "^2.1.5",
Expand All @@ -146,16 +146,16 @@
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"cpx": "^1.5.0",
"cypress": "^13.15.2",
"cypress": "^13.16.0",
"cypress-plugin-tab": "^1.0.5",
"dotenv": "^16.4.5",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-vue": "^9.31.0",
"gh-pages": "^6.2.0",
"globals": "^15.12.0",
"happy-dom": "^15.11.4",
"happy-dom": "^15.11.6",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"lodash.throttle": "^4.1.1",
Expand All @@ -168,10 +168,10 @@
"start-server-and-test": "^2.0.8",
"stylus": "^0.64.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-vue-devtools": "^7.5.4",
"vite-plugin-vue-devtools": "^7.6.4",
"vitest": "^2.1.5",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.10"
Expand Down
Loading

0 comments on commit 3f0a36f

Please sign in to comment.