Skip to content

Commit a000b16

Browse files
chore(deps): update all non-major dependencies (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6db91e2 commit a000b16

File tree

3 files changed

+63
-68
lines changed

3 files changed

+63
-68
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
2424
with:
25-
version: 10.26.0
25+
version: 10.26.2
2626
- name: Install Dependencies
2727
run: |
2828
pnpm install --frozen-lockfile

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Christoph Werner <christoph@codepunkt.de>",
66
"description": "Vitest environment for Prisma & PostgreSQL designed for fast integration tests: seed your database once with production-like data, then run each test in a transaction that is rolled back after execution. Tests remain isolated without expensive reseeding.",
77
"type": "module",
8-
"packageManager": "pnpm@10.26.0",
8+
"packageManager": "pnpm@10.26.2",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/codepunkt/vitest-environment-prisma-postgres"
@@ -54,7 +54,7 @@
5454
"dotenv-cli": "11.0.0",
5555
"husky": "9.1.7",
5656
"prisma": "7.2.0",
57-
"release-it": "19.1.0",
57+
"release-it": "19.2.2",
5858
"tsup": "8.5.1",
5959
"typescript": "5.9.3",
6060
"vitest": "4.0.16"

pnpm-lock.yaml

Lines changed: 60 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)