@modern-js/plugin-styled-components 3.8.2 → 3.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/styled.mjs +2 -2
- package/dist/esm-node/styled.mjs +2 -2
- package/package.json +4 -4
package/dist/esm/styled.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as __rspack_external_styled_components_4ebc1344 from "styled-components";
|
|
2
2
|
export * from "styled-components";
|
|
3
3
|
function resolveStyledComponents() {
|
|
4
|
-
const moduleExports =
|
|
4
|
+
const moduleExports = __rspack_external_styled_components_4ebc1344;
|
|
5
5
|
if (moduleExports.default?.default !== void 0) return moduleExports.default.default;
|
|
6
6
|
return moduleExports.default ?? moduleExports;
|
|
7
7
|
}
|
package/dist/esm-node/styled.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "node:module";
|
|
2
|
-
import * as
|
|
2
|
+
import * as __rspack_external_styled_components_4ebc1344 from "styled-components";
|
|
3
3
|
export * from "styled-components";
|
|
4
4
|
function resolveStyledComponents() {
|
|
5
|
-
const moduleExports =
|
|
5
|
+
const moduleExports = __rspack_external_styled_components_4ebc1344;
|
|
6
6
|
if (moduleExports.default?.default !== void 0) return moduleExports.default.default;
|
|
7
7
|
return moduleExports.default ?? moduleExports;
|
|
8
8
|
}
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"modern",
|
|
9
9
|
"modern.js"
|
|
10
10
|
],
|
|
11
|
-
"version": "3.8.
|
|
11
|
+
"version": "3.8.3",
|
|
12
12
|
"types": "./src/index.ts",
|
|
13
13
|
"main": "./dist/cjs/index.js",
|
|
14
14
|
"export": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@rsbuild/plugin-styled-components": "1.
|
|
29
|
+
"@rsbuild/plugin-styled-components": "1.7.0",
|
|
30
30
|
"@swc/helpers": "^0.5.17"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@types/styled-components": "^5.1.36",
|
|
36
36
|
"styled-components": "^5.3.1",
|
|
37
37
|
"typescript": "^5.3.3",
|
|
38
|
-
"@modern-js/app-tools": "3.8.
|
|
39
|
-
"@modern-js/runtime": "3.8.
|
|
38
|
+
"@modern-js/app-tools": "3.8.3",
|
|
39
|
+
"@modern-js/runtime": "3.8.3",
|
|
40
40
|
"@modern-js/rslib": "2.68.10"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|