Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit d489087

Browse files
committed
fix: add react-router-dom in xconsole-context
1 parent ccfa0ca commit d489087

File tree

2 files changed

+895
-208
lines changed

2 files changed

+895
-208
lines changed

packages/console-utils/xconsole-context/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/xconsole-context",
3-
"version": "2.4.33",
3+
"version": "2.4.34",
44
"main": "lib/index.js",
55
"module": "es/index.js",
66
"types": "lib/index.d.ts",
@@ -40,7 +40,6 @@
4040
"prop-types": "^15.7.2",
4141
"react": "^16.8.6",
4242
"react-dom": "^16.8.6",
43-
"react-router-dom": "^5.2.0",
4443
"typescript": "^4.0.0"
4544
},
4645
"peerDependencies": {
@@ -57,6 +56,7 @@
5756
"@alicloud/xconsole-rc-base-link": "^2.4.5",
5857
"js-cookie": "^2.2.1",
5958
"lodash": "^4.17.19",
60-
"query-string": "^6.13.7"
59+
"query-string": "^6.13.7",
60+
"react-router-dom": "^5.3.4"
6161
}
6262
}

0 commit comments

Comments
 (0)