@farm-investimentos/front-mfe-components-vue3 0.1.0 → 0.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farm-investimentos/front-mfe-components-vue3",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,39 +30,39 @@
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": "^4.39.3"
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
- "@storybook/addon-essentials": "7.5.0",
45
- "@storybook/addon-interactions": "7.5.0",
46
- "@storybook/addon-links": "7.5.0",
47
- "@storybook/blocks": "7.5.0",
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.5.0",
50
- "@storybook/vue3-vite": "7.5.0",
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": "~4.5.0",
58
- "@vue/cli-plugin-eslint": "~4.5.0",
59
- "@vue/cli-plugin-typescript": "~4.5.0",
60
- "@vue/cli-service": "^4.5.13",
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",
64
64
  "@vue/tsconfig": "^0.4.0",
65
- "@vue/vue3-jest": "^29.2.3",
65
+ "@vue/vue3-jest": "29.2.6",
66
66
  "babel-eslint": "^10.1.0",
67
67
  "babel-jest": "^29.5.0",
68
68
  "babel-loader": "^8.3.0",
@@ -70,20 +70,22 @@
70
70
  "eslint": "^6.7.2",
71
71
  "eslint-plugin-import": "^2.29.0",
72
72
  "eslint-plugin-vue": "^7.1.0",
73
- "jest": "^29.0.0",
73
+ "jest": "29.7.0",
74
74
  "jest-environment-jsdom": "^29.0.0",
75
75
  "npm-run-all2": "^6.0.6",
76
76
  "react": "^18.2.0",
77
77
  "react-dom": "^18.2.0",
78
78
  "sass": "~1.32.0",
79
79
  "sass-loader": "10.4.1",
80
- "storybook": "^7.5.0",
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"
@@ -34,6 +34,7 @@
34
34
  :id="$props.id"
35
35
  :disabled="disabled"
36
36
  :readonly="readonly"
37
+ :type="$attrs.type"
37
38
  @click="$emit('click')"
38
39
  @keyup="onKeyUp"
39
40
  @blur="onBlur"