Skip to content

Commit

Permalink
chore: bump vfm
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Feb 10, 2023
1 parent 799ec67 commit 908621d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@vorms/core": "^1.0.0",
"@vue-final-modal/nuxt": "workspace:1.0.0",
"vue-final-modal": "workspace:4.0.2",
"vue-final-modal": "workspace:4.0.3",
"vue3-drag-resize": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion examples/nuxt3/package.json
Expand Up @@ -15,6 +15,6 @@
},
"dependencies": {
"@vue-final-modal/nuxt": "^1.0.0",
"vue-final-modal": "^4.0.2"
"vue-final-modal": "^4.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"vue": "^3.2.45",
"vue-final-modal": "^4.0.2"
"vue-final-modal": "^4.0.3"
},
"devDependencies": {
"@iconify/vue": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.1.0",
"vue-final-modal": "^4.0.2"
"vue-final-modal": "^4.0.3"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion viteplay/package.json
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"vue": "^3.2.45",
"vue-final-modal": "workspace:4.0.2",
"vue-final-modal": "workspace:4.0.3",
"vue-router": "^4.1.6"
},
"devDependencies": {
Expand Down

0 comments on commit 908621d

Please sign in to comment.