mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复 ci 脚本报错 (#8169)
This commit is contained in:
parent
ce6b11d516
commit
4432a551ab
@ -41,7 +41,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"postcss": "^8.4.14",
|
||||
"qs": "6.9.7"
|
||||
"qs": "6.9.7",
|
||||
"path-to-regexp": "^6.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/generator": "^7.22.9",
|
||||
|
@ -13,7 +13,7 @@
|
||||
"@rollup/plugin-node-resolve": "^14.1.0",
|
||||
"@rollup/plugin-replace": "^5.0.1",
|
||||
"@rollup/plugin-typescript": "^8.3.4",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@types/file-saver": "^2.0.1",
|
||||
"@types/hoist-non-react-statics": "^3.3.1",
|
||||
"@types/jest": "^28.1.0",
|
||||
|
@ -79,7 +79,7 @@
|
||||
"@rollup/plugin-node-resolve": "^14.1.0",
|
||||
"@rollup/plugin-typescript": "^8.3.4",
|
||||
"@svgr/rollup": "^6.2.1",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@types/babel__core": "^7.1.19",
|
||||
"@types/jest": "^28.1.0",
|
||||
"@types/react": "^18.0.24",
|
||||
|
@ -83,7 +83,7 @@
|
||||
"@rollup/plugin-node-resolve": "^14.1.0",
|
||||
"@rollup/plugin-typescript": "^8.3.4",
|
||||
"@svgr/rollup": "^6.2.1",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/dom": "8.20.1",
|
||||
"regexp.prototype.flags": "1.5.0",
|
||||
@ -107,7 +107,7 @@
|
||||
"@types/react-dom": "^18.0.8",
|
||||
"@types/react-onclickoutside": "^6.0.2",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/react-test-renderer": "^17.0.1",
|
||||
"@types/react-test-renderer": "^18.0.0",
|
||||
"@types/react-transition-group": "4.4.3",
|
||||
"@types/sortablejs": "^1.3.32",
|
||||
"@types/tinymce": "^4.5.24",
|
||||
@ -128,7 +128,6 @@
|
||||
"marked": ">=4.0.12",
|
||||
"mkdirp": "^1.0.4",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"path-to-regexp": "^6.2.0",
|
||||
"postcss": "^8.4.6",
|
||||
"postcss-cli": "^9.1.0",
|
||||
"postcss-custom-properties": "^12.1.5",
|
||||
|
@ -51,7 +51,7 @@
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^14.1.0",
|
||||
"@rollup/plugin-typescript": "^8.3.4",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
"@types/jest": "^28.1.0",
|
||||
"@types/prettier": "^2.7.3",
|
||||
"amis-formula": "^2.7.2",
|
||||
@ -101,4 +101,4 @@
|
||||
"printBasicPrototype": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user