chore: update tabler icons package

This commit is contained in:
Cory Dransfeldt 2024-03-13 11:55:34 -07:00
parent 4fa90816ee
commit 2545f8cbb5
No known key found for this signature in database
3 changed files with 10 additions and 10 deletions

View file

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

14
package-lock.json generated
View file

@ -26,10 +26,10 @@
"@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",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"child_process": "^1.0.2",
"dotenv-flow": "^4.1.0",
"eleventy-plugin-tabler-icons": "^2.5.2",
"html-minifier-terser": "^7.2.0",
"ics-to-json-extended": "^1.1.4",
"jsdom": "^24.0.0",
@ -1212,6 +1212,12 @@
"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==",
"dev": true
},
"node_modules/@cdransf/theme-toggle": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/@cdransf/theme-toggle/-/theme-toggle-1.2.3.tgz",
@ -3719,12 +3725,6 @@
"node": ">=0.10.0"
}
},
"node_modules/eleventy-plugin-tabler-icons": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.5.2.tgz",
"integrity": "sha512-3qVv8ENb3yTYEySKNlgjyrhl/+D2RRglCNsW+D4VPDGLAIrg8YK805XANnAa9ZzT8k01rkAd3i5LBsAJUi7gnA==",
"dev": true
},
"node_modules/encodeurl": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "7.9.1",
"version": "7.9.2",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {
@ -38,10 +38,10 @@
"@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",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"child_process": "^1.0.2",
"dotenv-flow": "^4.1.0",
"eleventy-plugin-tabler-icons": "^2.5.2",
"html-minifier-terser": "^7.2.0",
"ics-to-json-extended": "^1.1.4",
"jsdom": "^24.0.0",