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 47d427b commit 8bfada3Copy full SHA for 8bfada3
package.json
@@ -46,6 +46,26 @@
46
"vitest": "^1.6.0",
47
"vue": "^3.2.45"
48
},
49
+ "peerDependencies": {
50
+ "@intlify/shared": "^9.0.0",
51
+ "@vue/compiler-dom": "^3.0.0",
52
+ "vue": "^3.0.0",
53
+ "vue-i18n": "^9.0.0"
54
+ },
55
+ "peerDependenciesMeta": {
56
+ "@intlify/shared": {
57
+ "optional": true
58
59
+ "@vue/compiler-dom": {
60
61
62
+ "vue": {
63
64
65
+ "vue-i18n": {
66
67
+ }
68
69
"engines": {
70
"node": ">= 18"
71
@@ -77,10 +97,6 @@
77
97
]
78
98
79
99
"main": "lib/index.js",
80
- "peerDependencies": {
81
- "vue": "^3.0.0",
82
- "vue-i18n": "^9.0.0"
83
- },
84
100
"repository": {
85
101
"type": "git",
86
102
"url": "git+https://github.com/intlify/vue-i18n-extensions.git"
0 commit comments