提交 aed622bd 作者: Vben

chore: update deps

上级 e78af6f2
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
"eslint-define-config": "^1.0.8", "eslint-define-config": "^1.0.8",
"eslint-plugin-jest": "^24.3.6", "eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.11.1", "eslint-plugin-vue": "^7.12.1",
"esno": "^0.7.3", "esno": "^0.7.3",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"http-server": "^0.12.3", "http-server": "^0.12.3",
...@@ -129,8 +129,8 @@ ...@@ -129,8 +129,8 @@
"vite-plugin-mock": "^2.8.0", "vite-plugin-mock": "^2.8.0",
"vite-plugin-purge-icons": "^0.7.0", "vite-plugin-purge-icons": "^0.7.0",
"vite-plugin-pwa": "^0.8.1", "vite-plugin-pwa": "^0.8.1",
"vite-plugin-style-import": "^1.0.0", "vite-plugin-style-import": "^1.0.1",
"vite-plugin-svg-icons": "^0.7.1", "vite-plugin-svg-icons": "^1.0.0",
"vite-plugin-theme": "^0.8.1", "vite-plugin-theme": "^0.8.1",
"vue-eslint-parser": "^7.6.0", "vue-eslint-parser": "^7.6.0",
"vue-tsc": "^0.2.0" "vue-tsc": "^0.2.0"
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
"resolutions": { "resolutions": {
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it",
"bin-wrapper": "npm:bin-wrapper-china", "bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.52.2" "rollup": "^2.52.3"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="6395" height="1079" viewBox="0 0 6395 1079"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="6395" height="1079" viewBox="0 0 6395 1079">
<defs> <defs>
<clipPath id="clip-path"> <clipPath id="clip-path">
<rect id="Rectangle_73" data-name="Rectangle 73" width="6395" height="1079" transform="translate(-5391)" fill="#fff"/> <rect width="6395" height="1079" transform="translate(-5391)" fill="#fff"/>
</clipPath> </clipPath>
<linearGradient id="linear-gradient" x1="0.747" y1="0.222" x2="0.973" y2="0.807" gradientUnits="objectBoundingBox"> <linearGradient id="linear-gradient" x1="0.747" y1="0.222" x2="0.973" y2="0.807" gradientUnits="objectBoundingBox">
<stop offset="0" stop-color="#2c41b4"/> <stop offset="0" stop-color="#2c41b4"/>
......
...@@ -5,9 +5,10 @@ export interface RequestOptions { ...@@ -5,9 +5,10 @@ export interface RequestOptions {
joinParamsToUrl?: boolean; joinParamsToUrl?: boolean;
// Format request parameter time // Format request parameter time
formatDate?: boolean; formatDate?: boolean;
// Whether to process the request result // Whether to process the request result
isTransformResponse?: boolean; isTransformResponse?: boolean;
// 是否返回原生响应头 比如:需要获取响应头时使用该属性 // Whether to return native response headers
// For example: use this attribute when you need to get the response headers
isReturnNativeResponse?: boolean; isReturnNativeResponse?: boolean;
// Whether to join url // Whether to join url
joinPrefix?: boolean; joinPrefix?: boolean;
......
...@@ -4988,10 +4988,10 @@ eslint-plugin-prettier@^3.4.0: ...@@ -4988,10 +4988,10 @@ eslint-plugin-prettier@^3.4.0:
dependencies: dependencies:
prettier-linter-helpers "^1.0.0" prettier-linter-helpers "^1.0.0"
eslint-plugin-vue@^7.11.1: eslint-plugin-vue@^7.12.1:
version "7.11.1" version "7.12.1"
resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.11.1.tgz#77eb4b44032d5cca79f9af21d06991d8694a314a" resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.12.1.tgz#ef6499ce4fe0566659c8e12c71713f5308630a76"
integrity sha512-lbw3vkEAGqYjqd1HpPFWHXtYaS8mILTJ5KOpJfRxO3Fo7o0wCf1zD7vSOasbm6nTA9xIgvZQ4VcyGIzQXxznHw== integrity sha512-xHf/wCt88qmzqQerjaSteUFGASj7fPreglKD4ijnvoKRkoSJ3/H3kuJE8QFFtc+2wjw6hRDs834HH7vpuTJQzg==
dependencies: dependencies:
eslint-utils "^2.1.0" eslint-utils "^2.1.0"
natural-compare "^1.4.0" natural-compare "^1.4.0"
...@@ -10338,10 +10338,10 @@ rollup-plugin-visualizer@5.5.0: ...@@ -10338,10 +10338,10 @@ rollup-plugin-visualizer@5.5.0:
source-map "^0.7.3" source-map "^0.7.3"
yargs "^16.2.0" yargs "^16.2.0"
rollup@^2.38.5, rollup@^2.43.1, rollup@^2.51.2, rollup@^2.52.2: rollup@^2.38.5, rollup@^2.43.1, rollup@^2.51.2, rollup@^2.52.3:
version "2.52.2" version "2.52.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.52.2.tgz#a7e90d10ddae3e8472c2857bd9f44b09ef34a47a" resolved "https://registry.npmjs.org/rollup/-/rollup-2.52.3.tgz#062fc3c85f67736d6758749310cfee64836c4e2a"
integrity sha512-4RlFC3k2BIHlUsJ9mGd8OO+9Lm2eDF5P7+6DNQOp5sx+7N/1tFM01kELfbxlMX3MxT6owvLB1ln4S3QvvQlbUA== integrity sha512-QF3Sju8Kl2z0osI4unyOLyUudyhOMK6G0AeqJWgfiyigqLAlnNrfBcDWDx+f1cqn+JU2iIYVkDrgQ6/KtwEfrg==
optionalDependencies: optionalDependencies:
fsevents "~2.3.2" fsevents "~2.3.2"
...@@ -12251,10 +12251,10 @@ vite-plugin-pwa@^0.8.1: ...@@ -12251,10 +12251,10 @@ vite-plugin-pwa@^0.8.1:
workbox-build "^6.1.5" workbox-build "^6.1.5"
workbox-window "^6.1.5" workbox-window "^6.1.5"
vite-plugin-style-import@^1.0.0: vite-plugin-style-import@^1.0.1:
version "1.0.0" version "1.0.1"
resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-1.0.0.tgz#344b7f14bcb5aefeb730d3192012c19a0604bb5e" resolved "https://registry.npmjs.org/vite-plugin-style-import/-/vite-plugin-style-import-1.0.1.tgz#bf61337dd11e4ebc0f355f271e06d374b1ca5c79"
integrity sha512-5KCFN+WePRHsjZBtSPsN3Ii/Uas3Ld7d4B2s/I0NB4Iv7SuXuFudMz5IjoFaBqsbitXP7WEJ4XnZFan1fW1hAg== integrity sha512-qinzdBxqkmX4fEyLZJVIBQTrgKivbROgcKJfBRz66knbghYAoe9cQeRptWKh35hE7obiidItWSCrHWkeu+JMVw==
dependencies: dependencies:
"@rollup/pluginutils" "^4.1.0" "@rollup/pluginutils" "^4.1.0"
change-case "^4.1.2" change-case "^4.1.2"
...@@ -12262,10 +12262,10 @@ vite-plugin-style-import@^1.0.0: ...@@ -12262,10 +12262,10 @@ vite-plugin-style-import@^1.0.0:
es-module-lexer "^0.6.0" es-module-lexer "^0.6.0"
magic-string "^0.25.7" magic-string "^0.25.7"
vite-plugin-svg-icons@^0.7.1: vite-plugin-svg-icons@^1.0.0:
version "0.7.1" version "1.0.0"
resolved "https://registry.npmjs.org/vite-plugin-svg-icons/-/vite-plugin-svg-icons-0.7.1.tgz#35d4f2818c13a34a4a68884db537f0b8c2e1f174" resolved "https://registry.npmjs.org/vite-plugin-svg-icons/-/vite-plugin-svg-icons-1.0.0.tgz#f2bd610a604972570dff322b2844eaecfc6c1678"
integrity sha512-yUUxIrXnsJLtYiaw3/ad7D1r/A9ULYirlE7lphcBUWWTKAy5nJ3JJO2XLcr9PuymApkt1oohkHHq5MVMu4+aeg== integrity sha512-8cE1f7diQoU2VyHiXgeS52y5EOVPgvI0nJNUjfg/60IL0xIuZy2BCv4Pb2PCMRvY6JWa9DBkhn1qfJGMNBDLOw==
dependencies: dependencies:
"@types/svgo" "^2.3.0" "@types/svgo" "^2.3.0"
cors "^2.8.5" cors "^2.8.5"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论