Skip to content

Commit b1ea675

Browse files
zhouyonghuanzhouyonghuan
and
zhouyonghuan
authored
fix: 修复pc模版无法启动问题 (#261)
* fix: 模版PC模版无法启动 * fix: 修复PC模版无法启动问题 --------- Co-authored-by: zhouyonghuan <[email protected]>
1 parent efd8708 commit b1ea675

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/create-fes-app/templates/app/pc/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"dependencies": {
1919
"@fesjs/fes": "^3.0.0",
20-
"@fesjs/plugin-access": "^3.0.0",
21-
"@fesjs/plugin-layout": "^5.0.0",
20+
"@fesjs/plugin-access": "^3.1.9",
21+
"@fesjs/plugin-layout": "^5.4.3",
2222
"@fesjs/plugin-model": "^3.0.0",
2323
"@fesjs/plugin-enums": "^3.0.0",
2424
"@fesjs/fes-design": "^0.8.0",
@@ -27,4 +27,4 @@
2727
"core-js": "^3.29.1"
2828
},
2929
"private": true
30-
}
30+
}

0 commit comments

Comments
 (0)