Skip to content

Commit 5b42496

Browse files
committed
fix: bump vfm
1 parent 693be33 commit 5b42496

File tree

6 files changed

+65
-59
lines changed

6 files changed

+65
-59
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"unist-builder": "^3.0.0",
3636
"unist-util-position": "^4.0.3",
3737
"unist-util-visit": "^4.1.1",
38-
"vue-final-modal": "workspace:4.0.0-rc.6",
38+
"vue-final-modal": "workspace:4.0.0-rc.7",
3939
"vue3-drag-resize": "^2.0.5"
4040
},
4141
"devDependencies": {

examples/nuxt3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"@vue-final-modal/nuxt": "1.0.0-rc.0",
16-
"vue-final-modal": "4.0.0-rc.6"
16+
"vue-final-modal": "4.0.0-rc.7"
1717
}
1818
}

examples/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"vue": "^3.2.45",
13-
"vue-final-modal": "4.0.0-rc.6"
13+
"vue-final-modal": "4.0.0-rc.7"
1414
},
1515
"devDependencies": {
1616
"@iconify/vue": "^4.0.0",

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@nuxt/kit": "^3.0.0-rc.12",
28-
"vue-final-modal": "workspace:4.0.0-rc.6"
28+
"vue-final-modal": "workspace:4.0.0-rc.7"
2929
},
3030
"devDependencies": {
3131
"@nuxt/module-builder": "^0.2.0",

pnpm-lock.yaml

Lines changed: 60 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

viteplay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"vue": "^3.2.45",
10-
"vue-final-modal": "workspace:4.0.0-rc.6",
10+
"vue-final-modal": "workspace:4.0.0-rc.7",
1111
"vue-router": "^4.1.6"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)