From 4c1295ca17f2ee62a10937f2d8482ec044940bbd Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Tue, 31 Oct 2023 09:21:23 -0400 Subject: [PATCH] feat: upgrade to static cms v3 (#27) --- package.json | 26 +- src/admin/index.html | 4 +- yarn.lock | 605 +++++++++++++++++++++++-------------------- 3 files changed, 335 insertions(+), 300 deletions(-) diff --git a/package.json b/package.json index 84b35f5..34eff82 100644 --- a/package.json +++ b/package.json @@ -19,22 +19,22 @@ "build": "cross-env NODE_ENV=production eleventy && cross-env NODE_ENV=production tailwindcss -i src/static/css/tailwind.css -o _site/static/css/style.css" }, "dependencies": { - "autoprefixer": "10.4.14", - "postcss": "8.4.21" + "autoprefixer": "^10.4.14", + "postcss": "^8.4.21" }, "devDependencies": { - "@11ty/eleventy": "2.0.0", - "@11ty/eleventy-plugin-syntaxhighlight": "4.2.0", - "@tailwindcss/typography": "^0.5.9", + "@11ty/eleventy": "^2.0.1", + "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", + "@tailwindcss/typography": "^0.5.10", "alpinejs": "^3.11.1", "cross-env": "7.0.3", - "cssnano": "5.1.15", - "html-minifier": "4.0.0", - "js-yaml": "4.1.0", - "luxon": "3.3.0", - "npm-run-all": "4.1.5", - "postcss-cli": "10.1.0", - "prismjs": "1.29.0", - "tailwindcss": "3.2.7" + "cssnano": "^5.1.15", + "html-minifier": "^4.0.0", + "js-yaml": "^4.1.0", + "luxon": "^3.3.0", + "npm-run-all": "^4.1.5", + "postcss-cli": "^10.1.0", + "prismjs": "^1.29.0", + "tailwindcss": "^3.2.7" } } diff --git a/src/admin/index.html b/src/admin/index.html index 239c31f..a5d381b 100644 --- a/src/admin/index.html +++ b/src/admin/index.html @@ -4,11 +4,11 @@ Content Manager - + - +