Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Sep 4, 2024
1 parent a4fa91a commit 4693e84
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"turbo": "^2.0.4"
},
"dependencies": {
"@types/firefox-webext-browser": "^120.0.4",
"typescript": "5.3.3"
}
}
56 changes: 51 additions & 5 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions programs/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"dependencies": {
"@colors/colors": "^1.6.0",
"@types/chrome": "^0.0.270",
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^22.5.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.2.18",
Expand Down
1 change: 1 addition & 0 deletions programs/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"dependencies": {
"@colors/colors": "^1.6.0",
"@types/firefox-webext-browser": "^120.0.4",
"cross-spawn": "^7.0.3",
"detect-package-manager": "^3.0.2",
"go-git-it": "2.0.4"
Expand Down

0 comments on commit 4693e84

Please sign in to comment.