fix: 修复 ci 脚本报错 (#8169)

This commit is contained in:
liaoxuezhi 2023-09-19 14:54:36 +08:00 committed by GitHub
parent ce6b11d516
commit 4432a551ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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
}
}
}
}