|
44 | 44 | "license": "MIT", |
45 | 45 | "dependencies": { |
46 | 46 | "@babel/runtime-corejs3": "^7.7.7", |
47 | | - "@fext/vue-use": "^0.1.0", |
48 | | - "@vue/composition-api": "^0.3.4", |
49 | 47 | "deepmerge": "^4.2.2", |
50 | | - "vee-validate": "^3.0.11", |
51 | | - "vue": "^2.6.11", |
52 | 48 | "vue-runtime-helpers": "^1.1.2" |
53 | 49 | }, |
| 50 | + "peerDependencies": { |
| 51 | + "@fext/vue-use": ">=0.1.0", |
| 52 | + "@vue/composition-api": ">=0.5.0", |
| 53 | + "vee-validate": ">=3.0.0", |
| 54 | + "vue": ">=2.6.0" |
| 55 | + }, |
54 | 56 | "devDependencies": { |
55 | 57 | "@babel/core": "^7.7.7", |
56 | 58 | "@babel/plugin-transform-runtime": "^7.7.6", |
57 | 59 | "@babel/preset-env": "^7.9.6", |
58 | 60 | "@commitlint/cli": "^8.3.4", |
59 | 61 | "@commitlint/config-conventional": "^8.3.4", |
| 62 | + "@fext/vue-use": "^0.1.1", |
60 | 63 | "@rollup/plugin-alias": "^3.0.0", |
61 | 64 | "@rollup/plugin-commonjs": "^11.0.1", |
62 | 65 | "@rollup/plugin-node-resolve": "^6.1.0", |
|
70 | 73 | "@storybook/addons": "^5.2.8", |
71 | 74 | "@storybook/storybook-deployer": "^2.8.6", |
72 | 75 | "@storybook/vue": "^5.2.8", |
| 76 | + "@vue/composition-api": "^0.5.0", |
73 | 77 | "@vue/eslint-config-standard": "^5.0.1", |
74 | 78 | "@vue/test-utils": "^1.0.2", |
75 | 79 | "babel-eslint": "^10.0.3", |
|
94 | 98 | "rollup-plugin-vue": ">=5.0.0 <=5.1.1", |
95 | 99 | "sass": "^1.24.2", |
96 | 100 | "sass-loader": "^8.0.0", |
| 101 | + "vee-validate": "^3.3.0", |
| 102 | + "vue": "^2.6.11", |
97 | 103 | "vue-jest": "^3.0.5", |
98 | 104 | "vue-loader": "^15.8.3" |
99 | 105 | } |
|
0 commit comments