Skip to content

Commit c38b476

Browse files
authored
fix: ssr failed for demo layout of mobile theme (#1451)
* fix: ssr failed for demo layout of mobile theme * refactor: disable pre-render for demo dynamic route * chore: bump umi dep versions * fix: skip prepare plugin since umi@4.0.48 * refactor: deprecate phantomDependency option currently
1 parent 6d3df2e commit c38b476

5 files changed

Lines changed: 1556 additions & 413 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"@swc/core": "^1.2.224",
8181
"@types/hast": "^2.3.4",
8282
"@types/mdast": "^3.0.10",
83-
"@umijs/bundler-utils": "^4.0.33",
84-
"@umijs/core": "^4.0.33",
83+
"@umijs/bundler-utils": "^4.0.48",
84+
"@umijs/core": "^4.0.48",
8585
"animated-scroll-to": "^2.3.0",
8686
"classnames": "2.3.2",
8787
"codesandbox": "^2.2.3",
@@ -122,7 +122,7 @@
122122
"remark-rehype": "^10.1.0",
123123
"sass": "^1.55.0",
124124
"sitemap": "^7.1.1",
125-
"umi": "^4.0.33",
125+
"umi": "^4.0.48",
126126
"unified": "^10.1.2",
127127
"unist-util-visit": "^4.1.0",
128128
"unist-util-visit-parents": "^5.1.1",
@@ -141,7 +141,7 @@
141141
"@types/pluralize": "^0.0.29",
142142
"@types/react": "^18.0.16",
143143
"@types/react-copy-to-clipboard": "^5.0.4",
144-
"@umijs/lint": "^4.0.33",
144+
"@umijs/lint": "^4.0.48",
145145
"@umijs/plugins": "4.0.32",
146146
"dumi-theme-mobile": "workspace:*",
147147
"eslint": "^8.20.0",

0 commit comments

Comments
 (0)