mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Update jest
This commit is contained in:
parent
7d20301289
commit
98a7b8ac58
2 changed files with 1253 additions and 474 deletions
36
package.json
36
package.json
|
@ -1233,7 +1233,7 @@
|
|||
"io-ts": "^2.2.22",
|
||||
"ipaddr.js": "2.0.0",
|
||||
"isbinaryfile": "4.0.2",
|
||||
"jest-diff": "^29.7.0",
|
||||
"jest-diff": "^30.0.2",
|
||||
"joi": "^17.13.3",
|
||||
"joi-to-json": "^4.3.0",
|
||||
"jquery": "^3.7.1",
|
||||
|
@ -1417,14 +1417,14 @@
|
|||
"@elastic/makelogs": "^6.1.1",
|
||||
"@elastic/synthetics": "^1.18.2",
|
||||
"@emotion/babel-preset-css-prop": "^11.11.0",
|
||||
"@emotion/jest": "^11.11.0",
|
||||
"@emotion/jest": "^11.13.0",
|
||||
"@fast-check/jest": "^2.1.0",
|
||||
"@frsource/cypress-plugin-visual-regression-diff": "^3.3.10",
|
||||
"@huggingface/hub": "^2.2.0",
|
||||
"@jest/console": "^29.7.0",
|
||||
"@jest/reporters": "^29.7.0",
|
||||
"@jest/transform": "^29.6.1",
|
||||
"@jest/types": "^29.6.3",
|
||||
"@jest/console": "^30.0.2",
|
||||
"@jest/reporters": "^30.0.2",
|
||||
"@jest/transform": "^30.0.2",
|
||||
"@jest/types": "^30.0.1",
|
||||
"@kayahr/text-encoding": "^1.3.0",
|
||||
"@kbn/ai-tools-cli": "link:x-pack/platform/packages/shared/kbn-ai-tools-cli",
|
||||
"@kbn/alerting-api-integration-helpers": "link:x-pack/platform/test/alerting_api_integration/packages/helpers",
|
||||
|
@ -1698,7 +1698,7 @@
|
|||
"@types/hjson": "^2.4.2",
|
||||
"@types/http-proxy": "^1.17.4",
|
||||
"@types/inquirer": "^7.3.1",
|
||||
"@types/jest": "^29.5.3",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/jquery": "^3.5.32",
|
||||
"@types/js-search": "^1.4.0",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
|
@ -1785,7 +1785,7 @@
|
|||
"argsplit": "^1.0.5",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"axe-core": "^4.10.0",
|
||||
"babel-jest": "^29.7.0",
|
||||
"babel-jest": "^30.0.2",
|
||||
"babel-loader": "^9.1.3",
|
||||
"babel-plugin-add-module-exports": "^1.0.4",
|
||||
"babel-plugin-istanbul": "^6.1.1",
|
||||
|
@ -1847,7 +1847,7 @@
|
|||
"eslint-plugin-testing-library": "^7.1.1",
|
||||
"eslint-traverse": "^1.0.0",
|
||||
"exit-hook": "2.2.0",
|
||||
"expect": "^29.7.0",
|
||||
"expect": "^30.0.2",
|
||||
"expose-loader": "^5.0.0",
|
||||
"express": "^4.21.2",
|
||||
"fetch-mock": "^10.1.0",
|
||||
|
@ -1866,17 +1866,17 @@
|
|||
"http2-proxy": "^5.0.53",
|
||||
"http2-wrapper": "^2.2.1",
|
||||
"ignore": "^7.0.4",
|
||||
"jest": "^29.7.0",
|
||||
"jest": "^30.0.2",
|
||||
"jest-canvas-mock": "^2.5.2",
|
||||
"jest-cli": "^29.7.0",
|
||||
"jest-config": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"jest-matcher-utils": "^29.7.0",
|
||||
"jest-mock": "^29.7.0",
|
||||
"jest-runtime": "^29.7.0",
|
||||
"jest-snapshot": "^29.7.0",
|
||||
"jest-cli": "^30.0.2",
|
||||
"jest-config": "^30.0.2",
|
||||
"jest-environment-jsdom": "^30.0.2",
|
||||
"jest-matcher-utils": "^30.0.2",
|
||||
"jest-mock": "^30.0.2",
|
||||
"jest-runtime": "^30.0.2",
|
||||
"jest-snapshot": "^30.0.2",
|
||||
"jest-specific-snapshot": "^8.0.0",
|
||||
"jest-styled-components": "7.0.3",
|
||||
"jest-styled-components": "7.2.0",
|
||||
"jsdom": "^20.0.1",
|
||||
"json-schema-typed": "^8.0.1",
|
||||
"json5": "^2.2.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue