Skip to content

Commit

Permalink
deps: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Nov 21, 2024
1 parent 118ac3d commit d97de55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .sample.env

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased (as of 2024-11-19)

- **Fix**: Now `docFiller` doesn't fill on editable Google Forms as well.
- Remove unused dependencies from `package.json`

## v1.0.2 (2024-11-19)

Expand Down
Binary file modified bun.lockb
Binary file not shown.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@types/bun": "^1.1.8",
"@types/chrome": "^0.0.246",
"bun-types": "latest",
"chokidar": "^3.6.0",
"concurrently": "^8.2.2",
Expand All @@ -43,7 +41,11 @@
"husky": "^9.1.5",
"prettier": "^3.3.3",
"typescript-eslint": "^8.5.0",
"web-ext": "^8.2.0"
"web-ext": "^8.2.0",
"@types/bun": "^1.1.8",
"@types/chrome": "^0.0.246",
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^22.5.4"
},
"peerDependencies": {
"typescript": "^5.5.4"
Expand All @@ -70,10 +72,6 @@
"@langchain/mistralai": "^0.0.29",
"@langchain/ollama": "^0.0.4",
"@langchain/openai": "^0.2.10",
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^22.5.4",
"dotenv": "^16.4.5",
"langchain": "^0.2.18",
"process": "^0.11.10"
"langchain": "^0.2.18"
}
}

0 comments on commit d97de55

Please sign in to comment.