@rsbuild/plugin-solid 0.5.3 → 0.5.5

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +7 -7
package/dist/index.d.ts CHANGED
@@ -33,7 +33,7 @@ type SolidPresetOptions = {
33
33
  */
34
34
  wrapConditionals?: boolean;
35
35
  /**
36
- * Boolean indicates whether to set current render context on Custom Elements and slots. Useful for seemless Context API with Web Components.
36
+ * Boolean indicates whether to set current render context on Custom Elements and slots. Useful for seamless Context API with Web Components.
37
37
  * @default false
38
38
  */
39
39
  contextToCustomElements?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-solid",
3
- "version": "0.5.3",
3
+ "version": "0.5.5",
4
4
  "description": "Solid plugin for Rsbuild",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -24,18 +24,18 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "babel-preset-solid": "^1.8.16",
27
- "solid-refresh": "0.7.5",
28
- "@rsbuild/plugin-babel": "0.5.3",
29
- "@rsbuild/shared": "0.5.3"
27
+ "solid-refresh": "0.6.3",
28
+ "@rsbuild/plugin-babel": "0.5.5",
29
+ "@rsbuild/shared": "0.5.5"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/babel__core": "^7.20.5",
33
33
  "typescript": "^5.4.2",
34
- "@rsbuild/core": "0.5.3",
35
- "@scripts/test-helper": "0.5.3"
34
+ "@rsbuild/core": "0.5.5",
35
+ "@scripts/test-helper": "0.5.5"
36
36
  },
37
37
  "peerDependencies": {
38
- "@rsbuild/core": "^0.5.3"
38
+ "@rsbuild/core": "^0.5.5"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public",