Skip to content

Commit

Permalink
fix(deps): correct peer version range
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jul 6, 2024
1 parent 061035c commit fe67ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"vue-tsc": "2.0.24"
},
"peerDependencies": {
"@nuxt/scripts": ">=0.5.0 || <0.6.0"
"@nuxt/scripts": "^0.5.0"
},
"resolutions": {
"@nuxt/kit": "^3.11.2",
Expand Down

0 comments on commit fe67ab9

Please sign in to comment.