chore: update icons
This commit is contained in:
parent
b29d79d399
commit
6742bdd681
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-plugin-tabler-icons",
|
||||
"version": "1.6.1",
|
||||
"version": "1.7.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||
"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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@cdransf/eleventy-plugin-tabler-icons",
|
||||
"version": "1.6.1",
|
||||
"version": "1.7.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.6.0"
|
||||
"@tabler/icons": "^3.7.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue