chore: update icons

This commit is contained in:
Cory Dransfeldt 2024-08-27 15:16:24 -07:00
parent e3d24937ce
commit 9b0ab6130a
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",
"version": "1.11.0",
"version": "1.12.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "1.11.0",
"version": "1.12.0",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@tabler/icons": "^3.12.0"
"@tabler/icons": "^3.14.0"
}
},
"node_modules/@11ty/dependency-tree": {
@ -260,9 +260,9 @@
}
},
"node_modules/@tabler/icons": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.12.0.tgz",
"integrity": "sha512-Im37ar/mQkqLb6XUXsU7nOc4/66VB9/3KLuZ+6tUsJKHHNLaDUkYfCTNG3pnGDI03laByxVf5+umSNK2yPTx8A==",
"version": "3.14.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.14.0.tgz",
"integrity": "sha512-OakKjK1kuDWKoNwdnHHVMt11kTZAC10iZpN/8o/CSYdeBH7S3v5n8IyqAYynFxLI8yBGTyBvljtvWdmWh57zSg==",
"dev": true,
"license": "MIT",
"funding": {

View file

@ -1,6 +1,6 @@
{
"name": "@cdransf/eleventy-plugin-tabler-icons",
"version": "1.11.0",
"version": "1.12.0",
"description": "Shortcodes to add 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.12.0"
"@tabler/icons": "^3.14.0"
}
}