Skip to content

Commit d7d1e30

Browse files
chore(deps): update all non-major dependencies
1 parent b1f4e14 commit d7d1e30

File tree

4 files changed

+95
-95
lines changed

4 files changed

+95
-95
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.24.0
25+
version: 10.25.0
2626
- name: Install Dependencies
2727
run: |
2828
pnpm install --frozen-lockfile

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
node = "24.11.1"
2+
node = "24.12.0"
33
"npm:@antfu/ni" = "latest"
44

55
[env]

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
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.24.0",
8+
"packageManager": "pnpm@10.25.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/codepunkt/vitest-environment-prisma-postgres"
1212
},
1313
"engines": {
14-
"node": "24.11.1"
14+
"node": "24.12.0"
1515
},
1616
"scripts": {
1717
"build": "tsup",
@@ -49,7 +49,7 @@
4949
"@biomejs/biome": "2.3.8",
5050
"@prisma/adapter-pg": "7.1.0",
5151
"@release-it/conventional-changelog": "10.0.2",
52-
"@types/node": "24.10.1",
52+
"@types/node": "24.10.2",
5353
"@vitest/coverage-v8": "4.0.15",
5454
"dotenv-cli": "11.0.0",
5555
"husky": "9.1.7",

0 commit comments

Comments
 (0)