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 Nov 15, 2023
1 parent 8e19349 commit 88db61a
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 62 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.3.4",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"scripts": {
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious*",
"build:all": "turbo run build",
Expand All @@ -15,7 +15,7 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/ni": "^0.21.8",
"@antfu/ni": "^0.21.9",
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.8.1",
"@types/node": "^18.18.9",
Expand All @@ -25,8 +25,8 @@
"esno": "^0.17.0",
"fast-glob": "^3.3.2",
"lint-staged": "^14.0.1",
"pnpm": "8.10.2",
"prettier": "^3.0.3",
"pnpm": "8.10.5",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-block-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"consola": "^3.2.3",
"defu": "^6.1.3",
"esbuild": "^0.19.5",
"magicast": "^0.3.0"
"magicast": "^0.3.2"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.4"
Expand Down
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.5.2"
"@prisma/client": "^5.6.0"
},
"devDependencies": {
"@hebilicious/server-block-nuxt": "latest",
Expand All @@ -18,7 +18,7 @@
"@types/node": "^18.18.9",
"esno": "^0.17.0",
"nuxt": "^3.8.1",
"prisma": "^5.5.2"
"prisma": "^5.6.0"
},
"prisma": {
"seed": "esno prisma/seed.ts",
Expand Down
106 changes: 51 additions & 55 deletions pnpm-lock.yaml

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

0 comments on commit 88db61a

Please sign in to comment.