Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: set `strict-peer-dependencies=false`

* chore: update lockfile

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Koichi Kiyokawa <koichi20110068@gmail.com>
  • Loading branch information
3 people authored Jun 12, 2022
1 parent 892c018 commit beed859
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 21 deletions.
3 changes: 2 additions & 1 deletion nuxt3-prisma/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
shamefully-hoist=true
shamefully-hoist=true
strict-peer-dependencies=false
6 changes: 3 additions & 3 deletions nuxt3-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"@types/bcryptjs": "2.4.2",
"nuxt": "3.0.0-rc.3",
"nuxt-windicss": "2.4.2",
"prisma": "3.15.0",
"prisma": "3.15.1",
"pug": "3.0.2",
"tsx": "3.4.2"
},
"packageManager": "pnpm@7.0.0",
"packageManager": "pnpm@7.2.1",
"dependencies": {
"@prisma/client": "3.15.0",
"@prisma/client": "3.15.1",
"bcryptjs": "2.4.3"
}
}
56 changes: 39 additions & 17 deletions nuxt3-prisma/pnpm-lock.yaml

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

0 comments on commit beed859

Please sign in to comment.