Skip to content

Commit fc43dff

Browse files
committed
fix: tinyrainbow
1 parent 484b5de commit fc43dff

File tree

4 files changed

+35
-9
lines changed

4 files changed

+35
-9
lines changed

packages/vite-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
"cac": "^6.7.14",
8686
"debug": "^4.3.6",
8787
"pathe": "^1.1.2",
88-
"tinyrainbow": "^1.2.0",
8988
"vite": "^5.0.0"
9089
},
9190
"devDependencies": {
9291
"@jridgewell/trace-mapping": "^0.3.25",
93-
"@types/debug": "^4.1.12"
92+
"@types/debug": "^4.1.12",
93+
"tinyrainbow": "^1.2.0"
9494
}
9595
}

packages/vite-node/rollup.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ const external = [
3232
'node:events',
3333
'node:vm',
3434
]
35-
const esmOnly = [
36-
'tinyrainbow',
37-
]
3835

3936
const plugins = [
4037
resolve({
@@ -71,7 +68,7 @@ export default defineConfig([
7168
entryFileNames: '[name].cjs',
7269
chunkFileNames: 'chunk-[name].cjs',
7370
},
74-
external: external.filter(v => !esmOnly.includes(v)),
71+
external,
7572
plugins,
7673
onwarn,
7774
},

packages/vitest/LICENSE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,35 @@ Repository: sindresorhus/p-locate
12351235
12361236
---------------------------------------
12371237

1238+
## package-manager-detector
1239+
License: MIT
1240+
By: Anthony Fu
1241+
Repository: git+https://github.com/antfu-collective/package-manager-detector.git
1242+
1243+
> MIT License
1244+
>
1245+
> Copyright (c) 2020-PRESENT Anthony Fu <https://github.com/antfu>
1246+
>
1247+
> Permission is hereby granted, free of charge, to any person obtaining a copy
1248+
> of this software and associated documentation files (the "Software"), to deal
1249+
> in the Software without restriction, including without limitation the rights
1250+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1251+
> copies of the Software, and to permit persons to whom the Software is
1252+
> furnished to do so, subject to the following conditions:
1253+
>
1254+
> The above copyright notice and this permission notice shall be included in all
1255+
> copies or substantial portions of the Software.
1256+
>
1257+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1258+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1259+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1260+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1261+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1262+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1263+
> SOFTWARE.
1264+
1265+
---------------------------------------
1266+
12381267
## picomatch
12391268
License: MIT
12401269
By: Jon Schlinkert

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)