chore: update icons
This commit is contained in:
parent
8fe8a4da5e
commit
899e0c1e37
3 changed files with 9 additions and 9 deletions
2
icons.js
2
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",
|
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||||
"version": "1.13.0",
|
"version": "1.14.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||||
"version": "1.13.0",
|
"version": "1.14.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^2.0.1",
|
"@11ty/eleventy": "^2.0.1",
|
||||||
"@tabler/icons": "^3.15.0"
|
"@tabler/icons": "^3.16.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.15.0",
|
"version": "3.16.0",
|
||||||
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.15.0.tgz",
|
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.16.0.tgz",
|
||||||
"integrity": "sha512-Pzo7g8znsCgCcnSLCfukEV+kcfr0/VjBoCLXJtrOtaY94gtvYjWC2hrKzazf511asUflRuk/+dxztdKYJgpe4g==",
|
"integrity": "sha512-GU7MSx4uQEr55BmyON6hD/QYTl6k1v0YlRhM91gBWDoKAbyCt6QIYw7rpJ/ecdh5zrHaTOJKPenZ4+luoutwFA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||||
"version": "1.13.0",
|
"version": "1.14.0",
|
||||||
"description": "Shortcodes to add Tabler icons to your Eleventy projects",
|
"description": "Shortcodes to add 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.15.0"
|
"@tabler/icons": "^3.16.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue