Skip to content

Commit

Permalink
Bump the patches group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pinia](https://github.com/vuejs/pinia) | `2.2.2` | `2.2.4` |
| [vue-router](https://github.com/vuejs/router) | `4.4.3` | `4.4.5` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.1.3` | `5.1.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.2` | `5.4.8` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.4` | `2.1.6` |


Updates `pinia` from 2.2.2 to 2.2.4
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.2...pinia@2.2.4)

Updates `vue-router` from 4.4.3 to 4.4.5
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.4.3...v4.4.5)

Updates `@vitejs/plugin-vue` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.1.4/packages/plugin-vue)

Updates `vite` from 5.4.2 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

Updates `vue-tsc` from 2.1.4 to 2.1.6
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.1.6/packages/tsc)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 4430940 commit 2aaee3a
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
150 changes: 75 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"dependencies": {
"autosize": "^6.0.1",
"axios": "^1.7.7",
"pinia": "^2.2.2",
"pinia": "^2.2.4",
"ress": "^5.0.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vue-router": "^4.4.5",
"vue-select": "^4.0.0-beta.6",
"vue-toastification": "^2.0.0-rc.5"
},
Expand All @@ -31,7 +31,7 @@
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"eslint": "^8.51.0",
Expand All @@ -42,9 +42,9 @@
"sass": "^1.77.6",
"ts-morph": "^23.0.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite": "^5.4.8",
"vitest": "^2.1.1",
"vue-tsc": "2.1.4"
"vue-tsc": "2.1.6"
},
"private": true,
"type": "module"
Expand Down

0 comments on commit 2aaee3a

Please sign in to comment.