We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2a8ad commit c38ef54Copy full SHA for c38ef54
packages/vue/package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "@aws-amplify/ui-vue",
3
- "version": "4.2.30",
+ "version": "4.3.3",
4
+ "type": "module",
5
"main": "dist/index.cjs",
6
"module": "dist/esm/index.mjs",
7
"exports": {
@@ -40,7 +41,7 @@
40
41
"typecheck": "vue-tsc --noEmit"
42
},
43
"dependencies": {
- "@aws-amplify/ui": "6.9.1",
44
+ "@aws-amplify/ui": "6.10.3",
45
"@vueuse/core": "7.5.5",
46
"@xstate/vue": "0.8.1",
47
"nanoid": "3.3.8",
@@ -72,7 +73,7 @@
72
73
74
"peerDependencies": {
75
"@aws-amplify/core": "*",
- "aws-amplify": "^6.9.0",
76
+ "aws-amplify": "^6.14.3",
77
"vue": "^3.0"
78
}
79
0 commit comments