mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
chore(deps): update jest monorepo to v27 [skip netlify] (major) (#3051)
* chore(deps): update jest monorepo to v27 [skip netlify] * test: use jsdom environment for auto-render test Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Ylemkimon <y@ylem.kim>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/**
|
||||
* @jest-environment jsdom
|
||||
*/
|
||||
import splitAtDelimiters from "../splitAtDelimiters";
|
||||
import renderMathInElement from "../auto-render";
|
||||
|
||||
|
10
package.json
10
package.json
@@ -30,7 +30,7 @@
|
||||
"@semantic-release/changelog": "^5.0.1",
|
||||
"@semantic-release/git": "^9.0.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^26.1.0",
|
||||
"babel-jest": "^27.0.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-plugin-istanbul": "^6.0.0",
|
||||
"babel-plugin-preval": "^5.0.0",
|
||||
@@ -52,10 +52,10 @@
|
||||
"istanbul-lib-coverage": "^3.0.0",
|
||||
"istanbul-lib-report": "^3.0.0",
|
||||
"istanbul-reports": "^3.0.2",
|
||||
"jest": "^26.1.0",
|
||||
"jest-diff": "^26.1.0",
|
||||
"jest-matcher-utils": "^26.1.0",
|
||||
"jest-message-util": "^26.1.0",
|
||||
"jest": "^27.0.0",
|
||||
"jest-diff": "^27.0.0",
|
||||
"jest-matcher-utils": "^27.0.0",
|
||||
"jest-message-util": "^27.0.0",
|
||||
"jest-serializer-html": "^7.0.0",
|
||||
"js-yaml": "^4.0.0",
|
||||
"json-stable-stringify": "^1.0.1",
|
||||
|
Reference in New Issue
Block a user