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:
@@ -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
2
pnpm-lock.yaml
generated
@@ -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
|
||||
|
||||
@@ -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