Skip to content

Commit 7c8af63

Browse files
committedJan 11, 2024
chore: update deps and lockfile
1 parent 2ad8e92 commit 7c8af63

File tree

3 files changed

+1446
-952
lines changed

3 files changed

+1446
-952
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
},
2828
"dependencies": {
2929
"acorn": "^8.11.3",
30-
"pathe": "^1.1.1",
30+
"pathe": "^1.1.2",
3131
"pkg-types": "^1.0.3",
3232
"ufo": "^1.3.2"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^20.10.7",
36-
"@vitest/coverage-v8": "^0.34.6",
35+
"@types/node": "^20.11.0",
36+
"@vitest/coverage-v8": "^1.1.3",
3737
"changelogen": "^0.5.5",
3838
"eslint": "^8.56.0",
3939
"eslint-config-unjs": "^0.2.1",
@@ -42,7 +42,7 @@
4242
"prettier": "^3.1.1",
4343
"typescript": "^5.3.3",
4444
"unbuild": "^2.0.0",
45-
"vitest": "^0.34.6"
45+
"vitest": "^1.1.3"
4646
},
4747
"packageManager": "pnpm@8.14.0"
48-
}
48+
}

‎pnpm-lock.yaml

+1,439-945
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎test/exports.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ describe("findTypeExports", () => {
345345
"type": "declaration",
346346
},
347347
{
348-
"code": "export type { Foo } from \\"./foo\\"",
348+
"code": "export type { Foo } from "./foo"",
349349
"end": 43,
350350
"exports": " Foo",
351351
"name": "Foo",
@@ -357,7 +357,7 @@ describe("findTypeExports", () => {
357357
"type": "named",
358358
},
359359
{
360-
"code": "export type { Bar } from \\"./bar\\"",
360+
"code": "export type { Bar } from "./bar"",
361361
"end": 87,
362362
"exports": " Bar",
363363
"name": "Bar",

0 commit comments

Comments
 (0)
Please sign in to comment.