mirror of
https://github.com/tabler/tabler.git
synced 2026-06-20 06:10:08 +04:00
update tabler icons to v3.14.0 (#1948)
* update icons to v3.14.0 * update import script * Create tender-jars-reply.md
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update Tabler Icons to v3.14.0
|
||||||
+2
-2
@@ -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": "git checkout dev && dev-tabler-icons-`pnpm info @tabler/icons version` && 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",
|
"icons": "git checkout dev && BRANCH_NAME=\"dev-tabler-icons-`pnpm info @tabler/icons version`\" && git branch $BRANCH_NAME && git checkout $BRANCH_NAME && 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 origin $BRANCH_NAME",
|
||||||
"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.9.0",
|
"@tabler/icons": "^3.14.0",
|
||||||
"bootstrap": "5.3.3"
|
"bootstrap": "5.3.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
Generated
+5352
-6949
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
{"version":"3.9.0","count":5361}
|
{"version":"3.14.0","count":5556}
|
||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user