mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
history 加到 amis 依赖中
This commit is contained in:
parent
7292c9f400
commit
d47f4c1e47
@ -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>) {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user