Skip to content

Commit a9d947d

Browse files
committed
fix: add resolutions lock coa version as 2.0.2
1 parent 3a08bbc commit a9d947d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umajs/plugin-react-ssr",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "In umajs, React is used to develop the plug-in of spa and MPa, which supports server-side rendering and client-side rendering",
55
"author": "zunyi_zjj@163.com",
66
"license": "MIT",
@@ -48,6 +48,9 @@
4848
"npm-run-all": "^4.1.5",
4949
"typescript": "^4.2.3"
5050
},
51+
"resolutions": {
52+
"coa": "2.0.2"
53+
},
5154
"repository": {
5255
"type": "git",
5356
"url": "git@github.com:Umajs/plugin-react-ssr.git"

0 commit comments

Comments
 (0)