Skip to content

Commit

Permalink
Update JS doc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jul 10, 2023
1 parent bd7819b commit 58098ef
Show file tree
Hide file tree
Showing 7 changed files with 656 additions and 649 deletions.
1 change: 1 addition & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"font-family-name-quotes": "always-where-recommended",
"font-weight-notation": "numeric",
"function-url-quotes": "always",
"media-query-no-invalid": null,
"no-descending-specificity": null,
"no-unknown-animations": true,
"property-no-vendor-prefix": true,
Expand Down
1 change: 0 additions & 1 deletion docs/theme/assets/pymdownx-extras/extra-a2b15a354f.css.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/theme/assets/pymdownx-extras/extra-ba994a2e31.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ extra:
link: https://discord.gg/TWs8Tgr
extra_css:
# - https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/katex.min.css
- assets/pymdownx-extras/extra-a2b15a354f.css
- assets/pymdownx-extras/extra-ba994a2e31.css
extra_javascript:
- https://unpkg.com/mermaid@9.4.0/dist/mermaid.min.js
# - https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/katex.min.js
Expand Down
1,280 changes: 643 additions & 637 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"yarn": "YARN NO LONGER USED - use npm instead."
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/eslint-parser": "^7.22.7",
"@babel/plugin-external-helpers": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-env": "^7.22.7",
"@babel/register": "^7.22.5",
"@fortawesome/fontawesome-free": "^6.4.0",
"@mdi/svg": "^7.2.96",
Expand All @@ -34,7 +34,7 @@
"clean-css": "^5.3.2",
"css-mqpacker": "^7.0.0",
"del": "^7.0.0",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
Expand All @@ -54,12 +54,12 @@
"postcss-pseudo-classes": "^0.2.1",
"postcss-svgo": "^6.0.0",
"promise": "^8.3.0",
"rollup": "^3.25.3",
"rollup": "^3.26.2",
"rollup-plugin-output-manifest": "^2.0.0",
"sass": "^1.63.6",
"stylelint": "^15.9.0",
"stylelint": "^15.10.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.0.1",
"terser": "^5.18.2",
Expand Down

0 comments on commit 58098ef

Please sign in to comment.