chore: now-playing web component

This commit is contained in:
Cory Dransfeldt 2024-02-28 15:44:23 -08:00
parent e605cdbfe9
commit 37278c0348
No known key found for this signature in database
4 changed files with 16 additions and 54 deletions

14
package-lock.json generated
View file

@ -9,7 +9,8 @@
"version": "6.7.0",
"license": "MIT",
"dependencies": {
"@cdransf/theme-toggle": "^1.2.1",
"@cdransf/now-playing": "^1.0.0",
"@cdransf/theme-toggle": "^1.2.2",
"@daviddarnes/mastodon-post": "^1.1.1",
"@remy/webmention": "^1.5.0",
"@zachleat/pagefind-search": "^1.0.3",
@ -1229,10 +1230,15 @@
"node": ">=6.9.0"
}
},
"node_modules/@cdransf/now-playing": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@cdransf/now-playing/-/now-playing-1.0.0.tgz",
"integrity": "sha512-O6oDLm0q1mw9uPlpLSI5rCz+8GxH7S+g/2VhFbD7Q9tTB/+u2UK2n4stvJT0RmVxqnKZwYSqfDikHpFqFN4qmQ=="
},
"node_modules/@cdransf/theme-toggle": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@cdransf/theme-toggle/-/theme-toggle-1.2.1.tgz",
"integrity": "sha512-3eiIUuEbDpe/T2fOtpq8qPw0lfR3GWJOIbaPoZ89GxRXlEdkWetVtW2WG5YY3FfsmHGWvNSZwT6b6nWIQ9rWNQ=="
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@cdransf/theme-toggle/-/theme-toggle-1.2.2.tgz",
"integrity": "sha512-EPfNRs4sd3DFPWeylzQG8zTn5zhKL9xdeHr68GuDSiWcz3+kEMZrUwkQ9BvALSzaZC0E51dP0tvnYx2V6U8lYg=="
},
"node_modules/@daviddarnes/mastodon-post": {
"version": "1.1.1",