Skip to content

Commit f57e6ea

Browse files
chore(deps): update types (main) (#7782)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <caohuilin@bytedance.com>
1 parent 6ab8b62 commit f57e6ea

File tree

8 files changed

+44
-44
lines changed

8 files changed

+44
-44
lines changed

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.34",
27+
"@types/styled-components": "^5.1.35",
2828
"styled-components": "^5.3.1",
2929
"@types/jest": "^29.5.14",
3030
"@types/node": "^20",

packages/server/bff-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@scripts/build": "workspace:*",
4747
"@scripts/jest-config": "workspace:*",
4848
"@types/jest": "^29.5.14",
49-
"@types/koa-compose": "^3.2.8",
49+
"@types/koa-compose": "^3.2.9",
5050
"@types/node": "^20",
5151
"jest": "^29.7.0",
5252
"ts-node": "^10.9.2",

pnpm-lock.yaml

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

tests/e2e/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^20",
2323
"@types/react": "^19.1.8",
2424
"@types/react-dom": "^19.1.6",
25-
"@types/serve-static": "^1.15.9",
25+
"@types/serve-static": "^1.15.10",
2626
"connect": "^3.7.0",
2727
"serve-static": "^1.16.2",
2828
"typescript": "^5"

tests/integration/bff-corss-project/bff-api-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@modern-js/app-tools": "workspace:*",
25-
"@types/express": "^4.17.23",
25+
"@types/express": "^4.17.24",
2626
"@types/jest": "^29.5.14",
2727
"@types/node": "^20",
2828
"@types/react": "^19.1.8",

tests/integration/bff-corss-project/bff-client-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@modern-js/app-tools": "workspace:*",
27-
"@types/express": "^4.17.23",
27+
"@types/express": "^4.17.24",
2828
"@types/jest": "^29.5.14",
2929
"@types/node": "^20",
3030
"@types/react": "^19.1.8",

tests/integration/bff-corss-project/bff-indep-client-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@modern-js/app-tools": "workspace:*",
28-
"@types/express": "^4.17.23",
28+
"@types/express": "^4.17.24",
2929
"@types/jest": "^29.5.14",
3030
"@types/node": "^20",
3131
"@types/react": "^19.1.8",

tests/integration/server-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@modern-js/app-tools": "workspace:*",
1919
"@modern-js/server-core": "workspace:*",
2020
"@modern-js/utils": "workspace:*",
21-
"@types/express": "^4.17.23",
21+
"@types/express": "^4.17.24",
2222
"@types/jest": "^29.5.14",
2323
"@types/node": "^20",
2424
"@types/react": "^19.1.8",

0 commit comments

Comments
 (0)