rsbuild-pipe 1.0.7 → 1.1.0

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 +10 -0
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -4,6 +4,16 @@ rsbuild开发和打包管道
4
4
 
5
5
  ## Change Log
6
6
 
7
+ ### v1.1.0
8
+ ```
9
+ rsbuild依赖升级到1.0.2
10
+ ```
11
+
12
+ ### v1.0.7
13
+ ```
14
+ 临时修改getBabelConfig bug
15
+ ```
16
+
7
17
  ### v1.0.6
8
18
  ```
9
19
  将rsbuild.extend.config.ts中的getBabelConfig参数设置了修改
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "rsbuild-pipe",
3
- "version": "1.0.7",
3
+ "version": "1.1.0",
4
4
  "author": "chencheng <daniel_txy@163.com>",
5
5
  "description": "rsbuild pipe",
6
6
  "main": "index",
7
7
  "dependencies": {
8
- "@rsbuild/core": "0.7.10",
9
- "@rsbuild/plugin-babel": "0.7.10",
10
- "@rsbuild/plugin-basic-ssl": "0.7.10",
11
- "@rsbuild/plugin-less": "0.7.10",
12
- "@rsbuild/plugin-node-polyfill": "0.7.10",
13
- "@rsbuild/plugin-react": "0.7.10",
14
- "@rsbuild/plugin-sass": "0.7.10",
15
- "@rsbuild/plugin-svgr": "0.7.10",
16
- "@rsbuild/plugin-type-check": "0.7.10",
17
- "@types/node": "20.14.11",
8
+ "@rsbuild/core": "1.0.2",
9
+ "@rsbuild/plugin-babel": "1.0.1",
10
+ "@rsbuild/plugin-basic-ssl": "1.1.1",
11
+ "@rsbuild/plugin-less": "1.0.1",
12
+ "@rsbuild/plugin-node-polyfill": "1.0.4",
13
+ "@rsbuild/plugin-react": "1.0.1",
14
+ "@rsbuild/plugin-sass": "1.0.1",
15
+ "@rsbuild/plugin-svgr": "1.0.1",
16
+ "@rsbuild/plugin-type-check": "1.0.1",
17
+ "@types/node": "22.5.4",
18
18
  "deepmerge": "4.3.1",
19
- "sass": "1.77.8"
19
+ "sass": "1.78.0"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
@@ -28,6 +28,6 @@
28
28
  },
29
29
  "homepage": "https://gitee.com/cloud_soldier/rsbuild-pipe#readme",
30
30
  "devDependencies": {
31
- "typescript": "5.4.5"
31
+ "typescript": "5.6.2"
32
32
  }
33
33
  }