mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
temporarily revert jest 29 change
This commit is contained in:
@ -43,6 +43,7 @@
|
|||||||
"@capacitor/status-bar": "^5.0.6",
|
"@capacitor/status-bar": "^5.0.6",
|
||||||
"@ionic/eslint-config": "^0.3.0",
|
"@ionic/eslint-config": "^0.3.0",
|
||||||
"@ionic/prettier-config": "^2.0.0",
|
"@ionic/prettier-config": "^2.0.0",
|
||||||
|
"@jest/core": "^27.5.1",
|
||||||
"@playwright/test": "^1.39.0",
|
"@playwright/test": "^1.39.0",
|
||||||
"@rollup/plugin-node-resolve": "^8.4.0",
|
"@rollup/plugin-node-resolve": "^8.4.0",
|
||||||
"@rollup/plugin-virtual": "^2.0.3",
|
"@rollup/plugin-virtual": "^2.0.3",
|
||||||
@ -50,7 +51,7 @@
|
|||||||
"@stencil/react-output-target": "^0.5.3",
|
"@stencil/react-output-target": "^0.5.3",
|
||||||
"@stencil/sass": "^3.0.7",
|
"@stencil/sass": "^3.0.7",
|
||||||
"@stencil/vue-output-target": "^0.8.7",
|
"@stencil/vue-output-target": "^0.8.7",
|
||||||
"@types/jest": "^29.5.6",
|
"@types/jest": "^27.5.2",
|
||||||
"@types/node": "^14.6.0",
|
"@types/node": "^14.6.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
||||||
"@typescript-eslint/parser": "^6.7.2",
|
"@typescript-eslint/parser": "^6.7.2",
|
||||||
@ -62,8 +63,8 @@
|
|||||||
"execa": "^5.0.0",
|
"execa": "^5.0.0",
|
||||||
"fast-deep-equal": "^3.1.3",
|
"fast-deep-equal": "^3.1.3",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
"jest": "^29.7.0",
|
"jest": "^27.5.1",
|
||||||
"jest-cli": "^29.7.0",
|
"jest-cli": "^27.5.1",
|
||||||
"prettier": "^2.6.1",
|
"prettier": "^2.6.1",
|
||||||
"puppeteer": "21.1.1",
|
"puppeteer": "21.1.1",
|
||||||
"rollup": "^2.26.4",
|
"rollup": "^2.26.4",
|
||||||
|
Reference in New Issue
Block a user