Merge branch 'main' of github.com:cdransf/coryd.dev

This commit is contained in:
Cory Dransfeldt 2023-10-03 12:40:49 -07:00
commit c334c0feb1
4 changed files with 30 additions and 12 deletions

View file

@ -1,3 +1,3 @@
{
"timestamp": 1696284180263
"timestamp": 1696327385093
}

View file

@ -6560,7 +6560,10 @@
"url": "https://trakt.tv/movies/blue-beetle-2023",
"content_text": "🎥: Blue Beetle #Movies #Trakt https://trakt.tv/movies/blue-beetle-2023",
"date_published": "Tue, 26 Sep 2023 20:15:00 +0000",
"toots": []
"toots": [
"https://social.lol/users/cory/statuses/111168648467862356"
],
"lastTootTimestamp": 1696298957397
},
"https://trakt.tv/movies/the-pope-s-exorcist-2023": {
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXBvcGUtcy1leG9yY2lzdC0yMDIz",
@ -6568,7 +6571,10 @@
"url": "https://trakt.tv/movies/the-pope-s-exorcist-2023",
"content_text": "🎥: The Pope's Exorcist #Movies #Trakt https://trakt.tv/movies/the-pope-s-exorcist-2023",
"date_published": "Sun, 24 Sep 2023 20:15:00 +0000",
"toots": []
"toots": [
"https://social.lol/users/cory/statuses/111169570187488527"
],
"lastTootTimestamp": 1696313021729
},
"https://trakt.tv/movies/talk-to-me-2023": {
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGFsay10by1tZS0yMDIz",
@ -6587,7 +6593,10 @@
"url": "https://trakt.tv/movies/instrument-1999",
"content_text": "🎥: Instrument #Movies #Trakt https://trakt.tv/movies/instrument-1999",
"date_published": "Mon, 11 Sep 2023 20:15:00 +0000",
"toots": []
"toots": [
"https://social.lol/users/cory/statuses/111170511505915664"
],
"lastTootTimestamp": 1696327385087
},
"https://trakt.tv/movies/logan-2017": {
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvbG9nYW4tMjAxNw==",
@ -6595,7 +6604,10 @@
"url": "https://trakt.tv/movies/logan-2017",
"content_text": "🎥: Logan #Movies #Trakt https://trakt.tv/movies/logan-2017",
"date_published": "Mon, 11 Sep 2023 20:15:00 +0000",
"toots": []
"toots": [
"https://social.lol/users/cory/statuses/111169097121004227"
],
"lastTootTimestamp": 1696305803331
},
"https://trakt.tv/movies/the-wolf-of-wall-street-2013": {
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLXdvbGYtb2Ytd2FsbC1zdHJlZXQtMjAxMw==",
@ -6603,7 +6615,10 @@
"url": "https://trakt.tv/movies/the-wolf-of-wall-street-2013",
"content_text": "🎥: The Wolf of Wall Street #Movies #Trakt https://trakt.tv/movies/the-wolf-of-wall-street-2013",
"date_published": "Sun, 10 Sep 2023 20:15:00 +0000",
"toots": []
"toots": [
"https://social.lol/users/cory/statuses/111168181928708166"
],
"lastTootTimestamp": 1696291838597
},
"https://trakt.tv/movies/the-ninth-gate-1999": {
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdGhlLW5pbnRoLWdhdGUtMTk5OQ==",
@ -6622,7 +6637,10 @@
"url": "https://trakt.tv/movies/hypnotic-2023",
"content_text": "🎥: Hypnotic #Movies #Trakt https://trakt.tv/movies/hypnotic-2023",
"date_published": "Tue, 05 Sep 2023 20:15:00 +0000",
"toots": []
"toots": [
"https://social.lol/users/cory/statuses/111170041831607008"
],
"lastTootTimestamp": 1696320218445
},
"https://trakt.tv/movies/kandahar-2023": {
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMva2FuZGFoYXItMjAyMw==",

8
package-lock.json generated
View file

@ -49,7 +49,7 @@
"pagefind": "^1.0.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"prettier-plugin-tailwindcss": "^0.5.5",
"rss-parser": "^3.13.0",
"sanitize-html": "^2.11.0",
"striptags": "^3.2.0",
@ -8097,9 +8097,9 @@
}
},
"node_modules/prettier-plugin-tailwindcss": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.4.tgz",
"integrity": "sha512-QZzzB1bID6qPsKHTeA9qPo1APmmxfFrA5DD3LQ+vbTmAnY40eJI7t9Q1ocqel2EKMWNPLJqdTDWZj1hKYgqSgg==",
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.5.tgz",
"integrity": "sha512-voy0CjWv/CM8yeaduv5ZwovovpTGMR5LbzlhGF+LtEvMJt9wBeVTVnW781hL38R/RcDXCJwN2rolsgr94B/n0Q==",
"dev": true,
"engines": {
"node": ">=14.21.3"

View file

@ -58,7 +58,7 @@
"pagefind": "^1.0.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"prettier-plugin-tailwindcss": "^0.5.5",
"rss-parser": "^3.13.0",
"sanitize-html": "^2.11.0",
"striptags": "^3.2.0",