@rsbuild/plugin-styled-components 1.6.0 → 1.6.1
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/README.md +4 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -22,9 +22,12 @@ If you have any requirements, it is recommended to file an issue to [SWC plugins
|
|
|
22
22
|
Install:
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
# `@rsbuild/core` >= 1.
|
|
25
|
+
# `@rsbuild/core` >= 1.7.0
|
|
26
26
|
npm add @rsbuild/plugin-styled-components -D
|
|
27
27
|
|
|
28
|
+
# `@rsbuild/core` 1.6.x
|
|
29
|
+
npm add @rsbuild/plugin-styled-components@1.5.1 -D
|
|
30
|
+
|
|
28
31
|
# `@rsbuild/core` 1.4.x ~ 1.5.x
|
|
29
32
|
npm add @rsbuild/plugin-styled-components@1.4.1 -D
|
|
30
33
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/plugin-styled-components",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"repository": "https://github.com/
|
|
3
|
+
"version": "1.6.1",
|
|
4
|
+
"repository": "https://github.com/rstackjs/rsbuild-plugin-styled-components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"typescript": "^5.9.3"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@rsbuild/core": "^1.7.0
|
|
52
|
+
"@rsbuild/core": "^1.7.0 || ^2.0.0-0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependenciesMeta": {
|
|
55
55
|
"@rsbuild/core": {
|