Skip to content

Commit

Permalink
fix: cannot find module type-fest (#1521)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Sep 10, 2024
1 parent b1a39b9 commit 68f0d1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"lerna": "^8.1.8",
"prettier": "3.3.3",
"rimraf": "^6.0.1",
"type-fest": "^4.26.0",
"typescript": "^5.5.4"
}
}
3 changes: 2 additions & 1 deletion packages/page-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"clipboardy": "^4.0.0",
"clone-deep": "^4.0.1",
"compare-versions": "^6.1.1",
"fs-extra": "^11.2.0"
"fs-extra": "^11.2.0",
"type-fest": "^4.26.1"
},
"peerDependencies": {
"selenium-webdriver": ">=4.6.1",
Expand Down

0 comments on commit 68f0d1e

Please sign in to comment.