Skip to content

Commit 6530592

Browse files
chore(deps): update dependency @rslib/core to v0.18.2 (main) (#7937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: caohuilin <[email protected]>
1 parent 09db7ce commit 6530592

File tree

27 files changed

+88
-88
lines changed

27 files changed

+88
-88
lines changed

packages/cli/plugin-bff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@modern-js/types": "workspace:*",
123123
"@rsbuild/core": "1.6.9",
124124
"@scripts/jest-config": "workspace:*",
125-
"@rslib/core": "0.18.0",
125+
"@rslib/core": "0.18.2",
126126
"@modern-js/rslib": "workspace:*",
127127
"@types/babel__core": "^7.20.5",
128128
"@types/jest": "^29.5.14",

packages/cli/plugin-data-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@modern-js/server-core": "workspace:*",
6464
"@modern-js/types": "workspace:*",
6565
"@scripts/rstest-config": "workspace:*",
66-
"@rslib/core": "0.18.0",
66+
"@rslib/core": "0.18.2",
6767
"@modern-js/rslib": "workspace:*",
6868
"@types/babel__core": "^7.20.5",
6969
"@types/node": "^20",

packages/cli/plugin-ssg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@modern-js/app-tools": "workspace:*",
8686
"@modern-js/types": "workspace:*",
8787
"@scripts/rstest-config": "workspace:*",
88-
"@rslib/core": "0.18.0",
88+
"@rslib/core": "0.18.2",
8989
"@modern-js/rslib": "workspace:*",
9090
"@types/node": "^20",
9191
"react": "^19.2.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-
"@rslib/core": "0.18.0",
27+
"@rslib/core": "0.18.2",
2828
"@modern-js/rslib": "workspace:*",
2929
"@types/styled-components": "^5.1.36",
3030
"styled-components": "^5.3.1",

packages/generator/sandpack-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@modern-js/generator-utils": "workspace:*",
6161
"@modern-js/mwa-generator": "workspace:*",
6262
"@scripts/jest-config": "workspace:*",
63-
"@rslib/core": "0.18.0",
63+
"@rslib/core": "0.18.2",
6464
"@modern-js/rslib": "workspace:*",
6565
"@types/jest": "^29.5.14",
6666
"@types/node": "^20",

packages/runtime/plugin-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@modern-js/runtime": "workspace:*",
120120
"@modern-js/app-tools": "workspace:*",
121121
"@scripts/jest-config": "workspace:*",
122-
"@rslib/core": "0.18.0",
122+
"@rslib/core": "0.18.2",
123123
"@modern-js/rslib": "workspace:*",
124124
"@testing-library/react": "^13.4.0",
125125
"@types/jest": "^29.5.14",

packages/runtime/plugin-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@modern-js/app-tools": "workspace:*",
51-
"@rslib/core": "0.18.0",
51+
"@rslib/core": "0.18.2",
5252
"@types/node": "^20",
5353
"react": "^19.2.0",
5454
"react-dom": "^19.2.0",

packages/runtime/plugin-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"react-dom": ">=17.0.2"
261261
},
262262
"devDependencies": {
263-
"@rslib/core": "0.18.0",
263+
"@rslib/core": "0.18.2",
264264
"@modern-js/rslib": "workspace:*",
265265
"@modern-js/app-tools": "workspace:*",
266266
"@remix-run/web-fetch": "^4.1.3",

packages/runtime/render/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@swc/helpers": "^0.5.17"
3434
},
3535
"devDependencies": {
36-
"@rslib/core": "0.18.0",
36+
"@rslib/core": "0.18.2",
3737
"@modern-js/rslib": "workspace:*",
3838
"@modern-js/server-core": "workspace:*",
3939
"@types/jest": "^29.5.14",

packages/server/bff-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"jest": "^29.7.0",
5151
"ts-node": "^10.9.2",
5252
"tsconfig-paths": "^4.2.0",
53-
"@rslib/core": "0.18.0",
53+
"@rslib/core": "0.18.2",
5454
"@modern-js/rslib": "workspace:*",
5555
"typescript": "^5",
5656
"zod": "^3.22.3"

0 commit comments

Comments
 (0)