Merge branch 'develop' into feature/support-fa-kit-custom-icons

This commit is contained in:
Jakob
2024-04-03 09:02:33 +02:00
committed by GitHub
42 changed files with 551 additions and 622 deletions

View File

@@ -1,6 +1,5 @@
import common, { calculateMathMLDimensions, hasKatex, renderKatex } from '../common/common.js';
import * as svgDrawCommon from '../common/svgDrawCommon.js';
import { addFunction } from '../../interactionDb.js';
import { ZERO_WIDTH_SPACE, parseFontSize } from '../../utils.js';
import { sanitizeUrl } from '@braintree/sanitize-url';
import * as configApi from '../../config.js';

View File

@@ -34,7 +34,7 @@
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.19.7",
"vitepress": "1.0.0-rc.45",
"vitepress": "1.0.2",
"workbox-window": "^7.0.0"
}
}