rsbuild-pipe 1.3.2 → 1.4.2

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 +4 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -3,6 +3,10 @@
3
3
  rsbuild开发和打包管道
4
4
 
5
5
  ## Change Log
6
+ ### v1.4.2
7
+ ```
8
+ rsbuild依赖升级到1.4.2
9
+ ```
6
10
  ### v1.3.2
7
11
  ```
8
12
  修复rsbuild中的废弃警告
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "rsbuild-pipe",
3
- "version": "1.3.2",
3
+ "version": "1.4.2",
4
4
  "author": "chencheng <daniel_txy@163.com>",
5
5
  "description": "rsbuild pipe",
6
6
  "main": "index",
7
7
  "dependencies": {
8
- "@rsbuild/core": "1.3.22",
8
+ "@rsbuild/core": "1.4.2",
9
9
  "@rsbuild/plugin-babel": "1.0.5",
10
10
  "@rsbuild/plugin-basic-ssl": "1.1.1",
11
11
  "@rsbuild/plugin-less": "1.2.4",
@@ -13,14 +13,14 @@
13
13
  "@rsbuild/plugin-react": "1.3.2",
14
14
  "@rsbuild/plugin-sass": "1.3.2",
15
15
  "@rsbuild/plugin-svgr": "1.2.0",
16
- "@rsbuild/plugin-type-check": "1.2.2",
16
+ "@rsbuild/plugin-type-check": "1.2.3",
17
17
  "@rsbuild/plugin-source-build":"1.0.2",
18
- "@types/node": "22.15.30",
18
+ "@types/node": "22.0.7",
19
19
  "deepmerge": "4.3.1",
20
- "sass": "1.89.1"
20
+ "sass": "1.89.2"
21
21
  },
22
22
  "peerDependencies": {
23
- "@rsbuild/core": "1.3.22"
23
+ "@rsbuild/core": "1.4.2"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",