Skip to content

Commit

Permalink
⚡ routerMode增加browser支持
Browse files Browse the repository at this point in the history
  • Loading branch information
BySlin committed May 18, 2021
1 parent 6431cb2 commit 35ecce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"umi": "^3.4.21"
},
"devDependencies": {
"@types/node": "^15.3.0",
"@types/node": "^14.6.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"@umijs/test": "^3.4.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/main+renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"umi": "^3.4.21"
},
"devDependencies": {
"@types/node": "^15.3.0",
"@types/node": "^14.6.2",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"@umijs/test": "^3.4.21",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"electron-builder": "^22.10.5",
"electron-devtools-installer": "^3.2.0",
"fs-extra": "^10.0.0",
"ts-loader": "^9.1.2",
"ts-loader": "^8.2.0",
"typescript": "^4.2.4",
"vite": "^2.3.3",
"webpack": "^5.37.0",
Expand Down

0 comments on commit 35ecce3

Please sign in to comment.