Skip to content

Commit

Permalink
Merge pull request #195 from kpfefferle/dependabot/npm_and_yarn/octic…
Browse files Browse the repository at this point in the history
…ons-8.4.2

Bump octicons from 8.3.0 to 8.4.2
  • Loading branch information
kpfefferle committed Feb 20, 2019
2 parents 43b7c72 + 9b4f6f7 commit f10fbfd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-octicons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
normalizeEntityName() {}, // no-op since we're just adding dependencies

afterInstall() {
return this.addPackageToProject('octicons', '~8.3.0');
return this.addPackageToProject('octicons', '^8.0.0');
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"glob": "^7.1.2"
},
"peerDependencies": {
"octicons": "^7.2.0"
"octicons": "^8.0.0"
},
"devDependencies": {
"@ember/optional-features": "^0.7.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-ember": "^6.0.0",
"eslint-plugin-node": "^8.0.0",
"loader.js": "^4.7.0",
"octicons": "~8.3.0"
"octicons": "^8.4.2"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7548,10 +7548,10 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"

octicons@~8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/octicons/-/octicons-8.3.0.tgz#88206818d8b531317ede7d5e1bb53beee62b7a9e"
integrity sha512-zyc72Pz2TV4Ae3pcrmy9zUhG9QFU1CtS682Cp6fV4o36fskN+RJsaA1L5bFg6xMASDPX+glnjv0B7Tp1uz6J5A==
octicons@^8.4.2:
version "8.4.2"
resolved "https://registry.yarnpkg.com/octicons/-/octicons-8.4.2.tgz#1867cb5157b9f928ef80f284543d04d11514789a"
integrity sha512-rl6FPFU8rWP7PUP6aoyBjm/VXhshWV0QglEMCHglyh5gCHQZozioq61bM40bvtxKJ910iqwANuuXT039Ke6I+Q==
dependencies:
object-assign "^4.1.1"

Expand Down

0 comments on commit f10fbfd

Please sign in to comment.