ssr-plugin-react 6.1.50 → 6.1.57

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.1.57](https://github.com/zhangyuang/ssr/compare/v6.1.56...v6.1.57) (2022-01-28)
7
+
8
+ **Note:** Version bump only for package ssr-plugin-react
9
+
10
+
11
+
12
+
13
+
14
+ ## [6.1.56](https://github.com/zhangyuang/ssr/compare/v6.1.55...v6.1.56) (2022-01-28)
15
+
16
+ **Note:** Version bump only for package ssr-plugin-react
17
+
18
+
19
+
20
+
21
+
22
+ ## [6.1.55](https://github.com/zhangyuang/ssr/compare/v6.1.54...v6.1.55) (2022-01-26)
23
+
24
+ **Note:** Version bump only for package ssr-plugin-react
25
+
26
+
27
+
28
+
29
+
30
+ ## [6.1.54](https://github.com/zhangyuang/ssr/compare/v6.1.53...v6.1.54) (2022-01-24)
31
+
32
+ **Note:** Version bump only for package ssr-plugin-react
33
+
34
+
35
+
36
+
37
+
38
+ ## [6.1.53](https://github.com/zhangyuang/ssr/compare/v6.1.52...v6.1.53) (2022-01-24)
39
+
40
+ **Note:** Version bump only for package ssr-plugin-react
41
+
42
+
43
+
44
+
45
+
6
46
  ## [6.1.50](https://github.com/zhangyuang/ssr/compare/v6.1.49...v6.1.50) (2022-01-20)
7
47
 
8
48
 
package/README.md CHANGED
@@ -16,8 +16,9 @@
16
16
  <a href="https://github.com/zhangyuang/ssr/actions" target="_blank"><img src="https://github.com/zhangyuang/ssr/workflows/CI/badge.svg" alt="githubActions" />
17
17
  <a href="https://www.cypress.io/" target="_blank"><img src="https://img.shields.io/badge/cypress-dashboard-brightgreen.svg" alt="cypress" />
18
18
  <a href="https://npmcharts.com/compare/ssr" target="_blank"><img src="https://img.shields.io/npm/dm/ssr" alt="download" />
19
- <a href="https://github.com/zhangyuang/ssr" target="_blank"><img src="https://img.shields.io/tokei/lines/github/zhangyuang/ssr-lines?color=97b93b" alt="Node" />
20
- <a href="https://github.com/zhangyuang/ssr" target="_blank"><img src="https://img.shields.io/badge/node-%3E=12-green.svg" alt="Node" ></a>
19
+ <a href="https://github.com/zhangyuang/ssr" target="_blank"><img src="https://img.shields.io/tokei/lines/github/zhangyuang/ssr-lines?color=4dc71f" alt="Node" />
20
+ <a href="https://github.com/zhangyuang/ssr" target="_blank"><img src="https://img.shields.io/badge/node-%3E=12-green.svg?color=4dc71f" alt="Node" ></a>
21
+ <a href="https://github.com/zhangyuang/ssr" target="_blank"><img src="https://img.shields.io/github/stars/zhangyuang/ssr.svg?color=4dc71f" alt="Node" ></a>
21
22
  </div>
22
23
  <br />
23
24
 
@@ -268,11 +269,11 @@ $ npm run start:vite # 以 vite 模式启动,等价于 npx ssr start --vite
268
269
  ## 答疑群
269
270
 
270
271
  虽然我们已经尽力检查了一遍应用,但仍有可能有疏漏的地方,如果你在使用过程中发现任何问题或者建议,欢迎提[issue](https://github.com/zhangyuang/ssr/issues)或者[PR](https://github.com/zhangyuang/ssr/pulls)
271
- 欢迎直接扫码加入钉钉群或者微信群
272
+ 欢迎直接扫码加群
272
273
 
273
274
  <div style="display:flex">
274
- <img src="https://res.wx.qq.com/op_res/7F1t4Z8yCHWilehbcFGjAj0yVn0URMiWBGVJa-TVu_eqw5IwUXA2kPYBnfX6YRHy0FVBB-yC6l0IEL02QTJkLg" width="300">
275
- <img src="https://res.wx.qq.com/op_res/UXZQkqMG9Ej1Ox4pro3iDJPugn8EGQN7xKWXTDh0L0xgK7BOUZvT-MQ_Diks_iTtCL3Kregp-lS52WXsiDctuw" width="300">
275
+ <!-- <img src="https://res.wx.qq.com/op_res/7F1t4Z8yCHWilehbcFGjAj0yVn0URMiWBGVJa-TVu_eqw5IwUXA2kPYBnfX6YRHy0FVBB-yC6l0IEL02QTJkLg" width="300"> -->
276
+ <img src="https://doc.ssr-fc.com/images/wechat.jpeg" width="300">
276
277
  </div>
277
278
 
278
279
  ## 前端开发手册
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssr-plugin-react",
3
- "version": "6.1.50",
3
+ "version": "6.1.57",
4
4
  "description": "plugin-react for ssr",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
@@ -55,10 +55,10 @@
55
55
  "postcss-safe-parser": "4.0.1",
56
56
  "react-dev-utils": "^11.0.4",
57
57
  "serialize-javascript": "^6.0.0",
58
- "ssr-client-utils": "^6.1.49",
59
- "ssr-hoc-react": "^6.1.49",
60
- "ssr-server-utils": "^6.1.49",
61
- "ssr-webpack": "^6.1.49",
58
+ "ssr-client-utils": "^6.1.57",
59
+ "ssr-hoc-react": "^6.1.57",
60
+ "ssr-server-utils": "^6.1.57",
61
+ "ssr-webpack": "^6.1.57",
62
62
  "terser-webpack-plugin": "^2.3.5",
63
63
  "url-loader": "^4.1.1",
64
64
  "vite": "^2.7.0",
@@ -74,7 +74,7 @@
74
74
  "@types/react-router-dom": "^5.1.3",
75
75
  "@types/webpack": "^4.41.10",
76
76
  "concurrently": "^5.1.0",
77
- "ssr-types-react": "^6.1.49"
77
+ "ssr-types-react": "^6.1.57"
78
78
  },
79
- "gitHead": "f23bec458a31c0cd392ae8baa0355b010682e674"
79
+ "gitHead": "c728d34500e76b87dea9d79b777924e72da1bd57"
80
80
  }