chore: update icons

This commit is contained in:
Cory Dransfeldt 2024-05-23 16:25:32 -07:00
parent 6067e3980d
commit 7735c734db
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^2.0.1", "@11ty/eleventy": "^2.0.1",
"@tabler/icons": "^3.4.0" "@tabler/icons": "^3.5.0"
} }
}, },
"node_modules/@11ty/dependency-tree": { "node_modules/@11ty/dependency-tree": {
@ -260,9 +260,9 @@
} }
}, },
"node_modules/@tabler/icons": { "node_modules/@tabler/icons": {
"version": "3.4.0", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.4.0.tgz", "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.5.0.tgz",
"integrity": "sha512-6gYHXG0xAJgt2KPcTYDqhe3xYoJMTgz/ZfYup4EUHsxzYsz6rBlt8WgavHsGaWckaqH7ApR/epYslfXZjK27yw==", "integrity": "sha512-I53dC3ZSHQ2MZFGvDYJelfXm91L2bTTixS4w5jTAulLhHbCZso5Bih4Rk/NYZxlngLQMKHvEYwZQ+6w/WluKiA==",
"dev": true, "dev": true,
"funding": { "funding": {
"type": "github", "type": "github",

View file

@ -1,6 +1,6 @@
{ {
"name": "@cdransf/eleventy-plugin-tabler-icons", "name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "1.4.0", "version": "1.5.0",
"description": "Shortcodes to add Tabler icons to your Eleventy projects", "description": "Shortcodes to add Tabler icons to your Eleventy projects",
"main": "tablericons.js", "main": "tablericons.js",
"files": [ "files": [
@ -33,6 +33,6 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^2.0.1", "@11ty/eleventy": "^2.0.1",
"@tabler/icons": "^3.4.0" "@tabler/icons": "^3.5.0"
} }
} }