Skip to content

Commit

Permalink
Merge pull request #61 from nih-sparc/Make-Vue-Peer-Dependency
Browse files Browse the repository at this point in the history
Make vue peer dependency
  • Loading branch information
egauzens authored Nov 20, 2021
2 parents fe88b34 + a62d8b1 commit 230093b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nih-sparc/sparc-design-system-components",
"version": "0.15.0",
"version": "0.16.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -34,7 +34,6 @@
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"storybook-vue-router": "^1.0.7",
"vue": "^2.6.11",
"vue-router": "^3.5.1",
"vue-svgicon": "^3.2.9"
},
Expand All @@ -52,6 +51,7 @@
"@vue/cli-plugin-unit-jest": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/test-utils": "^1.0.3",
"vue": "^2.6.11",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "^6.7.2",
Expand All @@ -61,6 +61,9 @@
"vue-cli-plugin-storybook": "~1.3.0",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
Expand Down
1 change: 1 addition & 0 deletions src/components/MultiSelect/src/MultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ export default {
}
h3 {
display: inline-block;
font-size: 1.25em;
}
}
</style>

0 comments on commit 230093b

Please sign in to comment.