chore: update icons
This commit is contained in:
parent
1f88cdad4d
commit
f8478084e4
3 changed files with 10 additions and 10 deletions
4
icons.js
4
icons.js
File diff suppressed because one or more lines are too long
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||
"version": "1.8.0",
|
||||
"version": "1.9.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||
"version": "1.8.0",
|
||||
"version": "1.9.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@tabler/icons": "^3.8.0"
|
||||
"@tabler/icons": "^3.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@11ty/dependency-tree": {
|
||||
|
@ -260,9 +260,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@tabler/icons": {
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.8.0.tgz",
|
||||
"integrity": "sha512-SVZSrb0REaTEu+soj+9RTnPpCqIWFYHJ0lhyk+oo6uXr33Ecx2JBcBGeEo/WbIWZg4UF8NIZSVKQgI2PHBokJA==",
|
||||
"version": "3.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.10.0.tgz",
|
||||
"integrity": "sha512-jCMO+hDTw8Gn1CNb15zIENLQ9b0UplGXtjMnEUhDoKH+Q4fta8tBLUxZpPpFtpV+q+gzGqfM76xNAoD1GBpmnA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||
"version": "1.8.0",
|
||||
"version": "1.9.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.8.0"
|
||||
"@tabler/icons": "^3.10.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue