![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the non-breaking-changes group with 6 updates: | Package | From | To | | --- | --- | --- | | [vue](https://github.com/vuejs/core) | `3.5.2` | `3.5.3` | | [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.244` | `2.2.245` | | [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) | `4.1.0` | `4.1.1` | | [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.438.0` | `0.439.0` | | [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared) | `3.5.2` | `3.5.3` | | [element-plus](https://github.com/element-plus/element-plus) | `2.8.1` | `2.8.2` | Updates `vue` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.5.2...v3.5.3) Updates `@iconify/json` from 2.2.244 to 2.2.245 - [Commits](https://github.com/iconify/icon-sets/compare/2.2.244...2.2.245) Updates `vite-plugin-dts` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/qmhc/vite-plugin-dts/releases) - [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md) - [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v4.1.0...v4.1.1) Updates `lucide-vue-next` from 0.438.0 to 0.439.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.439.0/packages/lucide-vue-next) Updates `@vue/shared` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.3/packages/shared) Updates `element-plus` from 2.8.1 to 2.8.2 - [Release notes](https://github.com/element-plus/element-plus/releases) - [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md) - [Commits](https://github.com/element-plus/element-plus/compare/2.8.1...2.8.2) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: "@iconify/json" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: vite-plugin-dts dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: lucide-vue-next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: "@vue/shared" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: element-plus 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>
78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"name": "@vben-core/shared",
|
|
"version": "5.2.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/@vben-core/base/shared"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm unbuild"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"sideEffects": false,
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./constants": {
|
|
"types": "./src/constants/index.ts",
|
|
"development": "./src/constants/index.ts",
|
|
"default": "./dist/constants/index.mjs"
|
|
},
|
|
"./utils": {
|
|
"types": "./src/utils/index.ts",
|
|
"development": "./src/utils/index.ts",
|
|
"default": "./dist/utils/index.mjs"
|
|
},
|
|
"./color": {
|
|
"types": "./src/color/index.ts",
|
|
"development": "./src/color/index.ts",
|
|
"default": "./dist/color/index.mjs"
|
|
},
|
|
"./cache": {
|
|
"types": "./src/cache/index.ts",
|
|
"development": "./src/cache/index.ts",
|
|
"default": "./dist/cache/index.mjs"
|
|
},
|
|
"./store": {
|
|
"types": "./src/store.ts",
|
|
"development": "./src/store.ts",
|
|
"default": "./dist/store.mjs"
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@ctrl/tinycolor": "^4.1.0",
|
|
"@tanstack/vue-store": "^0.5.5",
|
|
"@vue/shared": "^3.5.3",
|
|
"clsx": "^2.1.1",
|
|
"defu": "^6.1.4",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"nprogress": "^0.2.0",
|
|
"tailwind-merge": "^2.5.2",
|
|
"theme-colors": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.clonedeep": "^4.5.9",
|
|
"@types/nprogress": "^0.2.3"
|
|
}
|
|
}
|