chore: update icons

This commit is contained in:
Cory Dransfeldt 2024-06-25 14:57:28 -07:00
parent 41545f264c
commit e00d2d92f0
No known key found for this signature in database
3 changed files with 11 additions and 10 deletions

File diff suppressed because one or more lines are too long

13
package-lock.json generated
View file

@ -1,16 +1,16 @@
{
"name": "@cdransf/eleventy-tabler-icons-filled",
"version": "1.6.1",
"version": "1.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cdransf/eleventy-tabler-icons-filled",
"version": "1.6.1",
"version": "1.7.0",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@tabler/icons": "^3.6.0"
"@tabler/icons": "^3.7.0"
}
},
"node_modules/@11ty/dependency-tree": {
@ -260,10 +260,11 @@
}
},
"node_modules/@tabler/icons": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.6.0.tgz",
"integrity": "sha512-Zv0Ofc64RCMpZ2F8CvsWAphrSjerx5hEErt/RMmE+W8r4E5l5Lizi+My9KbbZQ4NyAtrtrOX80OY1oROZrRzEA==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.7.0.tgz",
"integrity": "sha512-lJGIZLSWrPO6VygRUbaVvQjWgL2EaiBMD8e6leCYUQ8ZPO4LIzKMq358C8KlhXJcyNiRz1Io3YWoc/DNTcWqSg==",
"dev": true,
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/codecalm"

View file

@ -1,6 +1,6 @@
{
"name": "@cdransf/eleventy-tabler-icons-filled",
"version": "1.6.1",
"version": "1.7.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.6.0"
"@tabler/icons": "^3.7.0"
}
}