Skip to content

Commit

Permalink
serialize - upgrading typescript and tsd to latest (#1263)
Browse files Browse the repository at this point in the history
* serialize - upgrading typescript and tsd to latest

* fixing build to filter both keyv and serialize
  • Loading branch information
jaredwray authored Dec 21, 2024
1 parent 299bcf0 commit 956501c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build:keyv:serialize": "pnpm recursive --filter=@keyv/serialize run build",
"build:keyv": "pnpm recursive --filter=keyv run build",
"build": "pnpm build:keyv:serialize && pnpm build:keyv && pnpm recursive --filter=!keyv run build",
"build": "pnpm build:keyv:serialize && pnpm build:keyv && pnpm recursive --filter '!keyv' --filter '!@keyv/serialize' run build",
"test": "c8 --reporter=lcov pnpm -r --workspace-concurrency 1 test:ci",
"test:services:start": "chmod +x ./test-services-start.sh && ./test-services-start.sh",
"test:services:stop": "chmod +x ./test-services-stop.sh && ./test-services-stop.sh",
Expand Down
4 changes: 2 additions & 2 deletions packages/serialize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"keyv": "workspace:^",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsd": "^0.31.1",
"typescript": "^5.5.4",
"tsd": "^0.31.2",
"typescript": "^5.7.2",
"xo": "^0.60.0"
},
"tsd": {
Expand Down

0 comments on commit 956501c

Please sign in to comment.