From b92d578cb90af72101239bcbbb6e4265249702ed Mon Sep 17 00:00:00 2001 From: "lihao.ylh" Date: Thu, 2 Sep 2021 20:57:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=20path-to-regexp=20?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96,=20=E4=B9=8B=E5=89=8D=E6=98=AF?= =?UTF-8?q?=E5=80=9F=E7=94=A8=E4=BA=86=20rax-use-router=20=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E7=9A=84=E9=97=B4=E6=8E=A5=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/rax-simulator-renderer/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rax-simulator-renderer/package.json b/packages/rax-simulator-renderer/package.json index 48d8d027d..a9a917c41 100644 --- a/packages/rax-simulator-renderer/package.json +++ b/packages/rax-simulator-renderer/package.json @@ -22,8 +22,8 @@ "driver-universal": "^3.1.3", "history": "^5.0.0", "lodash": "^4.17.19", + "path-to-regexp": "3.2.0", "rax-find-dom-node": "^1.0.0", - "rax-use-router": "^3.0.0", "react": "^16", "react-dom": "^16.7.0" }, @@ -55,6 +55,6 @@ "publishConfig": { "registry": "https://registry.npm.alibaba-inc.com" }, - "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.63/build/index.html", + "homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.64/build/index.html", "gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d" }