Skip to content

Commit 541334e

Browse files
fix(deps): update types (main) (#7900)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <[email protected]>
1 parent abd3042 commit 541334e

File tree

7 files changed

+33
-25
lines changed

7 files changed

+33
-25
lines changed

.github/renovate.json5

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@
133133
"@rsbuild/plugin-styled-components",
134134
"@rspress/shared",
135135
"@rspress/plugin-llms",
136-
"rspress"
136+
"rspress",
137+
"@module-federation/modern-js",
138+
"@module-federation/bridge-react",
139+
"@module-federation/runtime"
137140
]
138141
}

packages/cli/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@scripts/build": "workspace:*",
6868
"@scripts/vitest-config": "workspace:*",
6969
"@types/html-minifier-terser": "^7.0.2",
70-
"@types/lodash": "^4.17.20",
70+
"@types/lodash": "^4.17.21",
7171
"react": "^19.2.0",
7272
"terser": "^5.44.1",
7373
"typescript": "^5.3.0"

packages/cli/plugin-styled-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@modern-js/app-tools": "workspace:*",
2626
"@modern-js/runtime": "workspace:*",
27-
"@types/styled-components": "^5.1.35",
27+
"@types/styled-components": "^5.1.36",
2828
"styled-components": "^5.3.1",
2929
"@types/jest": "^29.5.14",
3030
"@types/node": "^20",

pnpm-lock.yaml

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

scripts/prebundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/inquirer": "8.2.12",
3030
"@types/js-yaml": "4.0.9",
3131
"@types/less": "3.0.8",
32-
"@types/lodash": "^4.17.20",
32+
"@types/lodash": "^4.17.21",
3333
"@types/mime-types": "2.1.4",
3434
"@types/minimist": "1.2.5",
3535
"@types/normalize-path": "3.0.2",

scripts/vitest-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@modern-js/tsconfig": "workspace:*",
15-
"@types/lodash": "^4.17.20",
15+
"@types/lodash": "^4.17.21",
1616
"@types/node": "^20",
1717
"execa": "5.1.1",
1818
"fs-extra": "^10.1.0",

tests/e2e/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@playwright/test": "1.56.1",
1919
"@rsbuild/core": "1.6.7",
2020
"@types/connect": "^3.4.38",
21-
"@types/lodash": "^4.17.20",
21+
"@types/lodash": "^4.17.21",
2222
"@types/node": "^20",
2323
"@types/react": "^19.1.8",
2424
"@types/react-dom": "^19.1.6",

0 commit comments

Comments
 (0)