Added vue and vue-portal as peed dependencies 0.5.4

This commit is contained in:
Grzegorz Leoniec 2019-03-01 10:35:05 +01:00
parent 83da96f8c8
commit 4a574ee430
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -1,6 +1,6 @@
{
"name": "@human-connection/styleguide",
"version": "0.5.3",
"version": "0.5.4",
"private": false,
"scripts": {
"serve": "http-server ./docs -o -s",
@ -17,9 +17,9 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"portal-vue": "~1.5.1",
"vue": "~2.6.7"
"peerDependencies": {
"portal-vue": "1.x",
"vue": "2.6.x"
},
"devDependencies": {
"@babel/core": "~7.2.2",
@ -56,6 +56,7 @@
"node-sass": "~4.11.0",
"npm-run-all": "~4.1.5",
"onchange": "~5.2.0",
"portal-vue": "~1.5.1",
"raw-loader": "~1.0.0",
"sass-loader": "~7.1.0",
"theo": "~8.1.2",
@ -63,6 +64,7 @@
"vue-docgen-api": "~2.6.12",
"vue-router": "~3.0.2",
"vue-svg-loader": "~0.12.0",
"vue": "~2.6.7",
"vue-template-compiler": "~2.6.7",
"vuep": "git+https://github.com/visualjerk/vuep.git#fix-iframe-firefox",
"webpack-bundle-analyzer": "~3.0.4",