Upgrade Katex to v0.16.7

This commit is contained in:
Will Faught
2023-06-20 12:09:20 -07:00
parent 543f5ab42f
commit fe9d39cdd9
39 changed files with 420 additions and 392 deletions

129
paige/node_modules/katex/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "katex",
"version": "0.16.4",
"version": "0.16.7",
"description": "Fast math typesetting for the web.",
"main": "dist/katex.js",
"exports": {
@@ -49,78 +49,79 @@
"license": "MIT",
"packageManager": "yarn@3.2.2",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.14.5",
"@babel/register": "^7.10.4",
"@babel/runtime": "^7.10.4",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.0.4",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"babel-jest": "^27.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-preval": "^5.0.0",
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.18.9",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"babel-jest": "^29.0.1",
"babel-loader": "^8.2.5",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-preval": "^5.1.0",
"babel-plugin-version-inline": "^1.0.0",
"benchmark": "^2.1.4",
"browserslist": "^4.13.0",
"browserstack-local": "^1.4.5",
"caniuse-lite": "^1.0.30001102",
"css-loader": "^6.0.0",
"cssnano": "^5.0.0-rc.1",
"eslint": "^8.0.0",
"browserslist": "^4.21.3",
"browserstack-local": "^1.5.1",
"caniuse-lite": "^1.0.30001384",
"css-loader": "^6.7.1",
"cssnano": "^5.1.13",
"eslint": "^8.23.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-actions": "^2.0.0",
"eslint-plugin-flowtype": "^8.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.1",
"flow-bin": "^0.135.0",
"fs-extra": "^10.0.0",
"got": "^11.8.0",
"husky": "^4.2.5",
"istanbul-lib-coverage": "^3.0.0",
"fs-extra": "^10.1.0",
"got": "^11.8.5",
"husky": "^4.3.8",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.2",
"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",
"istanbul-reports": "^3.1.5",
"jest": "^29.0.1",
"jest-diff": "^29.0.1",
"jest-environment-jsdom": "^29.0.1",
"jest-matcher-utils": "^29.0.1",
"jest-message-util": "^29.0.1",
"jest-serializer-html": "^7.1.0",
"js-yaml": "^4.1.0",
"json-stable-stringify": "^1.0.1",
"jspngopt": "^0.2.0",
"less": "^4.0.0",
"less-loader": "^10.0.0",
"mini-css-extract-plugin": "^2.0.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.6.1",
"mkdirp": "^1.0.4",
"p-retry": "^4.6.1",
"pako": "^2.0.0",
"postcss": "^8.0.0",
"p-retry": "^4.6.2",
"pako": "^2.0.4",
"postcss": "^8.4.16",
"postcss-less": "^6.0.0",
"postcss-loader": "^6.0.0",
"postcss-preset-env": "^7.0.0",
"prettier": "^2.0.5",
"query-string": "^7.0.0",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.0",
"prettier": "^2.7.1",
"query-string": "^7.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.21.0",
"selenium-webdriver": "^4.0.0-beta.4",
"semantic-release": "^18.0.0",
"rollup": "^2.78.1",
"selenium-webdriver": "^4.4.0",
"semantic-release": "^19.0.5",
"sri-toolbox": "^0.2.0",
"style-loader": "^3.0.0",
"stylelint": "^14.0.0",
"stylelint-config-standard": "^24.0.0",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.51.1",
"webpack-bundle-analyzer": "^4.0.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
"style-loader": "^3.3.1",
"stylelint": "^14.11.0",
"stylelint-config-standard": "^28.0.0",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1"
},
"bin": "cli.js",
"scripts": {
@@ -150,7 +151,7 @@
"dist:zip": "rimraf katex/ katex.tar.gz katex.zip && cp -R dist katex && tar czf katex.tar.gz katex && zip -rq katex.zip katex && rimraf katex/"
},
"dependencies": {
"commander": "^8.0.0"
"commander": "^8.3.0"
},
"husky": {
"hooks": {
@@ -173,7 +174,9 @@
"testMatch": [
"**/test/*-spec.js"
],
"testURL": "http://localhost/",
"testEnvironmentOptions": {
"url": "http://localhost/"
},
"transform": {
"^.+\\.js$": "babel-jest"
},