Skip to content

Commit

Permalink
updated JS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Apr 20, 2024
1 parent 306f280 commit dc29d81
Show file tree
Hide file tree
Showing 21 changed files with 786 additions and 453 deletions.
10 changes: 5 additions & 5 deletions assets/@fortawesome/fontawesome-free/css/all.min.css

Large diffs are not rendered by default.

Binary file modified assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions assets/algoliasearch/dist/algoliasearch-lite.umd.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/bootstrap-table/dist/bootstrap-table.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/bootstrap-table/dist/bootstrap-table.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/iframe-resizer/js/iframeResizer.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/instantsearch.js/dist/instantsearch.production.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

884 changes: 577 additions & 307 deletions assets/mermaid/dist/mermaid.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions assets/mermaid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "10.8.0",
"version": "10.9.0",
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"type": "module",
"module": "./dist/mermaid.core.mjs",
Expand Down Expand Up @@ -50,6 +50,7 @@
"dayjs": "^1.11.7",
"dompurify": "^3.0.5",
"elkjs": "^0.9.0",
"katex": "^0.16.9",
"khroma": "^2.0.0",
"lodash-es": "^4.17.21",
"mdast-util-from-markdown": "^1.3.0",
Expand All @@ -69,6 +70,7 @@
"@types/d3-shape": "^3.1.1",
"@types/dompurify": "^3.0.2",
"@types/jsdom": "^21.1.1",
"@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.7",
"@types/micromatch": "^4.0.2",
"@types/prettier": "^2.7.2",
Expand All @@ -80,7 +82,6 @@
"chokidar": "^3.5.3",
"concurrently": "^8.0.1",
"cpy-cli": "^4.2.0",
"cspell": "^6.31.1",
"csstree-validator": "^3.0.0",
"globby": "^13.1.4",
"jison": "^0.4.18",
Expand Down Expand Up @@ -123,7 +124,7 @@
"docs:dev": "pnpm docs:pre:vitepress && concurrently \"pnpm --filter ./src/vitepress dev\" \"tsx scripts/docs.cli.mts --watch --vitepress\"",
"docs:dev:docker": "pnpm docs:pre:vitepress && concurrently \"pnpm --filter ./src/vitepress dev:docker\" \"tsx scripts/docs.cli.mts --watch --vitepress\"",
"docs:serve": "pnpm docs:build:vitepress && vitepress serve src/vitepress",
"docs:spellcheck": "cspell --config ../../cSpell.json \"src/docs/**/*.md\"",
"docs:spellcheck": "cspell \"src/docs/**/*.md\"",
"docs:release-version": "tsx scripts/update-release-version.mts",
"docs:verify-version": "tsx scripts/update-release-version.mts --verify",
"types:build-config": "tsx scripts/create-types-from-json-schema.mts",
Expand Down
2 changes: 1 addition & 1 deletion assets/vanilla-lazyload/dist/lazyload.min.js

Large diffs are not rendered by default.

294 changes: 178 additions & 116 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"dependencies": {
"@fortawesome/fontawesome-free": "6.5.1",
"algoliasearch": "4.22.1",
"@fortawesome/fontawesome-free": "6.5.2",
"algoliasearch": "4.23.3",
"bootstrap": "5.3.3",
"bootstrap-table": "1.22.2",
"iframe-resizer": "^4.3.8",
"instantsearch.js": "4.65.0",
"bootstrap-table": "1.22.4",
"iframe-resizer": "4.3.10",
"instantsearch.js": "4.67.0",
"intersection-observer": "0.12.2",
"jquery": "3.7.1",
"luxon": "3.4.4",
"mathjax": "3.2.2",
"mermaid": "10.8.0",
"mermaid": "10.9.0",
"twemoji": "14.0.2",
"vanilla-lazyload": "17.8.8"
"vanilla-lazyload": "19.1.3"
},
"scripts": {
"install": "cp -r node_modules/algoliasearch node_modules/bootstrap node_modules/bootstrap-table node_modules/@fortawesome node_modules/iframe-resizer node_modules/instantsearch.js node_modules/intersection-observer node_modules/jquery node_modules/luxon node_modules/mathjax node_modules/mermaid node_modules/twemoji node_modules/vanilla-lazyload assets/ && wget https://scratchblocks.github.io/js/scratchblocks-v3.6.4-min.js -O assets/scratchblocks.min.js && wget https://scratchblocks.github.io/js/scratchblocks-v3.6.4-min.js.map -O assets/scratchblocks.min.js.map && cp -r node_modules/bootstrap _sass/ && pygmentize -S default -f html -a .highlight > _sass/default.scss && pygmentize -S github-dark -f html -a .highlight > _sass/github-dark.scss",
Expand Down

0 comments on commit dc29d81

Please sign in to comment.