chore: update icons

This commit is contained in:
Cory Dransfeldt 2024-09-26 16:18:20 -07:00
parent 3ecafeee6d
commit 1566b1e138
No known key found for this signature in database
3 changed files with 10 additions and 10 deletions

File diff suppressed because one or more lines are too long

12
package-lock.json generated
View file

@ -1,16 +1,16 @@
{ {
"name": "@cdransf/eleventy-plugin-tabler-icons", "name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "1.15.0", "version": "1.16.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@cdransf/eleventy-plugin-tabler-icons", "name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "1.15.0", "version": "1.16.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "^2.0.1", "@11ty/eleventy": "^2.0.1",
"@tabler/icons": "^3.17.0" "@tabler/icons": "^3.18.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.17.0", "version": "3.18.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.17.0.tgz", "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.18.0.tgz",
"integrity": "sha512-sCSfAQ0w93KSnSL7tS08n73CdIKpuHP8foeLMWgDKiZaCs8ZE//N3ytazCk651ZtruTtByI3b+ZDj7nRf+hHvA==", "integrity": "sha512-zLuwTs/xjQSsGh1X5Pt6qytvM8r6lFpWo5aAiDgnX2ekrOshNs4d87PcJEkP3555gaKy0ZftgckxPzedrN00fQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"funding": { "funding": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@cdransf/eleventy-plugin-tabler-icons", "name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "1.15.0", "version": "1.16.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.17.0" "@tabler/icons": "^3.18.0"
} }
} }