Skip to content

Commit

Permalink
chore(deps): update vite-plugin-dts to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Feb 24, 2023
1 parent e6467d2 commit 339f3b6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion libs/build-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-plugin-custom-tsconfig": "^1.0.4",
"vite-plugin-dts": "^1.7.1",
"vite-plugin-dts": "^2.0.2",
"vue-tsc": "^1.1.7"
},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
]
},
"prettier": "@myparcel/prettier-config",
"resolutions": {
"vite-plugin-dts": "1.7.2"
},
"devDependencies": {
"@monodeploy/plugin-github": "^0.9.0",
"@myparcel-eslint/eslint-config-esnext": "^1.2.0",
Expand Down
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.16.4":
"@babel/parser@npm:^7.16.4, @babel/parser@npm:^7.20.15":
version: 7.21.2
resolution: "@babel/parser@npm:7.21.2"
bin:
Expand Down Expand Up @@ -489,7 +489,7 @@ __metadata:
languageName: node
linkType: hard

"@jridgewell/sourcemap-codec@npm:1.4.14":
"@jridgewell/sourcemap-codec@npm:1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.13":
version: 1.4.14
resolution: "@jridgewell/sourcemap-codec@npm:1.4.14"
checksum: 61100637b6d173d3ba786a5dff019e1a74b1f394f323c1fee337ff390239f053b87266c7a948777f4b1ee68c01a8ad0ab61e5ff4abb5a012a0b091bec391ab97
Expand Down Expand Up @@ -996,7 +996,7 @@ __metadata:
typescript: ^4.9.5
vite: ^4.1.4
vite-plugin-custom-tsconfig: ^1.0.4
vite-plugin-dts: ^1.7.1
vite-plugin-dts: ^2.0.2
vue-tsc: ^1.1.7
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6485,6 +6485,15 @@ __metadata:
languageName: node
linkType: hard

"magic-string@npm:^0.29.0":
version: 0.29.0
resolution: "magic-string@npm:0.29.0"
dependencies:
"@jridgewell/sourcemap-codec": ^1.4.13
checksum: 19e5398fcfc44804917127c72ad622c68a19a0a10cbdb8d4f9f9417584a087fe9e117140bfb2463d86743cf1ed9cf4182ae0b0ad1a7536f7fdda257ee4449ffb
languageName: node
linkType: hard

"make-dir@npm:^3.0.0":
version: 3.1.0
resolution: "make-dir@npm:3.1.0"
Expand Down Expand Up @@ -9396,21 +9405,23 @@ __metadata:
languageName: node
linkType: hard

"vite-plugin-dts@npm:1.7.2":
version: 1.7.2
resolution: "vite-plugin-dts@npm:1.7.2"
"vite-plugin-dts@npm:^2.0.2":
version: 2.0.2
resolution: "vite-plugin-dts@npm:2.0.2"
dependencies:
"@babel/parser": ^7.20.15
"@microsoft/api-extractor": ^7.33.5
"@rollup/pluginutils": ^5.0.2
"@rushstack/node-core-library": ^3.53.2
debug: ^4.3.4
fast-glob: ^3.2.12
fs-extra: ^10.1.0
kolorist: ^1.6.0
magic-string: ^0.29.0
ts-morph: 17.0.1
peerDependencies:
vite: ">=2.9.0"
checksum: 2445cc131481eddcac8fdff7feabf49018cabf745b0f1e955b45c9ce98313e5e7d9e9bb838af78577866404ed9070d915b4b6bc80c9f6eb91ec95608ce456f2d
checksum: d8bf9a8066d6db088f967379139bc54f78aef495a7827f0680a5c261e9b62b17cfc7b4f8cc4ad94cf3ef08b1aa4740040d471d6557641fbab2174ce4ad059430
languageName: node
linkType: hard

Expand Down

0 comments on commit 339f3b6

Please sign in to comment.