Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
c15e1a5f32
4 changed files with 22 additions and 11 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1702929785783
|
||||
"timestamp": 1703016172622
|
||||
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -8024,5 +8024,16 @@
|
|||
"https://social.lol/users/cory/statuses/111603206432598110"
|
||||
],
|
||||
"lastTootTimestamp": 1702929785779
|
||||
},
|
||||
"https://trakt.tv/movies/the-thing-1982": {
|
||||
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXRoaW5nLTE5ODI=",
|
||||
"title": "🎥: The Thing",
|
||||
"url": "https://trakt.tv/movies/the-thing-1982",
|
||||
"content_text": "🎥: The Thing #Movies #Watching #Trakt https://trakt.tv/movies/the-thing-1982",
|
||||
"date_published": "Tue, 19 Dec 2023 15:00:00 +0000",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/111608867883537431"
|
||||
],
|
||||
"lastTootTimestamp": 1703016172615
|
||||
}
|
||||
}
|
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -39,7 +39,7 @@
|
|||
"ics-to-json-extended": "^1.1.4",
|
||||
"jsdom": "^23.0.1",
|
||||
"lint-staged": "^15.2.0",
|
||||
"liquidjs": "^10.9.4",
|
||||
"liquidjs": "^10.10.0",
|
||||
"luxon": "^3.4.4",
|
||||
"markdown-it": "^14.0.0",
|
||||
"markdown-it-anchor": "^8.4.1",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"slugify": "^1.6.6",
|
||||
"striptags": "^3.2.0",
|
||||
"tailwind-scrollbar": "^3.0.5",
|
||||
"tailwindcss": "^3.3.7"
|
||||
"tailwindcss": "^3.4.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@11ty/dependency-tree": {
|
||||
|
@ -6826,9 +6826,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/liquidjs": {
|
||||
"version": "10.9.4",
|
||||
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.9.4.tgz",
|
||||
"integrity": "sha512-E7SmGMwhv0Pa1Yau6odd2EgNPAmrx1OOjzvpm9AFxBGVtCX2Bx4fOCDtDCML13L7g6zjLPN7Kb/kakyAl2HTPQ==",
|
||||
"version": "10.10.0",
|
||||
"resolved": "https://registry.npmjs.org/liquidjs/-/liquidjs-10.10.0.tgz",
|
||||
"integrity": "sha512-f4gPvCq4uV4Fm5YezVUQoAMPmBMEuIE2LvgCnzyWoPRx+ZefH6b8DU2eb7znltRqATHF8zYvOsd5FD2z1spJgg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"commander": "^10.0.0"
|
||||
|
@ -10844,9 +10844,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tailwindcss": {
|
||||
"version": "3.3.7",
|
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.7.tgz",
|
||||
"integrity": "sha512-pjgQxDZPvyS/nG3ZYkyCvsbONJl7GdOejfm24iMt2ElYQQw8Jc4p0m8RdMp7mznPD0kUhfzwV3zAwa80qI0zmQ==",
|
||||
"version": "3.4.0",
|
||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz",
|
||||
"integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@alloc/quick-lru": "^5.2.0",
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"ics-to-json-extended": "^1.1.4",
|
||||
"jsdom": "^23.0.1",
|
||||
"lint-staged": "^15.2.0",
|
||||
"liquidjs": "^10.9.4",
|
||||
"liquidjs": "^10.10.0",
|
||||
"luxon": "^3.4.4",
|
||||
"markdown-it": "^14.0.0",
|
||||
"markdown-it-anchor": "^8.4.1",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"slugify": "^1.6.6",
|
||||
"striptags": "^3.2.0",
|
||||
"tailwind-scrollbar": "^3.0.5",
|
||||
"tailwindcss": "^3.3.7"
|
||||
"tailwindcss": "^3.4.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,ts,json}": [
|
||||
|
|
Reference in a new issue