v1.4.0: update icons

This commit is contained in:
Cory Dransfeldt 2024-05-18 08:33:20 -07:00
parent 58614c3113
commit f6585fa5d5
No known key found for this signature in database
3 changed files with 9 additions and 9 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-tabler-icons-filled",
"version": "1.3.0",
"version": "1.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cdransf/eleventy-tabler-icons-filled",
"version": "1.3.0",
"version": "1.4.0",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@tabler/icons": "^3.3.0"
"@tabler/icons": "^3.4.0"
}
},
"node_modules/@11ty/dependency-tree": {
@ -260,9 +260,9 @@
}
},
"node_modules/@tabler/icons": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.3.0.tgz",
"integrity": "sha512-PLVe9d7b59sKytbx00KgeGhQG3N176Ezv8YMmsnSz4s0ifDzMWlp/h2wEfQZ0ZNe8e377GY2OW6kovUe3Rnd0g==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.4.0.tgz",
"integrity": "sha512-6gYHXG0xAJgt2KPcTYDqhe3xYoJMTgz/ZfYup4EUHsxzYsz6rBlt8WgavHsGaWckaqH7ApR/epYslfXZjK27yw==",
"dev": true,
"funding": {
"type": "github",

View file

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