admin-vben/packages/effects/request/package.json

31 lines
683 B
JSON
Raw Normal View History

2024-06-02 07:04:37 +00:00
{
"name": "@vben/request",
2024-08-25 03:02:15 +00:00
"version": "5.1.2",
2024-06-02 07:04:37 +00:00
"homepage": "https://github.com/vbenjs/vue-vben-admin",
2024-06-16 15:56:20 +00:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-06-02 07:04:37 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "packages/effects/request"
2024-06-02 07:04:37 +00:00
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
2024-06-02 07:04:37 +00:00
"sideEffects": [
"**/*.css"
],
"exports": {
".": {
"types": "./src/index.ts",
"default": "./src/index.ts"
2024-06-02 07:04:37 +00:00
}
},
"dependencies": {
"@vben/locales": "workspace:*",
"@vben/utils": "workspace:*",
chore(deps): bump the non-breaking-changes group with 6 updates (#4225) Bumps the non-breaking-changes group with 6 updates: | Package | From | To | | --- | --- | --- | | [pkg-types](https://github.com/unjs/pkg-types) | `1.1.3` | `1.2.0` | | [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.239` | `2.2.240` | | [@iconify/tailwind](https://github.com/iconify/iconify/tree/HEAD/plugins/tailwind) | `1.1.2` | `1.1.3` | | [lucide-vue-next](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-vue-next) | `0.429.0` | `0.435.0` | | [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.5` | | [element-plus](https://github.com/element-plus/element-plus) | `2.8.0` | `2.8.1` | Updates `pkg-types` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/unjs/pkg-types/releases) - [Changelog](https://github.com/unjs/pkg-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/pkg-types/compare/v1.1.3...v1.2.0) Updates `@iconify/json` from 2.2.239 to 2.2.240 - [Commits](https://github.com/iconify/icon-sets/compare/2.2.239...2.2.240) Updates `@iconify/tailwind` from 1.1.2 to 1.1.3 - [Commits](https://github.com/iconify/iconify/commits/HEAD/plugins/tailwind) Updates `lucide-vue-next` from 0.429.0 to 0.435.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.435.0/packages/lucide-vue-next) Updates `axios` from 1.7.4 to 1.7.5 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.4...v1.7.5) Updates `element-plus` from 2.8.0 to 2.8.1 - [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.0...2.8.1) --- updated-dependencies: - dependency-name: pkg-types dependency-type: direct:production update-type: version-update:semver-minor 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: "@iconify/tailwind" dependency-type: direct:production 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: axios 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> Co-authored-by: Vben <ann.vben@gmail.com>
2024-08-24 04:51:11 +00:00
"axios": "^1.7.5"
2024-06-02 12:50:51 +00:00
},
"devDependencies": {
"axios-mock-adapter": "^2.0.0"
2024-06-02 07:04:37 +00:00
}
}