Bump vite-plugin-dts from 3.2.0 to 3.3.1 in /js (#21731)
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 3.2.0 to 3.3.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/v3.2.0...v3.3.1) --- updated-dependencies: - dependency-name: vite-plugin-dts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9b4ce2f593
commit
d015fa392c
3 changed files with 14 additions and 18 deletions
|
@ -53,6 +53,6 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^4.4.4",
|
||||
"vite-plugin-checker": "^0.6.1",
|
||||
"vite-plugin-dts": "^3.2.0"
|
||||
"vite-plugin-dts": "^3.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
||||
"vite": "^4.4.4",
|
||||
"vite-plugin-checker": "^0.6.1",
|
||||
"vite-plugin-dts": "^3.2.0",
|
||||
"vite-plugin-dts": "^3.3.1",
|
||||
"vitest": "^0.33.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -416,8 +416,8 @@ importers:
|
|||
specifier: ^0.6.1
|
||||
version: 0.6.1(eslint@8.45.0)(typescript@5.1.6)(vite@4.4.4)
|
||||
vite-plugin-dts:
|
||||
specifier: ^3.2.0
|
||||
version: 3.2.0(@types/node@20.4.2)(typescript@5.1.6)
|
||||
specifier: ^3.3.1
|
||||
version: 3.3.1(@types/node@20.4.2)(rollup@3.26.2)(typescript@5.1.6)(vite@4.4.4)
|
||||
|
||||
libs/ui-shared:
|
||||
dependencies:
|
||||
|
@ -456,8 +456,8 @@ importers:
|
|||
specifier: ^0.6.1
|
||||
version: 0.6.1(eslint@8.45.0)(typescript@5.1.6)(vite@4.4.4)
|
||||
vite-plugin-dts:
|
||||
specifier: ^3.2.0
|
||||
version: 3.2.0(@types/node@20.4.2)(typescript@5.1.6)
|
||||
specifier: ^3.3.1
|
||||
version: 3.3.1(@types/node@20.4.2)(rollup@3.26.2)(typescript@5.1.6)(vite@4.4.4)
|
||||
vitest:
|
||||
specifier: ^0.33.0
|
||||
version: 0.33.0(jsdom@22.1.0)
|
||||
|
@ -6722,32 +6722,28 @@ packages:
|
|||
vscode-uri: 3.0.7
|
||||
dev: true
|
||||
|
||||
/vite-plugin-dts@3.2.0(@types/node@20.4.2)(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-s+dwJvDcb/AWgb49oVbq9JiUSIMwaVpFfV4SVIaBZmv9OZyeyDGxujaq+z4HJ4LB4hUG5c4oRAJyLfV66c763Q==}
|
||||
/vite-plugin-dts@3.3.1(@types/node@20.4.2)(rollup@3.26.2)(typescript@5.1.6)(vite@4.4.4):
|
||||
resolution: {integrity: sha512-RFebFGg6GWKkZqRQ5n6ls8giSiygKMBriJTFp8N+CRbYgI4lMXBxXEx0z2bthfeQv/xB53Wmhn/LNOOqb9OQHQ==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
vite: '*'
|
||||
peerDependenciesMeta:
|
||||
vite:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@microsoft/api-extractor': 7.36.1(@types/node@20.4.2)
|
||||
'@rollup/pluginutils': 5.0.2(rollup@3.26.2)
|
||||
'@rushstack/node-core-library': 3.59.5(@types/node@20.4.2)
|
||||
'@vue/language-core': 1.8.4(typescript@5.1.6)
|
||||
debug: 4.3.4(supports-color@8.1.1)
|
||||
kolorist: 1.8.0
|
||||
typescript: 5.1.6
|
||||
vue-tsc: 1.8.4(typescript@5.1.6)
|
||||
optionalDependencies:
|
||||
rollup: 3.26.2
|
||||
vite: 4.4.4(@types/node@20.4.2)
|
||||
vue-tsc: 1.8.4(typescript@5.1.6)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
- lightningcss
|
||||
- sass
|
||||
- stylus
|
||||
- sugarss
|
||||
- rollup
|
||||
- supports-color
|
||||
- terser
|
||||
dev: true
|
||||
|
||||
/vite@4.4.4(@types/node@20.4.2):
|
||||
|
|
Loading…
Reference in a new issue