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 Jun 27, 2024
1 parent f372f18 commit a708ddf
Show file tree
Hide file tree
Showing 10 changed files with 13,068 additions and 6,262 deletions.
2 changes: 1 addition & 1 deletion docs/src/scss/_loader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
height: 80px;
margin-top: -40px;
margin-left: -40px;
border-width: 10px;
border-style: solid;
border-width: 10px;
border-top-color: rgb(0, 255, 255);
border-right-color: rgb(255, 255, 0);
border-bottom-color: rgb(0, 255, 0);
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/theme/assets/coloraide-extras/extra-notebook-UYPnvA4p.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/theme/assets/coloraide-extras/extra-notebook-dHZZ0bnu.js

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ markdown_extensions:
alternate_style: True

extra_css:
- assets/coloraide-extras/extra-51c649e973.css
- assets/coloraide-extras/extra-e1cd7ecf37.css
extra_javascript:
- https://unpkg.com/mermaid@10.6.1/dist/mermaid.min.js
- playground-config-b488062d.js
- https://cdn.jsdelivr.net/pyodide/v0.25.1/full/pyodide.js
- assets/coloraide-extras/extra-notebook-dHZZ0bnu.js
- assets/coloraide-extras/extra-notebook-UYPnvA4p.js

extra:
social:
Expand Down
19,276 changes: 13,041 additions & 6,235 deletions package-lock.json

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
"node": ">= 10"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-external-helpers": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/register": "^7.23.7",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-external-helpers": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/register": "^7.24.6",
"@fortawesome/fontawesome-free": "^6.5.2",
"@mdi/svg": "^7.4.47",
"@primer/octicons": "^19.9.0",
"@primer/octicons": "^19.10.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.19",
"babel-core": "^7.0.0-bridge.0",
"clean-css": "^5.3.3",
"css-mqpacker": "^7.0.0",
"del": "^7.1.0",
"eslint": "^9.0.0",
"eslint": "^9.5.0",
"fast-glob": "^3.3.2",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
Expand All @@ -46,26 +46,26 @@
"gulp-rev": "^11.0.0",
"gulp-rev-replace": "^0.4.4",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-touch-fd": "github:funkedigital/gulp-touch-fd",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"postcss-inline-svg": "^6.0.0",
"postcss-pseudo-classes": "^0.4.0",
"postcss-scss": "^4.0.9",
"postcss-svgo": "^6.0.3",
"postcss-svgo": "^7.0.1",
"promise": "^8.3.0",
"rollup": "^4.14.3",
"rollup": "^4.18.0",
"rollup-plugin-output-manifest": "^2.0.0",
"rollup-plugin-regenerator": "^0.3.0",
"sass": "^1.75.0",
"rollup-plugin-regenerator": "^0.6.0",
"sass": "^1.77.6",
"stylelint": "^15.11.0",
"stylelint-config-rational-order": "^0.0.4",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.2.1",
"terser": "^5.30.3",
"stylelint-scss": "^6.3.2",
"terser": "^5.31.1",
"vinyl-paths": "^5.0.0",
"yargs": "^17.7.2"
}
Expand Down

0 comments on commit a708ddf

Please sign in to comment.