mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 17:50:25 +08:00
d574fb8b6d
Bumps the non-breaking-changes group with 1 update: [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate). Updates `pinia-plugin-persistedstate` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases) - [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md) - [Commits](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.0.1...v4.0.2) --- updated-dependencies: - 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
721 B
JSON
31 lines
721 B
JSON
{
|
|
"name": "@vben/stores",
|
|
"version": "5.3.0-beta.2",
|
|
"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": "^4.0.2",
|
|
"vue": "^3.5.6",
|
|
"vue-router": "^4.4.5"
|
|
}
|
|
}
|