Skip to content

Commit

Permalink
fix(deps): fix nuxt module deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Nov 8, 2023
1 parent b1d176f commit dad15e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@
},
"dependencies": {
"@nuxt/kit": "^3.3.2",
"vue-final-modal": "workspace:^4.4.6"
"vue-final-modal": "^4.4.6"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"nuxt": "^3.3.2",
"release-it": "^16.1.3"
},
"peerDependencies": {
"vue-final-modal": ">=4.0.0"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit dad15e2

Please sign in to comment.