1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

update icons to v3.6.0

This commit is contained in:
codecalm
2024-06-17 16:16:04 +02:00
parent 6435617f42
commit 65fff4933f
4 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
"bundlewatch": "bundlewatch", "bundlewatch": "bundlewatch",
"storybook": "start-storybook -p 6006", "storybook": "start-storybook -p 6006",
"changelog": "node .build/changelog.js", "changelog": "node .build/changelog.js",
"icons": "ncu -u @tabler/icons && pnpm install && gulp svg-icons && git add . && git commit -am \"update icons to v`pnpm info @tabler/icons version`\" && git push", "icons": "ncu -u @tabler/icons && pnpm install && pnpm run svg-icons && git add . && git commit -am \"update icons to v`pnpm info @tabler/icons version`\" && git push",
"download-images": "node .build/download-images.js", "download-images": "node .build/download-images.js",
"optimize-images": "for i in ./src/static/photos/*.jpg; do convert \"$i\" -quality 80% \"${i%.jpg}.jpg\"; done", "optimize-images": "for i in ./src/static/photos/*.jpg; do convert \"$i\" -quality 80% \"${i%.jpg}.jpg\"; done",
"format:check": "prettier --check src/**/*.{js,scss} --cache", "format:check": "prettier --check src/**/*.{js,scss} --cache",
@@ -190,7 +190,7 @@
}, },
"dependencies": { "dependencies": {
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"@tabler/icons": "^3.2.0", "@tabler/icons": "^3.6.0",
"bootstrap": "5.3.3" "bootstrap": "5.3.3"
}, },
"peerDependencies": { "peerDependencies": {

2
pnpm-lock.yaml generated
View File

@@ -12,7 +12,7 @@ dependencies:
specifier: ^2.11.8 specifier: ^2.11.8
version: 2.11.8 version: 2.11.8
'@tabler/icons': '@tabler/icons':
specifier: ^3.2.0 specifier: ^3.6.0
version: 3.6.0 version: 3.6.0
bootstrap: bootstrap:
specifier: 5.3.3 specifier: 5.3.3

View File

@@ -1 +1 @@
{"version":"3.2.0","count":5237} {"version":"3.6.0","count":5307}

File diff suppressed because one or more lines are too long