Skip to content

Commit

Permalink
chore(ci): fix vue to 2.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Dec 28, 2023
1 parent 46ef08a commit 1a8100b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 44 deletions.
2 changes: 1 addition & 1 deletion nuxt2-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"nuxt": "2.17.2",
"vue": "2.7.16",
"vue": "2.7.15",
"vue-router": "3.6.5"
},
"keywords": []
Expand Down
74 changes: 32 additions & 42 deletions nuxt2-playground/pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"@nuxtjs"
],
"ignoreDeps": [
"vitest"
"vitest",
"vue"
]
}

0 comments on commit 1a8100b

Please sign in to comment.