Skip to content

Commit 7d862d8

Browse files
committed
chore: update
1 parent 1f440ec commit 7d862d8

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

packages/core/tests/__snapshots__/config.test.ts.snap

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,10 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
325325
function () { /* omitted long function */ },
326326
/^@rsbuild\\/core($|\\/|\\\\)/,
327327
/^rsbuild-plugin-dts($|\\/|\\\\)/,
328-
/^tinyglobby($|\\/|\\\\)/,
329328
/^@microsoft\\/api-extractor($|\\/|\\\\)/,
330329
/^typescript($|\\/|\\\\)/,
331330
'@rsbuild/core',
332331
'rsbuild-plugin-dts',
333-
'tinyglobby',
334332
'@microsoft/api-extractor',
335333
'typescript',
336334
'assert',
@@ -1023,12 +1021,10 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
10231021
externals: [
10241022
/^@rsbuild\\/core($|\\/|\\\\)/,
10251023
/^rsbuild-plugin-dts($|\\/|\\\\)/,
1026-
/^tinyglobby($|\\/|\\\\)/,
10271024
/^@microsoft\\/api-extractor($|\\/|\\\\)/,
10281025
/^typescript($|\\/|\\\\)/,
10291026
'@rsbuild/core',
10301027
'rsbuild-plugin-dts',
1031-
'tinyglobby',
10321028
'@microsoft/api-extractor',
10331029
'typescript',
10341030
'assert',
@@ -3477,12 +3473,10 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
34773473
[Function],
34783474
/\\^@rsbuild\\\\/core\\(\\$\\|\\\\/\\|\\\\\\\\\\)/,
34793475
/\\^rsbuild-plugin-dts\\(\\$\\|\\\\/\\|\\\\\\\\\\)/,
3480-
/\\^tinyglobby\\(\\$\\|\\\\/\\|\\\\\\\\\\)/,
34813476
/\\^@microsoft\\\\/api-extractor\\(\\$\\|\\\\/\\|\\\\\\\\\\)/,
34823477
/\\^typescript\\(\\$\\|\\\\/\\|\\\\\\\\\\)/,
34833478
"@rsbuild/core",
34843479
"rsbuild-plugin-dts",
3485-
"tinyglobby",
34863480
"@microsoft/api-extractor",
34873481
"typescript",
34883482
"assert",
@@ -3755,12 +3749,10 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
37553749
"externals": [
37563750
/\\^@rsbuild\\\\/core\\(\\$\\|\\\\/\\|\\\\\\\\\\)/,
37573751
/\\^rsbuild-plugin-dts\\(\\$\\|\\\\/\\|\\\\\\\\\\)/,
3758-
/\\^tinyglobby\\(\\$\\|\\\\/\\|\\\\\\\\\\)/,
37593752
/\\^@microsoft\\\\/api-extractor\\(\\$\\|\\\\/\\|\\\\\\\\\\)/,
37603753
/\\^typescript\\(\\$\\|\\\\/\\|\\\\\\\\\\)/,
37613754
"@rsbuild/core",
37623755
"rsbuild-plugin-dts",
3763-
"tinyglobby",
37643756
"@microsoft/api-extractor",
37653757
"typescript",
37663758
"assert",

packages/plugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@ast-grep/napi": "0.37.0",
3434
"magic-string": "^0.30.19",
3535
"picocolors": "1.1.1",
36-
"tinyglobby": "^0.2.15",
36+
"tinyglobby": "0.2.14",
3737
"tsconfig-paths": "^4.2.0"
3838
},
3939
"devDependencies": {

pnpm-lock.yaml

Lines changed: 2 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)