mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
7d2bcf476f
Bumps the non-breaking-changes group with 2 updates: [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) and [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate). Updates `vue-tsc` from 2.0.29 to 2.1.2 - [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.2/packages/tsc) Updates `pinia-plugin-persistedstate` from 3.2.1 to 3.2.3 - [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases) - [Commits](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v3.2.1...v3.2.3) --- updated-dependencies: - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: pinia-plugin-persistedstate dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
31 lines
715 B
JSON
31 lines
715 B
JSON
{
|
|
"name": "@vben/stores",
|
|
"version": "5.2.0",
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
"directory": "packages/stores"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@vben-core/shared": "workspace:*",
|
|
"@vben-core/typings": "workspace:*",
|
|
"pinia": "2.2.2",
|
|
"pinia-plugin-persistedstate": "^3.2.3",
|
|
"vue": "^3.4.38",
|
|
"vue-router": "^4.4.3"
|
|
}
|
|
}
|