chore: minor update

This commit is contained in:
Cory Dransfeldt 2024-03-13 12:04:52 -07:00
parent 2545f8cbb5
commit 8d778e5223
No known key found for this signature in database
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
import syntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight'
import tablerIcons from '@cdransf/eleventy-plugin-tablericons'
import tablerIcons from '@cdransf/eleventy-plugin-tabler-icons'
import postGraph from '@rknightuk/eleventy-plugin-post-graph'
import markdownIt from 'markdown-it'

14
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "7.9.1",
"version": "7.9.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "7.9.1",
"version": "7.9.2",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.2.2",
@ -26,7 +26,7 @@
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@aws-sdk/client-s3": "^3.521.0",
"@cdransf/eleventy-plugin-tablericons": "^1.0.1",
"@cdransf/eleventy-plugin-tabler-icons": "^1.0.2",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"child_process": "^1.0.2",
"dotenv-flow": "^4.1.0",
@ -1212,10 +1212,10 @@
"resolved": "https://registry.npmjs.org/@cdransf/api-text/-/api-text-1.2.2.tgz",
"integrity": "sha512-3yzlvCsAwqrHjNHsgalT9HfuHac37hX80Nff0Pfw2RH9XsfCLoVJABfKeXA1BBr6/wSdOHUgOQyEYTubIiTGfg=="
},
"node_modules/@cdransf/eleventy-plugin-tablericons": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tablericons/-/eleventy-plugin-tablericons-1.0.1.tgz",
"integrity": "sha512-qt3fslCaeGV/Vi3Wt3Rtm0g55wo9tN/nwQlkvXCol293eabPUHtBVJgphJTHqzLdU6N8Zt3l4bPwt6sc4qURtw==",
"node_modules/@cdransf/eleventy-plugin-tabler-icons": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.0.2.tgz",
"integrity": "sha512-+jt9h+Zah9qhatxZstu2b/qfc7cyXoDCwrfSP6sdFv1+y5/kIk2PcNK5tDG9wZGoeW6TdST9xw8FztThLv+Bxg==",
"dev": true
},
"node_modules/@cdransf/theme-toggle": {

View file

@ -38,7 +38,7 @@
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@aws-sdk/client-s3": "^3.521.0",
"@cdransf/eleventy-plugin-tablericons": "^1.0.1",
"@cdransf/eleventy-plugin-tabler-icons": "^1.0.2",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"child_process": "^1.0.2",
"dotenv-flow": "^4.1.0",