chore: minor update
This commit is contained in:
parent
2545f8cbb5
commit
8d778e5223
3 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
import syntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight'
|
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 postGraph from '@rknightuk/eleventy-plugin-post-graph'
|
||||||
|
|
||||||
import markdownIt from 'markdown-it'
|
import markdownIt from 'markdown-it'
|
||||||
|
|
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.9.1",
|
"version": "7.9.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.9.1",
|
"version": "7.9.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.2.2",
|
"@cdransf/api-text": "^1.2.2",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||||
"@aws-sdk/client-s3": "^3.521.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",
|
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
|
||||||
"child_process": "^1.0.2",
|
"child_process": "^1.0.2",
|
||||||
"dotenv-flow": "^4.1.0",
|
"dotenv-flow": "^4.1.0",
|
||||||
|
@ -1212,10 +1212,10 @@
|
||||||
"resolved": "https://registry.npmjs.org/@cdransf/api-text/-/api-text-1.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/@cdransf/api-text/-/api-text-1.2.2.tgz",
|
||||||
"integrity": "sha512-3yzlvCsAwqrHjNHsgalT9HfuHac37hX80Nff0Pfw2RH9XsfCLoVJABfKeXA1BBr6/wSdOHUgOQyEYTubIiTGfg=="
|
"integrity": "sha512-3yzlvCsAwqrHjNHsgalT9HfuHac37hX80Nff0Pfw2RH9XsfCLoVJABfKeXA1BBr6/wSdOHUgOQyEYTubIiTGfg=="
|
||||||
},
|
},
|
||||||
"node_modules/@cdransf/eleventy-plugin-tablericons": {
|
"node_modules/@cdransf/eleventy-plugin-tabler-icons": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tablericons/-/eleventy-plugin-tablericons-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.0.2.tgz",
|
||||||
"integrity": "sha512-qt3fslCaeGV/Vi3Wt3Rtm0g55wo9tN/nwQlkvXCol293eabPUHtBVJgphJTHqzLdU6N8Zt3l4bPwt6sc4qURtw==",
|
"integrity": "sha512-+jt9h+Zah9qhatxZstu2b/qfc7cyXoDCwrfSP6sdFv1+y5/kIk2PcNK5tDG9wZGoeW6TdST9xw8FztThLv+Bxg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@cdransf/theme-toggle": {
|
"node_modules/@cdransf/theme-toggle": {
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||||
"@aws-sdk/client-s3": "^3.521.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",
|
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
|
||||||
"child_process": "^1.0.2",
|
"child_process": "^1.0.2",
|
||||||
"dotenv-flow": "^4.1.0",
|
"dotenv-flow": "^4.1.0",
|
||||||
|
|
Reference in a new issue