Skip to content

Commit

Permalink
fix(route): external page can not open
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed May 11, 2024
1 parent 6c869e1 commit 6bd5f3c
Show file tree
Hide file tree
Showing 6 changed files with 377 additions and 388 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,17 @@
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vue": "~9.25.0",
"eslint-plugin-vue": "~9.26.0",
"husky": "~9.0.11",
"less": "~4.2.0",
"lint-staged": "~15.2.2",
"msw": "^2.2.14",
"nx": "^19.0.1",
"msw": "^2.3.0",
"nx": "^19.0.2",
"postcss": "~8.4.38",
"postcss-html": "~1.6.0",
"postcss-html": "~1.7.0",
"postcss-less": "~6.0.0",
"prettier": "~3.2.5",
"rimraf": "~5.0.5",
"rimraf": "~5.0.6",
"stylelint": "~16.5.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended": "~14.0.0",
Expand All @@ -117,7 +117,7 @@
"stylelint-order": "~6.0.4",
"stylelint-prettier": "^5.0.0",
"typescript": "~5.4.5",
"unocss": "^0.59.4",
"unocss": "^0.60.0",
"unplugin-vue-components": "~0.27.0",
"vite": "~5.2.11",
"vite-plugin-checker": "~0.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-msw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tsup": "^8.0.2"
},
"peerDependencies": {
"msw": "^2.2.14",
"msw": "^2.3.0",
"vite": "^5.2.11"
}
}
Loading

0 comments on commit 6bd5f3c

Please sign in to comment.