@rsbuild/plugin-preact 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +11 -11
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,19 +1,19 @@
1
- <p align="center">
2
- <a href="https://rsbuild.dev" target="blank"><img src="https://assets.rspack.dev/rsbuild/rsbuild-banner.png" alt="Rsbuild Logo" /></a>
3
- </p>
1
+ # @rsbuild/plugin-preact
4
2
 
5
- # Rsbuild
3
+ An Rsbuild plugin to provide support for Preact.
6
4
 
7
- The Rspack-based build tool. It's fast, out-of-the-box and extensible.
5
+ <p>
6
+ <a href="https://npmjs.com/package/@rsbuild/plugin-preact">
7
+ <img src="https://img.shields.io/npm/v/@rsbuild/plugin-preact?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" />
8
+ </a>
9
+ <img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="license" />
10
+ <a href="https://npmcharts.com/compare/@rsbuild/plugin-preact?minimal=true"><img src="https://img.shields.io/npm/dm/@rsbuild/plugin-preact.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" /></a>
11
+ </p>
8
12
 
9
13
  ## Documentation
10
14
 
11
- https://rsbuild.dev/
12
-
13
- ## Contributing
14
-
15
- Please read the [Contributing Guide](https://github.com/web-infra-dev/rsbuild/blob/main/CONTRIBUTING.md).
15
+ See [Documentation](https://rsbuild.dev/plugins/list/plugin-preact).
16
16
 
17
17
  ## License
18
18
 
19
- Rsbuild is [MIT licensed](https://github.com/web-infra-dev/rsbuild/blob/main/LICENSE).
19
+ [MIT](https://github.com/web-infra-dev/rsbuild/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-preact",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Preact plugin for Rsbuild",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,14 +25,14 @@
25
25
  "@prefresh/core": "^1.5.3",
26
26
  "@prefresh/utils": "^1.2.0",
27
27
  "@rspack/plugin-preact-refresh": "^1.1.2",
28
- "@swc/plugin-prefresh": "^6.0.4"
28
+ "@swc/plugin-prefresh": "^6.2.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@rslib/core": "0.3.2",
32
- "@types/node": "^22.10.7",
33
- "preact": "^10.25.4",
31
+ "@rslib/core": "0.4.1",
32
+ "@types/node": "^22.13.4",
33
+ "preact": "^10.26.0",
34
34
  "typescript": "^5.7.3",
35
- "@rsbuild/core": "1.2.0"
35
+ "@rsbuild/core": "1.2.9"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@rsbuild/core": "1.x"