Skip to content

Commit

Permalink
fix: use the latest minor version of fontawesome 6 (pydata#1768)
Browse files Browse the repository at this point in the history
* fix: use the latest minor version of fontawesome 6

* update dependencies

* remove bluesky icon
  • Loading branch information
12rambau authored and ivanov committed Jun 4, 2024
1 parent 9c4c38f commit b7f7fff
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 2,790 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"features": {
"ghcr.io/devcontainers-contrib/features/nox:2": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {},
"ghcr.io/devcontainers/features/node:1": {}
},
"postCreateCommand": "pre-commit install"
}
Loading

0 comments on commit b7f7fff

Please sign in to comment.