history 加到 amis 依赖中

This commit is contained in:
2betop 2021-06-17 16:33:33 +08:00
parent 7292c9f400
commit d47f4c1e47
2 changed files with 4 additions and 3 deletions

View File

@ -25,7 +25,8 @@ const mapping: {
'prop-types': __moduleId('prop-types'),
'async/mapLimit': __moduleId('async/mapLimit'),
'qs': __moduleId('qs'),
'path-to-regexp': __moduleId('path-to-regexp')
'path-to-regexp': __moduleId('path-to-regexp'),
'history': __moduleId('history')
};
function amisRequire(...args: Array<any>) {

View File

@ -1,6 +1,6 @@
{
"name": "amis",
"version": "1.1.8-beta.2",
"version": "1.1.8-beta.4",
"description": "一种MIS页面生成工具",
"main": "lib/index.js",
"scripts": {
@ -144,7 +144,7 @@
"fis3-preprocessor-js-require-file": "^0.1.3",
"fs-walk": "0.0.2",
"glob": "^7.1.6",
"history": "4.7.2",
"history": "^4.7.2",
"husky": "^2.2.0",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.0",