Skip to content

Commit

Permalink
Merge pull request #171 from coliff/update-dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jul 19, 2023
2 parents 4c54e7b + 3556edd commit 0c63293
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 289 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"root": true,
"extends": ["eslint:recommended", "prettier"],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": ["warn"],
"no-undef": "off"
}
}
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
interval: weekly
versioning-strategy: increase
reviewers:
- coliff
labels:
- dependencies
open-pull-requests-limit: 1
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2280%22>🌓</text></svg>">

<meta property="og:site_name" content="GitHub">
<meta property="og:site_name" content="Dark Mode Switch">
<meta property="og:image"
content="https://repository-images.githubusercontent.com/194995309/38db8f80-9db7-11e9-998f-43f2a26d9e0b">
<meta property="og:title" content="dark-mode-switch">
Expand Down Expand Up @@ -73,4 +73,4 @@ <h1>🌓 Dark Mode Switch</h1>
</div>
</body>

</html>
</html>
Loading

0 comments on commit 0c63293

Please sign in to comment.