chore: fix dep reference

This commit is contained in:
Cory Dransfeldt 2024-05-05 14:43:00 -07:00
parent 0dcf683758
commit 188082043d
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "13.7.0", "version": "13.7.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "13.7.0", "version": "13.7.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.2.2", "@cdransf/api-text": "^1.2.2",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "13.7.0", "version": "13.7.1",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -13,6 +13,7 @@ export default async function () {
'Claude-Web', 'Claude-Web',
'cohere-ai', 'cohere-ai',
'DataForSeoBot', 'DataForSeoBot',
'Diffbot',
'FacebookBot', 'FacebookBot',
'FriendlyCrawler', 'FriendlyCrawler',
'Google-Extended', 'Google-Extended',