Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Dec 7, 2023
1 parent de5d939 commit 9686e89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.7.11)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down
3 changes: 3 additions & 0 deletions assets/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -629,14 +629,17 @@ code {
.highlight .hll {
background-color: #f1fa8c;
}

.highlight {
background: #282a36;
color: #f8f8f2;
border-radius: 0.25rem;
}

.highlight code {
color: #f8f8f2;
}

.highlight .c {
color: #9db5ff;
} /* Comment */
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"homepage": "https://github.com/katydecorah/theme#readme",
"devDependencies": {
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"feather-icons": "^4.29.1",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
Expand Down

0 comments on commit 9686e89

Please sign in to comment.