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-19 15:30:47 +00:00
"version": "5.1.1",
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 5 updates (#4147) Bumps the non-breaking-changes group with 5 updates: | Package | From | To | | --- | --- | --- | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.8` | `15.2.9` | | [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.236` | `2.2.237` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.0.1` | `50.2.0` | | [radix-vue](https://github.com/radix-vue/radix-vue) | `1.9.3` | `1.9.4` | | [axios](https://github.com/axios/axios) | `1.7.3` | `1.7.4` | Updates `lint-staged` from 15.2.8 to 15.2.9 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9) Updates `@iconify/json` from 2.2.236 to 2.2.237 - [Commits](https://github.com/iconify/icon-sets/compare/2.2.236...2.2.237) Updates `eslint-plugin-jsdoc` from 50.0.1 to 50.2.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.0.1...v50.2.0) Updates `radix-vue` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/radix-vue/radix-vue/releases) - [Commits](https://github.com/radix-vue/radix-vue/compare/v1.9.3...v1.9.4) Updates `axios` from 1.7.3 to 1.7.4 - [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.3...v1.7.4) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development 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: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: radix-vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: axios 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>
2024-08-13 21:45:17 +00:00
"axios": "^1.7.4"
2024-06-02 12:50:51 +00:00
},
"devDependencies": {
"axios-mock-adapter": "^2.0.0"
2024-06-02 07:04:37 +00:00
}
}