chore: fix dep reference
This commit is contained in:
parent
0dcf683758
commit
188082043d
4 changed files with 4 additions and 4 deletions
|
@ -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
4
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Reference in a new issue