@lynx-js/react-rsbuild-plugin 0.18.0 → 0.18.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/CHANGELOG.md +13 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @lynx-js/react-rsbuild-plugin
|
|
2
2
|
|
|
3
|
+
## 0.18.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`16248b5`](https://github.com/lynx-family/lynx-stack/commit/16248b55b37375402d63d2b53e40e832ab6544c6), [`08dd06a`](https://github.com/lynx-family/lynx-stack/commit/08dd06ae3a812155fa82d8d0356e5b7ae5395155), [`08dd06a`](https://github.com/lynx-family/lynx-stack/commit/08dd06ae3a812155fa82d8d0356e5b7ae5395155), [`811f2b5`](https://github.com/lynx-family/lynx-stack/commit/811f2b5bb40e472b577fed16b9142a3c36bd499f), [`ad2ed20`](https://github.com/lynx-family/lynx-stack/commit/ad2ed20aead82a7d23cd2fdc1dcffb2ef55b5fc3), [`d40a91f`](https://github.com/lynx-family/lynx-stack/commit/d40a91fe38730a5695cd0bcd8f14fcf5623b8d96), [`0d3623b`](https://github.com/lynx-family/lynx-stack/commit/0d3623bae7741223083b2723af87a0d32226d01e), [`f6e4548`](https://github.com/lynx-family/lynx-stack/commit/f6e454896a63c0b15a59c6c7674dc72b38ded5ff)]:
|
|
8
|
+
- @lynx-js/runtime-wrapper-webpack-plugin@0.2.3
|
|
9
|
+
- @lynx-js/template-webpack-plugin@0.14.0
|
|
10
|
+
- @lynx-js/css-extract-webpack-plugin@0.10.0
|
|
11
|
+
- @lynx-js/react-webpack-plugin@0.10.1
|
|
12
|
+
- @lynx-js/react-alias-rsbuild-plugin@0.18.1
|
|
13
|
+
- @lynx-js/use-sync-external-store@1.5.0
|
|
14
|
+
- @lynx-js/react-refresh-webpack-plugin@0.4.1
|
|
15
|
+
|
|
3
16
|
## 0.18.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/react-rsbuild-plugin",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "A rsbuild plugin for ReactLynx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rsbuild",
|
|
@@ -33,33 +33,33 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tiny-invariant": "^1.3.3",
|
|
36
|
-
"@lynx-js/css-extract-webpack-plugin": "0.
|
|
37
|
-
"@lynx-js/react-alias-rsbuild-plugin": "0.18.
|
|
36
|
+
"@lynx-js/css-extract-webpack-plugin": "0.10.0",
|
|
37
|
+
"@lynx-js/react-alias-rsbuild-plugin": "0.18.1",
|
|
38
38
|
"@lynx-js/react-refresh-webpack-plugin": "0.4.1",
|
|
39
|
-
"@lynx-js/react-webpack-plugin": "0.10.
|
|
40
|
-
"@lynx-js/runtime-wrapper-webpack-plugin": "0.2.
|
|
41
|
-
"@lynx-js/template-webpack-plugin": "0.
|
|
39
|
+
"@lynx-js/react-webpack-plugin": "0.10.1",
|
|
40
|
+
"@lynx-js/runtime-wrapper-webpack-plugin": "0.2.3",
|
|
41
|
+
"@lynx-js/template-webpack-plugin": "0.14.0",
|
|
42
42
|
"@lynx-js/use-sync-external-store": "1.5.0",
|
|
43
43
|
"background-only": "^0.0.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@microsoft/api-extractor": "7.58.
|
|
47
|
-
"@rsbuild/core": "2.1.
|
|
48
|
-
"@rsbuild/plugin-sass": "
|
|
49
|
-
"@rsbuild/plugin-typed-css-modules": "1.2.
|
|
50
|
-
"@rstest/core": "0.11.
|
|
46
|
+
"@microsoft/api-extractor": "7.58.12",
|
|
47
|
+
"@rsbuild/core": "2.1.7",
|
|
48
|
+
"@rsbuild/plugin-sass": "2.0.1",
|
|
49
|
+
"@rsbuild/plugin-typed-css-modules": "1.2.4",
|
|
50
|
+
"@rstest/core": "0.11.3",
|
|
51
51
|
"rsbuild-plugin-arethetypeswrong": "0.3.1",
|
|
52
|
-
"rsbuild-plugin-publint": "0.
|
|
52
|
+
"rsbuild-plugin-publint": "1.0.0",
|
|
53
53
|
"source-map": "^0.7.6",
|
|
54
54
|
"tailwindcss": "^3.4.19",
|
|
55
|
-
"type-fest": "^5.
|
|
55
|
+
"type-fest": "^5.8.0",
|
|
56
56
|
"typia": "12.1.1",
|
|
57
57
|
"typia-rspack-plugin": "3.0.1",
|
|
58
|
+
"@lynx-js/config-rsbuild-plugin": "0.2.0",
|
|
58
59
|
"@lynx-js/debug-metadata": "0.1.0",
|
|
59
|
-
"@lynx-js/react": "0.123.
|
|
60
|
-
"@lynx-js/config-rsbuild-plugin": "0.1.1",
|
|
60
|
+
"@lynx-js/react": "0.123.1",
|
|
61
61
|
"@lynx-js/react-transform": "0.2.0",
|
|
62
|
-
"@lynx-js/rspeedy": "0.16.
|
|
62
|
+
"@lynx-js/rspeedy": "0.16.1",
|
|
63
63
|
"@lynx-js/test-tools": "0.0.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|