From d5c75b6b5e1356909f453b2bdd0319a534e9bca6 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 13 Jul 2023 04:28:03 -0700 Subject: [PATCH] chore: properly organize dependencies --- package.json | 24 +++++++++++------------- yarn.lock | 12 ++++++------ 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 538a7d9c..a6c6365d 100644 --- a/package.json +++ b/package.json @@ -16,26 +16,16 @@ "license": "ISC", "devDependencies": { "@11ty/eleventy": "^2.0.1", - "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", - "@catppuccin/tailwindcss": "^0.1.6", - "@fontsource/inter": "^5.0.5", - "eslint": "^8.42.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-prettier": "^5.0.0", - "pagefind": "^0.12.0", - "postcss": "^8.4.25", - "prettier": "^3.0.0", - "prettier-plugin-tailwindcss": "^0.4.0", - "sanitize-html": "^2.11.0" - }, - "dependencies": { "@11ty/eleventy-activity-feed": "^1.0.9", "@11ty/eleventy-fetch": "^4.0.0", "@11ty/eleventy-img": "^3.1.0", + "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", + "@catppuccin/tailwindcss": "^0.1.6", "@cdransf/eleventy-plugin-heroicons": "^1.3.2", "@commitlint/cli": "^17.6.6", "@commitlint/config-conventional": "^17.6.6", "@extractus/feed-extractor": "6.2.4", + "@fontsource/inter": "^5.0.5", "@quasibit/eleventy-plugin-schema": "^1.11.0", "@sherby/eleventy-plugin-files-minifier": "^1.1.1", "@tailwindcss/aspect-ratio": "^0.4.2", @@ -44,12 +34,16 @@ "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "autoprefixer": "^10.4.2", + "sanitize-html": "^2.11.0", "child_process": "^1.0.2", "clean-css": "^5.3.2", "dotenv-flow": "^3.2.0", "eleventy-plugin-unfurl": "^1.0.0", "eleventy-plugin-youtube-embed": "^1.9.0", + "eslint": "^8.42.0", + "eslint-config-prettier": "^8.8.0", "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint-plugin-prettier": "^5.0.0", "husky": "^8.0.3", "ics-to-json-extended": "^1.1.4", "lint-staged": "^13.2.3", @@ -60,6 +54,10 @@ "markdown-it-footnote": "^3.0.3", "markdownlint-cli": "^0.35.0", "marked": "^5.1.0", + "pagefind": "^0.12.0", + "postcss": "^8.4.25", + "prettier": "^3.0.0", + "prettier-plugin-tailwindcss": "^0.4.0", "striptags": "^3.2.0", "tailwindcss": "^3.3.2" }, diff --git a/yarn.lock b/yarn.lock index c8728241..560bfd28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -686,9 +686,9 @@ integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== "@types/node@*", "@types/node@>=10.0.0": - version "20.4.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.1.tgz#a6033a8718653c50ac4962977e14d0f984d9527d" - integrity sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg== + version "20.4.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.2.tgz#129cc9ae69f93824f92fac653eebfb4812ab4af9" + integrity sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw== "@types/normalize-package-data@^2.4.0": version "2.4.1" @@ -1953,9 +1953,9 @@ ejs@^3.1.8, ejs@^3.1.9: jake "^10.8.5" electron-to-chromium@^1.4.431: - version "1.4.457" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.457.tgz#3fdc7b4f97d628ac6b51e8b4b385befb362fe343" - integrity sha512-/g3UyNDmDd6ebeWapmAoiyy+Sy2HyJ+/X8KyvNeHfKRFfHaA2W8oF5fxD5F3tjBDcjpwo0iek6YNgxNXDBoEtA== + version "1.4.459" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.459.tgz#25a23370f4ae8aaa8f77aaf00133aa4994f4148e" + integrity sha512-XXRS5NFv8nCrBL74Rm3qhJjA2VCsRFx0OjHKBMPI0otij56aun8UWiKTDABmd5/7GTR021pA4wivs+Ri6XCElg== eleventy-plugin-unfurl@^1.0.0: version "1.0.0"