Skip to content

Commit

Permalink
Bump vue-router from 4.2.5 to 4.3.0 in /developers (#980)
Browse files Browse the repository at this point in the history
Bumps [vue-router](https://github.com/vuejs/router) from 4.2.5 to 4.3.0.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.2.5...v4.3.0)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 96d5c12 commit c9ee16e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion developers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"vue": "^3.4.14",
"vue-croppie": "https://github.com/hundredark/vue-croppie#2.0.4",
"vue-i18n": "^9.9.0",
"vue-router": "^4.2.2"
"vue-router": "^4.3.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
Expand Down
18 changes: 9 additions & 9 deletions developers/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,10 @@
"@vue/compiler-dom" "3.4.15"
"@vue/shared" "3.4.15"

"@vue/devtools-api@^6.5.0":
version "6.5.1"
resolved "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.1.tgz#7f71f31e40973eeee65b9a64382b13593fdbd697"
integrity sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==
"@vue/devtools-api@^6.5.0", "@vue/devtools-api@^6.5.1":
version "6.6.1"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.1.tgz#7c14346383751d9f6ad4bea0963245b30220ef83"
integrity sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==

"@vue/[email protected]":
version "3.4.15"
Expand Down Expand Up @@ -3195,12 +3195,12 @@ vue-i18n@^9.9.0:
"@intlify/shared" "9.9.1"
"@vue/devtools-api" "^6.5.0"

vue-router@^4.2.2:
version "4.2.5"
resolved "https://registry.npmjs.org/vue-router/-/vue-router-4.2.5.tgz#b9e3e08f1bd9ea363fdd173032620bc50cf0e98a"
integrity sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==
vue-router@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.3.0.tgz#d5913f27bf68a0a178ee798c3c88be471811a235"
integrity sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==
dependencies:
"@vue/devtools-api" "^6.5.0"
"@vue/devtools-api" "^6.5.1"

vue@^3.4.14:
version "3.4.15"
Expand Down

0 comments on commit c9ee16e

Please sign in to comment.