Skip to content

Commit 3d2cd18

Browse files
authored
Merge pull request #75 from mkantor/upgrade-dependencies-and-runtime
Upgrade dependencies and runtime
2 parents 70a08a6 + e0d309d commit 3d2cd18

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"build": "tsc --build tsconfig.app.json --force",
1313
"build:tests": "tsc --project tsconfig.app.json --outDir dist-test --declarationDir dist && tsc --build tsconfig.test.json",
1414
"clean": "rm -rf dist* *.tsbuildinfo",
15-
"test": "npm run build:tests && node --test --experimental-test-snapshots",
16-
"test-update-snapshots": "npm run build:tests && node --test --test-update-snapshots --experimental-test-snapshots"
15+
"test": "npm run build:tests && node --test --no-experimental-strip-types",
16+
"test-update-snapshots": "npm run build:tests && node --test --test-update-snapshots"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^22.15.3",
19+
"@types/node": "^22.17.0",
2020
"strip-ansi": "^7.1.0",
21-
"typescript": "^5.8.3"
21+
"typescript": "^5.9.2"
2222
},
2323
"dependencies": {
2424
"@matt.kantor/either": "^1.2.0",
@@ -27,6 +27,6 @@
2727
"kleur": "^4.1.5"
2828
},
2929
"engines": {
30-
"node": ">=22"
30+
"node": ">=22.18"
3131
}
3232
}

0 commit comments

Comments
 (0)