Skip to content

Commit

Permalink
Update Tabler Icons to v1.84.0 (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Aug 20, 2022
1 parent d58d3aa commit a72bad1
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -15,7 +15,8 @@
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
"chromatic": "chromatic --project-token=CHROMATIC_PROJECT_TOKEN",
"storybook": "start-storybook -p 6006",
"changelog": "gulp changelog"
"changelog": "gulp changelog",
"icons": "ncu -u @tabler/icons && npm install && gulp svg-icons && git add . && git commit -am \"update icons to v`npm info @tabler/icons version`\" && git push"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -95,7 +96,7 @@
"plyr": "^3.7.2",
"postcss": "^8.4.16",
"release-it": "^15.3.0",
"rollup": "^2.78.0",
"rollup": "^2.78.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1",
"sass": "^1.54.4",
Expand All @@ -108,7 +109,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@tabler/icons": "^1.83.1",
"@tabler/icons": "^1.84.0",
"bootstrap": "5.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit a72bad1

Please sign in to comment.