chore: update icons
This commit is contained in:
parent
2a4e12940f
commit
9e64691845
3 changed files with 7 additions and 7 deletions
2
icons.js
2
icons.js
File diff suppressed because one or more lines are too long
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -10,7 +10,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^2.0.1",
|
"@11ty/eleventy": "^2.0.1",
|
||||||
"@tabler/icons": "^3.11.0"
|
"@tabler/icons": "^3.12.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.11.0",
|
"version": "3.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.11.0.tgz",
|
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.12.0.tgz",
|
||||||
"integrity": "sha512-/vZinJNvCYhdAB+RUsyCpanSPuOEKHHIZi4Uu0Bw7ilewHnQhCWUPrT704uHCRli2ROl7spADPmWzAqOganA5A==",
|
"integrity": "sha512-Im37ar/mQkqLb6XUXsU7nOc4/66VB9/3KLuZ+6tUsJKHHNLaDUkYfCTNG3pnGDI03laByxVf5+umSNK2yPTx8A==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@cdransf/eleventy-tabler-icons-filled",
|
"name": "@cdransf/eleventy-tabler-icons-filled",
|
||||||
"version": "1.10.0",
|
"version": "1.11.0",
|
||||||
"description": "Shortcodes to add filled Tabler icons to your Eleventy projects",
|
"description": "Shortcodes to add filled 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.11.0"
|
"@tabler/icons": "^3.12.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue