ssr-plugin-react 6.1.67 → 6.1.68

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,14 @@
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.68](https://github.com/zhangyuang/ssr/compare/v6.1.67...v6.1.68) (2022-03-04)
7
+
8
+ **Note:** Version bump only for package ssr-plugin-react
9
+
10
+
11
+
12
+
13
+
6
14
  ## [6.1.67](https://github.com/zhangyuang/ssr/compare/v6.1.66...v6.1.67) (2022-02-18)
7
15
 
8
16
 
package/README.md CHANGED
@@ -271,7 +271,7 @@ $ npm run start:vite # 以 vite 模式启动,等价于 npx ssr start --vite
271
271
 
272
272
  <div style="display:flex">
273
273
  <!-- <img src="https://res.wx.qq.com/op_res/7F1t4Z8yCHWilehbcFGjAj0yVn0URMiWBGVJa-TVu_eqw5IwUXA2kPYBnfX6YRHy0FVBB-yC6l0IEL02QTJkLg" width="300"> -->
274
- <img src="https://res.wx.qq.com/op_res/yEMBkta89JhlC9RlNrTqXHshV4a6Wa-tBIBMZe9PjLoOJgtnLYjHQ4TQttfqJ4iYbqhSTEA4YI6TBWkO76-chA" width="300">
274
+ <img src="https://res.wx.qq.com/op_res/QAMR2cMecWSBwvxF-zDR9Rt2TfALiULQ5SQbagHYpceeisESp-BCPUwEX9N8Ty2Xu6sGSHrU6PCJyaL7-Ry1Qw" width="300">
275
275
  </div>
276
276
 
277
277
  ## 前端开发手册
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssr-plugin-react",
3
- "version": "6.1.67",
3
+ "version": "6.1.68",
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.62",
59
- "ssr-hoc-react": "^6.1.65",
60
- "ssr-server-utils": "^6.1.67",
61
- "ssr-webpack": "^6.1.67",
58
+ "ssr-client-utils": "^6.1.68",
59
+ "ssr-hoc-react": "^6.1.68",
60
+ "ssr-server-utils": "^6.1.68",
61
+ "ssr-webpack": "^6.1.68",
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.62"
77
+ "ssr-types-react": "^6.1.68"
78
78
  },
79
- "gitHead": "ff46d4ed1b0c5bb4b0557d91c564bc360cfa051e"
79
+ "gitHead": "8d25fd2e480f1e6477ee3ec51f1c082a017099e8"
80
80
  }