Skip to content

Commit f8b255d

Browse files
committed
Downgrade vue dependency version
1 parent 2f652de commit f8b255d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basitcodeenv/vue3-device-detect",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": false,
55
"description": "A device detector plugin of Vue 3",
66
"keywords": [
@@ -40,7 +40,7 @@
4040
],
4141
"dependencies": {
4242
"ua-parser-js": "^1.0.37",
43-
"vue": "^3.4.21"
43+
"vue": "^3.0.0-0"
4444
},
4545
"devDependencies": {
4646
"@babel/types": "^7.24.5",

0 commit comments

Comments
 (0)