Skip to content

Commit dbf4451

Browse files
committed
chore: update
1 parent c075bfd commit dbf4451

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

.github/renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
// umd tests need to lock this version
6767
'react-18',
6868
'react-dom-18',
69+
// bundled dts tests need to lock this version
70+
'@vitest/expect',
6971
// see https://github.com/web-infra-dev/rslib/pull/992
7072
'@ast-grep/napi',
7173
],

pnpm-lock.yaml

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

tests/integration/dts/bundle/bundled-packages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"type": "module",
66
"devDependencies": {
7-
"@vitest/expect": "3.2.2"
7+
"@vitest/expect": "3.1.4"
88
}
99
}

0 commit comments

Comments
 (0)