Skip to content

Commit

Permalink
Merge pull request #263 from robcresswell/feat/new-icons
Browse files Browse the repository at this point in the history
feat: New icons (Update MDI)
  • Loading branch information
robcresswell authored Jun 16, 2021
2 parents 6fa8aee + 3654d60 commit f99de8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defaults: &defaults
working_directory: ~/ci
resource_class: small
docker:
- image: robcresswell/circleci-node-alpine
- image: cimg/node:lts
commands:
install_deps:
description: Install dependencies (from cache, if possible)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/preset-env": "^7.10.0",
"@mdi/js": "5.8.55",
"@mdi/js": "5.9.55",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1007,10 +1007,10 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@mdi/js@5.8.55":
version "5.8.55"
resolved "https://registry.yarnpkg.com/@mdi/js/-/js-5.8.55.tgz#630bc5fafd8b1d2f6e63489a9ab170177559e41b"
integrity sha512-2bvln56SW6V/nSDC/0/NTu1bMF/CgSyZox8mcWbAPWElBN3UYIrukKDUckEER8ifr8X2YJl1RLKQqi7T7qLzmg==
"@mdi/js@5.9.55":
version "5.9.55"
resolved "https://registry.yarnpkg.com/@mdi/js/-/js-5.9.55.tgz#8f5bc4d924c23f30dab20545ddc768e778bbc882"
integrity sha512-BbeHMgeK2/vjdJIRnx12wvQ6s8xAYfvMmEAVsUx9b+7GiQGQ9Za8jpwp17dMKr9CgKRvemlAM4S7S3QOtEbp4A==

"@sinonjs/commons@^1.7.0":
version "1.8.0"
Expand Down

0 comments on commit f99de8a

Please sign in to comment.