Skip to content

Commit

Permalink
feat(search): update dependencies
Browse files Browse the repository at this point in the history
affects: @rei/cdr-search
  • Loading branch information
Lance Harper committed Aug 20, 2018
1 parent daee967 commit f8d98b6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/compositions/search/package.json
@@ -1,6 +1,6 @@
{
"name": "@rei/cdr-search",
"version": "0.1.0",
"version": "0.1.1",
"author": "REI Software Engineering",
"description": "REI Cedar Style Framework - Vue Component for Search",
"homepage": "https://rei.github.io/rei-cedar/#cdr-search",
Expand All @@ -27,14 +27,16 @@
"build:docs": "node build/docs-build.js"
},
"peerDependencies": {
"@rei/cdr-assets": "^0.1.0",
"@rei/cdr-button": "^0.1.0",
"@rei/cdr-assets": "^0.3.0",
"@rei/cdr-button": "^1.0.0",
"@rei/cdr-icon": "^0.2.0",
"@rei/cdr-input": "^0.1.0",
"vue": "^2.5.13"
},
"devDependencies": {
"@rei/cdr-assets": "^0.1.0",
"@rei/cdr-button": "^0.1.0",
"@rei/cdr-assets": "^0.3.0",
"@rei/cdr-button": "^1.0.0",
"@rei/cdr-icon": "^0.2.0",
"@rei/cdr-input": "^0.1.0",
"pkg-ok": "^1.1.0"
}
Expand Down

0 comments on commit f8d98b6

Please sign in to comment.