Skip to content

Commit a990845

Browse files
authored
fix(cli): prompted packages fail to install (#4593)
1 parent 0802167 commit a990845

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

packages/vitest/LICENSE.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,23 +1085,6 @@ Repository: sindresorhus/p-locate
10851085
10861086
---------------------------------------
10871087

1088-
## path-exists
1089-
License: MIT
1090-
By: Sindre Sorhus
1091-
Repository: sindresorhus/path-exists
1092-
1093-
> MIT License
1094-
>
1095-
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1096-
>
1097-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1098-
>
1099-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1100-
>
1101-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1102-
1103-
---------------------------------------
1104-
11051088
## picomatch
11061089
License: MIT
11071090
By: Jon Schlinkert

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
},
162162
"devDependencies": {
163163
"@ampproject/remapping": "^2.2.1",
164-
"@antfu/install-pkg": "^0.1.1",
164+
"@antfu/install-pkg": "^0.3.1",
165165
"@edge-runtime/vm": "^3.1.7",
166166
"@sinonjs/fake-timers": "11.1.0",
167167
"@types/estree": "^1.0.5",

pnpm-lock.yaml

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)