Skip to content

Commit 9ade2e8

Browse files
authored
fix: use the latest minor version of fontawesome 6 (#1768)
* fix: use the latest minor version of fontawesome 6 * update dependencies * remove bluesky icon
1 parent 733d9f3 commit 9ade2e8

File tree

3 files changed

+286
-2790
lines changed

3 files changed

+286
-2790
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"features": {
66
"ghcr.io/devcontainers-contrib/features/nox:2": {},
77
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
8-
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
8+
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {},
9+
"ghcr.io/devcontainers/features/node:1": {}
910
},
1011
"postCreateCommand": "pre-commit install"
1112
}

0 commit comments

Comments
 (0)