@farm-investimentos/front-mfe-components-vue3 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/demo.html +1 -10
- package/dist/front-mfe-components.common.js +4023 -8366
- package/dist/front-mfe-components.common.js.map +1 -1
- package/dist/front-mfe-components.css +1 -1
- package/dist/front-mfe-components.umd.js +3951 -8286
- package/dist/front-mfe-components.umd.js.map +1 -1
- package/dist/front-mfe-components.umd.min.js +1 -1
- package/dist/front-mfe-components.umd.min.js.map +1 -1
- package/package.json +17 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@farm-investimentos/front-mfe-components-vue3",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,34 +30,34 @@
|
|
|
30
30
|
"not dead"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@farm-investimentos/front-mfe-libs-ts": "3.0.5",
|
|
34
33
|
"@vuepic/vue-datepicker": "7.2.0",
|
|
35
34
|
"core-js": "3.33.1",
|
|
36
35
|
"text-mask-addons": "^3.8.0",
|
|
37
36
|
"v-mask": "2.3.0",
|
|
38
37
|
"vuetify": "3.3.23",
|
|
39
|
-
"webpack": "
|
|
38
|
+
"webpack": "5.89.0"
|
|
40
39
|
},
|
|
41
40
|
"devDependencies": {
|
|
42
41
|
"@babel/core": "7.17.9",
|
|
43
42
|
"@babel/generator": "7.17.9",
|
|
44
|
-
"@
|
|
45
|
-
"@storybook/addon-
|
|
46
|
-
"@storybook/addon-
|
|
47
|
-
"@storybook/
|
|
43
|
+
"@farm-investimentos/front-mfe-libs-ts": "3.0.5",
|
|
44
|
+
"@storybook/addon-essentials": "7.6.3",
|
|
45
|
+
"@storybook/addon-interactions": "7.6.3",
|
|
46
|
+
"@storybook/addon-links": "7.6.3",
|
|
47
|
+
"@storybook/blocks": "7.6.3",
|
|
48
48
|
"@storybook/testing-library": "^0.2.2",
|
|
49
|
-
"@storybook/vue3": "7.
|
|
50
|
-
"@storybook/vue3-vite": "7.
|
|
49
|
+
"@storybook/vue3": "7.6.3",
|
|
50
|
+
"@storybook/vue3-vite": "7.6.3",
|
|
51
51
|
"@tsconfig/node18": "^18.2.2",
|
|
52
52
|
"@types/jest": "^29.0.0",
|
|
53
53
|
"@types/node": "^18.17.17",
|
|
54
54
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
55
55
|
"@typescript-eslint/parser": "^4.18.0",
|
|
56
56
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
57
|
-
"@vue/cli-plugin-babel": "
|
|
58
|
-
"@vue/cli-plugin-eslint": "
|
|
59
|
-
"@vue/cli-plugin-typescript": "
|
|
60
|
-
"@vue/cli-service": "^
|
|
57
|
+
"@vue/cli-plugin-babel": "^5.0.0",
|
|
58
|
+
"@vue/cli-plugin-eslint": "^4.5.0",
|
|
59
|
+
"@vue/cli-plugin-typescript": "^4.5.0",
|
|
60
|
+
"@vue/cli-service": "^5.0.8",
|
|
61
61
|
"@vue/compiler-sfc": "^3.0.0",
|
|
62
62
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
63
63
|
"@vue/test-utils": "^2.3.2",
|
|
@@ -77,13 +77,15 @@
|
|
|
77
77
|
"react-dom": "^18.2.0",
|
|
78
78
|
"sass": "~1.32.0",
|
|
79
79
|
"sass-loader": "10.4.1",
|
|
80
|
-
"storybook": "^7.
|
|
80
|
+
"storybook": "^7.6.3",
|
|
81
|
+
"style-loader": "^3.3.3",
|
|
81
82
|
"ts-jest": "^29.0.0",
|
|
82
83
|
"typescript": "~4.1.5",
|
|
83
84
|
"vite": "^4.4.9",
|
|
84
85
|
"vue": "3.3.10",
|
|
85
86
|
"vue-loader": "^16.8.3",
|
|
86
|
-
"vue-tsc": "^1.8.11"
|
|
87
|
+
"vue-tsc": "^1.8.11",
|
|
88
|
+
"webpack-cli": "^5.1.4"
|
|
87
89
|
},
|
|
88
90
|
"engines": {
|
|
89
91
|
"node": ">20.0.0"
|