chore: update icons
This commit is contained in:
parent
41545f264c
commit
e00d2d92f0
3 changed files with 11 additions and 10 deletions
4
icons.js
4
icons.js
File diff suppressed because one or more lines are too long
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "@cdransf/eleventy-tabler-icons-filled",
|
"name": "@cdransf/eleventy-tabler-icons-filled",
|
||||||
"version": "1.6.1",
|
"version": "1.7.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@cdransf/eleventy-tabler-icons-filled",
|
"name": "@cdransf/eleventy-tabler-icons-filled",
|
||||||
"version": "1.6.1",
|
"version": "1.7.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^2.0.1",
|
"@11ty/eleventy": "^2.0.1",
|
||||||
"@tabler/icons": "^3.6.0"
|
"@tabler/icons": "^3.7.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@11ty/dependency-tree": {
|
"node_modules/@11ty/dependency-tree": {
|
||||||
|
@ -260,10 +260,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tabler/icons": {
|
"node_modules/@tabler/icons": {
|
||||||
"version": "3.6.0",
|
"version": "3.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.7.0.tgz",
|
||||||
"integrity": "sha512-Zv0Ofc64RCMpZ2F8CvsWAphrSjerx5hEErt/RMmE+W8r4E5l5Lizi+My9KbbZQ4NyAtrtrOX80OY1oROZrRzEA==",
|
"integrity": "sha512-lJGIZLSWrPO6VygRUbaVvQjWgL2EaiBMD8e6leCYUQ8ZPO4LIzKMq358C8KlhXJcyNiRz1Io3YWoc/DNTcWqSg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "github",
|
"type": "github",
|
||||||
"url": "https://github.com/sponsors/codecalm"
|
"url": "https://github.com/sponsors/codecalm"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@cdransf/eleventy-tabler-icons-filled",
|
"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",
|
"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.6.0"
|
"@tabler/icons": "^3.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue