Skip to content

Commit

Permalink
chore(deps): update dependency enhanced-resolve to v5.17.1 (#6545)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caohuilin <caohuilin@bytedance.com>
  • Loading branch information
renovate[bot] and caohuilin authored Nov 19, 2024
1 parent 962c267 commit 75a1e36
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/runtime/plugin-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"@testing-library/react": "^13.4.0",
"@types/testing-library__jest-dom": "^5.14.3",
"babel-jest": "^29.5.0",
"enhanced-resolve": "5.12.0",
"enhanced-resolve": "5.17.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29",
"jest-environment-jsdom": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/solutions/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@rollup/pluginutils": "4.1.1",
"@swc/helpers": "0.5.13",
"convert-source-map": "1.8.0",
"enhanced-resolve": "5.12.0",
"enhanced-resolve": "5.17.1",
"esbuild": "0.19.2",
"magic-string": "0.30.12",
"postcss": "^8.4.35",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function createEnhancedResolve(options: ResolverOptions): {
}
const resolveOptions = {
aliasFields: options.platform === 'browser' ? ['browser'] : [],
FileSystem: new CachedInputFileSystem(fs, 4000),
FileSystem: new CachedInputFileSystem(fs as any, 4000),
mainFields: options.mainFields,
mainFiles: ['index'],
extensions: options.extensions,
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@swc/jest": "^0.2.22",
"@types/jest": "^29",
"@types/node": "^14",
"enhanced-resolve": "5.12.0",
"enhanced-resolve": "5.17.1",
"esbuild": "0.17.19",
"jest": "^29"
}
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/jest": "^29",
"@types/node": "^14",
"cross-spawn": "^7.0.3",
"enhanced-resolve": "5.12.0",
"enhanced-resolve": "5.17.1",
"fs-extra": "^10.0.0",
"get-port": "5.0.0",
"jest": "^29",
Expand Down

0 comments on commit 75a1e36

Please sign in to comment.