chore: update deps
This commit is contained in:
parent
d1477ec114
commit
4667d45373
3 changed files with 1 additions and 1981 deletions
|
@ -1,6 +1,5 @@
|
||||||
import syntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight'
|
import syntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight'
|
||||||
import tablerIcons from 'eleventy-plugin-tabler-icons'
|
import tablerIcons from 'eleventy-plugin-tabler-icons'
|
||||||
import pluginUnfurl from 'eleventy-plugin-unfurl'
|
|
||||||
import pluginRss from '@11ty/eleventy-plugin-rss'
|
import pluginRss from '@11ty/eleventy-plugin-rss'
|
||||||
import postGraph from '@rknightuk/eleventy-plugin-post-graph'
|
import postGraph from '@rknightuk/eleventy-plugin-post-graph'
|
||||||
import embedEverything from 'eleventy-plugin-embed-everything'
|
import embedEverything from 'eleventy-plugin-embed-everything'
|
||||||
|
@ -35,7 +34,6 @@ const appVersion = require('./package.json').version
|
||||||
export default async function (eleventyConfig) {
|
export default async function (eleventyConfig) {
|
||||||
eleventyConfig.addPlugin(syntaxHighlight)
|
eleventyConfig.addPlugin(syntaxHighlight)
|
||||||
eleventyConfig.addPlugin(tablerIcons)
|
eleventyConfig.addPlugin(tablerIcons)
|
||||||
eleventyConfig.addPlugin(pluginUnfurl)
|
|
||||||
eleventyConfig.addPlugin(postGraph, {
|
eleventyConfig.addPlugin(postGraph, {
|
||||||
boxColorLight: '#e5e7eb',
|
boxColorLight: '#e5e7eb',
|
||||||
highlightColorLight: '#2563eb',
|
highlightColorLight: '#2563eb',
|
||||||
|
|
1977
package-lock.json
generated
1977
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "ELEVENTY_PRODUCTION=false eleventy --serve",
|
"start": "ELEVENTY_PRODUCTION=false eleventy --serve",
|
||||||
"start:search": "run-s build:11ty index:local",
|
"start:search": "run-s build:11ty index:local",
|
||||||
"start:quick": "eleventy --serve --incremental --ignore-initial",
|
"start:quick": "eleventy --serve --incremental --ignore-initial",
|
||||||
"build": "ELEVENTY_PRODUCTION=true eleventy && npm run build:index",
|
"build": "ELEVENTY_PRODUCTION=true eleventy && npm run build:index",
|
||||||
"build:index": "npx -y pagefind --site _site",
|
"build:index": "npx -y pagefind --site _site",
|
||||||
"index:serve": "npx -y pagefind --site _site --serve",
|
"index:serve": "npx -y pagefind --site _site --serve",
|
||||||
|
@ -34,7 +34,6 @@
|
||||||
"dotenv-flow": "^4.1.0",
|
"dotenv-flow": "^4.1.0",
|
||||||
"eleventy-plugin-embed-everything": "^1.18.2",
|
"eleventy-plugin-embed-everything": "^1.18.2",
|
||||||
"eleventy-plugin-tabler-icons": "^2.3.0",
|
"eleventy-plugin-tabler-icons": "^2.3.0",
|
||||||
"eleventy-plugin-unfurl": "^1.0.0",
|
|
||||||
"html-minifier-terser": "^7.2.0",
|
"html-minifier-terser": "^7.2.0",
|
||||||
"ics-to-json-extended": "^1.1.4",
|
"ics-to-json-extended": "^1.1.4",
|
||||||
"jsdom": "^23.2.0",
|
"jsdom": "^23.2.0",
|
||||||
|
|
Reference in a new issue