Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 15, 2024
1 parent 6b38c1a commit 8291338
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 142 deletions.
4 changes: 2 additions & 2 deletions packages/extract-sfc-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"dependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"@vue/shared": "^3.4.13",
"@vue/shared": "^3.4.14",
"consola": "^3.2.3"
},
"devDependencies": {
"unplugin": "^1.6.0",
"vite": "^4.5.0",
"vue": "^3.4.13"
"vue": "^3.4.14"
}
}
4 changes: 2 additions & 2 deletions playgrounds/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prisma": "nuxt prepare && npx prisma migrate dev --name init && npx prisma db seed"
},
"dependencies": {
"@prisma/client": "^5.8.0"
"@prisma/client": "^5.8.1"
},
"devDependencies": {
"@hebilicious/server-block-nuxt": "latest",
Expand All @@ -18,7 +18,7 @@
"@types/node": "^18.19.7",
"esno": "^0.17.0",
"nuxt": "^3.9.1",
"prisma": "^5.8.0"
"prisma": "^5.8.1"
},
"prisma": {
"seed": "esno prisma/seed.ts",
Expand Down
Loading

0 comments on commit 8291338

Please sign in to comment.