Skip to content

Commit 44d55ac

Browse files
committed
build: drop type-fest version override
This was originally put in place to work around some TypeScript compiler errors when importing a PartialDeep type from the circleci plugin. Since Tool Kit v4, hook options are defined in config rather than in code so this concern is no longer relevant. Additionally, it was causing Dependabot to fail as it couldn't handle the override.
1 parent 98573e8 commit 44d55ac

File tree

2 files changed

+133
-13
lines changed

2 files changed

+133
-13
lines changed

package-lock.json

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

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,5 @@
6565
},
6666
"engines": {
6767
"node": "18.x || 20.x || 22.x"
68-
},
69-
"overrides": {
70-
"type-fest": "3.6.0"
7168
}
7269
}

0 commit comments

Comments
 (0)