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",
"storybook": "start-storybook -p 6006",
"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",
"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",
@@ -190,7 +190,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tabler/icons": "^3.2.0",
"@tabler/icons": "^3.6.0",
"bootstrap": "5.3.3"
},
"peerDependencies": {

2
pnpm-lock.yaml generated
View File

@@ -12,7 +12,7 @@ dependencies:
specifier: ^2.11.8
version: 2.11.8
'@tabler/icons':
specifier: ^3.2.0
specifier: ^3.6.0
version: 3.6.0
bootstrap:
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