rsbuild-pipe 1.5.0 → 1.7.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 +14 -0
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -3,6 +3,20 @@
3
3
  rsbuild开发和打包管道
4
4
 
5
5
  ## Change Log
6
+ ### v1.7.0
7
+ ```
8
+ rsbuild-pipe依赖升级依赖包
9
+ ```
10
+ ### v1.5.1
11
+ ```
12
+ rsbuild-pipe依赖升级依赖包
13
+ ```
14
+
15
+ ### v1.5.0
16
+ ```
17
+ rsbuild-pipe依赖升级依赖包
18
+ ```
19
+
6
20
  ### v1.4.4
7
21
  ```
8
22
  rsbuild-pipe依赖升级依赖包
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "rsbuild-pipe",
3
- "version": "1.5.0",
3
+ "version": "1.7.0",
4
4
  "author": "chencheng <daniel_txy@163.com>",
5
5
  "description": "rsbuild pipe",
6
6
  "main": "index",
7
7
  "dependencies": {
8
- "@rsbuild/plugin-babel": "1.0.6",
9
- "@rsbuild/plugin-basic-ssl": "1.2.1",
10
- "@rsbuild/plugin-less": "1.5.0",
11
- "@rsbuild/plugin-node-polyfill": "1.4.2",
12
- "@rsbuild/plugin-react": "1.4.0",
13
- "@rsbuild/plugin-sass": "1.4.0",
14
- "@rsbuild/plugin-svgr": "1.2.2",
15
- "@rsbuild/plugin-type-check": "1.2.4",
16
- "@rsbuild/plugin-source-build":"1.0.3",
8
+ "@rsbuild/plugin-babel": "1.1.0",
9
+ "@rsbuild/plugin-basic-ssl": "1.2.2",
10
+ "@rsbuild/plugin-less": "1.6.0",
11
+ "@rsbuild/plugin-node-polyfill": "1.4.4",
12
+ "@rsbuild/plugin-react": "1.4.5",
13
+ "@rsbuild/plugin-sass": "1.5.0",
14
+ "@rsbuild/plugin-svgr": "1.3.0",
15
+ "@rsbuild/plugin-type-check": "1.3.4",
16
+ "@rsbuild/plugin-source-build":"1.0.4",
17
17
  "deepmerge": "4.3.1",
18
- "sass": "1.91.0"
18
+ "sass": "1.97.3"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@rsbuild/core": "^1"