mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 09:54:24 +04:00
update icons to v3.6.0
This commit is contained in:
@@ -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
2
pnpm-lock.yaml
generated
@@ -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
|
||||||
|
|||||||
@@ -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
Reference in New Issue
Block a user