Skip to content

Commit

Permalink
Fix dependencies for pnpm linking
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed May 11, 2023
1 parent 2eb5e8a commit fbdc92a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 42 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"chalk": "5.2.0",
"cheerio": "1.0.0-rc.12",
"depcheck": "1.4.3",
"domhandler": "5.0.3",
"execa": "7.1.1",
"listr2": "6.4.2",
"node-fetch": "3.3.1",
Expand All @@ -60,7 +61,6 @@
"@babel/plugin-transform-modules-commonjs": "7.21.5",
"@jest/globals": "29.5.0",
"@size-limit/file": "8.2.4",
"@types/domhandler": "2.4.2",
"@types/jest": "29.5.1",
"@types/node": "18.16.2",
"@types/p-map": "2.0.0",
Expand All @@ -83,6 +83,7 @@
"overrides": {
"node-notifier": "10.0.1",
"jest": "29.5.0",
"rollup-plugin-typescript2": "^0.32.0",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
}
Expand Down
65 changes: 24 additions & 41 deletions pnpm-lock.yaml

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

0 comments on commit fbdc92a

Please sign in to comment.