Bump vite-plugin-dts from 1.7.1 to 1.7.2 (#4337)

Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 1.7.1 to 1.7.2.
- [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/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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:
dependabot[bot] 2023-02-06 11:44:40 +01:00 committed by GitHub
parent a28c8b9475
commit 0659324b60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -53,6 +53,6 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^3.2.5",
"vite-plugin-checker": "^0.5.5",
"vite-plugin-dts": "^1.7.1"
"vite-plugin-dts": "^1.7.2"
}
}

26
package-lock.json generated
View file

@ -175,7 +175,7 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^3.2.5",
"vite-plugin-checker": "^0.5.5",
"vite-plugin-dts": "^1.7.1"
"vite-plugin-dts": "^1.7.2"
}
},
"node_modules/@4tw/cypress-drag-drop": {
@ -4032,12 +4032,12 @@
}
},
"node_modules/@ts-morph/common": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.17.0.tgz",
"integrity": "sha512-RMSSvSfs9kb0VzkvQ2NWobwnj7TxCA9vI/IjR9bDHqgAyVbu2T0DN4wiKVqomyDWqO7dPr/tErSfq7urQ1Q37g==",
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.18.1.tgz",
"integrity": "sha512-RVE+zSRICWRsfrkAw5qCAK+4ZH9kwEFv5h0+/YeHTLieWP7F4wWq4JsKFuNWG+fYh/KF+8rAtgdj5zb2mm+DVA==",
"dev": true,
"dependencies": {
"fast-glob": "^3.2.11",
"fast-glob": "^3.2.12",
"minimatch": "^5.1.0",
"mkdirp": "^1.0.4",
"path-browserify": "^1.0.1"
@ -15708,12 +15708,12 @@
}
},
"node_modules/ts-morph": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-16.0.0.tgz",
"integrity": "sha512-jGNF0GVpFj0orFw55LTsQxVYEUOCWBAbR5Ls7fTYE5pQsbW18ssTb/6UXx/GYAEjS+DQTp8VoTw0vqYMiaaQuw==",
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-17.0.1.tgz",
"integrity": "sha512-10PkHyXmrtsTvZSL+cqtJLTgFXkU43Gd0JCc0Rw6GchWbqKe0Rwgt1v3ouobTZwQzF1mGhDeAlWYBMGRV7y+3g==",
"dev": true,
"dependencies": {
"@ts-morph/common": "~0.17.0",
"@ts-morph/common": "~0.18.0",
"code-block-writer": "^11.0.3"
}
},
@ -16495,9 +16495,9 @@
}
},
"node_modules/vite-plugin-dts": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/vite-plugin-dts/-/vite-plugin-dts-1.7.1.tgz",
"integrity": "sha512-2oGMnAjcrZN7jM1TloiS1b1mCn42s3El04ix2RFhId5P1WfMigF8WAwsqT6a6jk0Yso8t7AeZsBkkxYShR0hBQ==",
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/vite-plugin-dts/-/vite-plugin-dts-1.7.2.tgz",
"integrity": "sha512-55Jwfv6n8gAlRSVGCpIY13TCqadtaKex9d2mCbaSxMFAU06suMDsFhIch1x55eptpC2RpeiresqbTjhN2HSEtQ==",
"dev": true,
"dependencies": {
"@microsoft/api-extractor": "^7.33.5",
@ -16507,7 +16507,7 @@
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"kolorist": "^1.6.0",
"ts-morph": "^16.0.0"
"ts-morph": "17.0.1"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"