diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 8f203d0b..abb21d9f 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1689026585990 + "timestamp": 1689170587127 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 0f570137..3ddd60f3 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -4891,5 +4891,71 @@ "https://social.lol/users/cory/statuses/110692046323512940" ], "lastTootTimestamp": 1689026585982 + }, + "https://www.theverge.com/2023/5/25/23737116/openai-ai-regulation-eu-ai-act-cease-operating": { + "id": "https://www.theverge.com/2023/5/25/23737116/openai-ai-regulation-eu-ai-act-cease-operating", + "title": "๐Ÿ”—: OpenAI says it could โ€˜cease operatingโ€™ in the EU if it canโ€™t comply with future regulation", + "url": "https://www.theverge.com/2023/5/25/23737116/openai-ai-regulation-eu-ai-act-cease-operating", + "content_text": "๐Ÿ”—: OpenAI says it could โ€˜cease operatingโ€™ in the EU if it canโ€™t comply with future regulation https://www.theverge.com/2023/5/25/23737116/openai-ai-regulation-eu-ai-act-cease-operating", + "date_published": "2023-05-25T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110693936425455601" + ], + "lastTootTimestamp": 1689055426471 + }, + "https://letterboxd.com/cdme/film/witness/": { + "id": "https://letterboxd.com/cdme/film/witness/", + "title": "๐ŸŽฅ: Witness, 1985 - โ˜…โ˜…ยฝ", + "url": "https://letterboxd.com/cdme/film/witness/", + "content_text": "๐ŸŽฅ: Witness, 1985 - โ˜…โ˜…ยฝ https://letterboxd.com/cdme/film/witness/", + "date_published": "2023-07-11T11:48:18-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110695821210732966" + ], + "lastTootTimestamp": 1689084186241 + }, + "https://adactio.com/journal/20315": { + "id": "https://adactio.com/journal/20315", + "title": "๐Ÿ”—: Permission", + "url": "https://adactio.com/journal/20315", + "content_text": "๐Ÿ”—: Permission https://adactio.com/journal/20315", + "date_published": "2023-07-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110698758417405074" + ], + "lastTootTimestamp": 1689129004232 + }, + "https://werd.io/2023/licensing-site-content-using-a-text-file": { + "id": "https://werd.io/2023/licensing-site-content-using-a-text-file", + "title": "๐Ÿ”—: Licensing site content using a text file", + "url": "https://werd.io/2023/licensing-site-content-using-a-text-file", + "content_text": "๐Ÿ”—: Licensing site content using a text file https://werd.io/2023/licensing-site-content-using-a-text-file", + "date_published": "2023-07-03T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110698220765868760" + ], + "lastTootTimestamp": 1689120800337 + }, + "https://www.nytimes.com/2023/07/07/magazine/guam-american-military.html": { + "id": "https://www.nytimes.com/2023/07/07/magazine/guam-american-military.html", + "title": "๐Ÿ”—: The America That Americans Forget", + "url": "https://www.nytimes.com/2023/07/07/magazine/guam-american-military.html", + "content_text": "๐Ÿ”—: The America That Americans Forget https://www.nytimes.com/2023/07/07/magazine/guam-american-military.html", + "date_published": "2023-07-07T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110699598907537168" + ], + "lastTootTimestamp": 1689141829116 + }, + "https://matt-rickard.com/why-frameworks-fail": { + "id": "https://matt-rickard.com/why-frameworks-fail", + "title": "๐Ÿ”—: Why Frameworks Fail", + "url": "https://matt-rickard.com/why-frameworks-fail", + "content_text": "๐Ÿ”—: Why Frameworks Fail https://matt-rickard.com/why-frameworks-fail", + "date_published": "2023-07-11T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110701483593046342" + ], + "lastTootTimestamp": 1689170587122 } } \ No newline at end of file diff --git a/package.json b/package.json index d3aa27ef..538a7d9c 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,11 @@ "@fontsource/inter": "^5.0.5", "eslint": "^8.42.0", "eslint-config-prettier": "^8.8.0", - "eslint-plugin-prettier": "^5.0.0-alpha.2", + "eslint-plugin-prettier": "^5.0.0", "pagefind": "^0.12.0", "postcss": "^8.4.25", "prettier": "^3.0.0", - "prettier-plugin-tailwindcss": "^0.3.0", + "prettier-plugin-tailwindcss": "^0.4.0", "sanitize-html": "^2.11.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 02903409..3589c556 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2173,10 +2173,10 @@ eslint-plugin-jsx-a11y@^6.7.1: object.fromentries "^2.0.6" semver "^6.3.0" -eslint-plugin-prettier@^5.0.0-alpha.2: - version "5.0.0-alpha.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0-alpha.2.tgz#4dd7edf88ff9bc13a3bbd91c059aae267dac4576" - integrity sha512-F6YBCbrRzvZwcINw3crm1+/uX/i+rJYaFErPtwCfUoPLywRfY7pwBtI3yMe5OpIotuaiws8cd29oM80ca6NQSQ== +eslint-plugin-prettier@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz#6887780ed95f7708340ec79acfdf60c35b9be57a" + integrity sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w== dependencies: prettier-linter-helpers "^1.0.0" synckit "^0.8.5" @@ -4501,10 +4501,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier-plugin-tailwindcss@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz#8299b307c7f6467f52732265579ed9375be6c818" - integrity sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA== +prettier-plugin-tailwindcss@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.4.0.tgz#b3bd20e28514607c584d4ce515ed09b76cc16dd2" + integrity sha512-Rna0sDPETA0KNhMHlN8wxKNgfSa8mTl2hPPAGxnbv6tUcHT6J4RQmQ8TLXyhB7Dm5Von4iHloBxTyClYM6wT0A== prettier@^3.0.0: version "3.0.0"