-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump @types/chrome from 0.0.287 to 0.0.290
Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.287 to 0.0.290. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome) --- updated-dependencies: - dependency-name: "@types/chrome" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
1c07004
commit ab903fb
Showing
1 changed file
with
80 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,80 @@ | ||
{ | ||
"name": "docfiller", | ||
"version": "1.3.2", | ||
"description": "Automated Google forms filling using genai", | ||
"homepage": "https://github.com/rootCircle/docFiller", | ||
"keywords": [ | ||
"extension", | ||
"google form", | ||
"webpack", | ||
"web-ext", | ||
"automation", | ||
"gpt" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rootCircle/docFiller.git" | ||
}, | ||
"license": "GPLv3", | ||
"bugs": { | ||
"url": "https://github.com/rootCircle/docFiller/issues" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0", | ||
"bun": ">=1.0.0" | ||
}, | ||
"scripts": { | ||
"watch": "bun tools/watcher.ts", | ||
"build:firefox": "BROWSER=firefox bun tools/bundler.ts", | ||
"build:chromium": "BROWSER=chromium bun tools/bundler.ts", | ||
"package:firefox": "BROWSER=firefox bun tools/bundler.ts && web-ext build --source-dir=build --overwrite-dest && BROWSER=firefox bun run tools/packageRename.ts", | ||
"package:chromium": "BROWSER=chromium bun tools/bundler.ts && web-ext build --source-dir=build --overwrite-dest && BROWSER=chromium bun run tools/packageRename.ts", | ||
"dev:firefox": "cross-env BROWSER=firefox bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=firefox bun tools/watcher.ts\" \"web-ext run --source-dir=build\"", | ||
"dev:chromium": "cross-env BROWSER=chromium bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=chromium bun tools/watcher.ts\" \"web-ext run -t chromium --source-dir=build\"", | ||
"dev:firefox-android": "cross-env BROWSER=firefox bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=firefox bun tools/watcher.ts\" \"web-ext run -t firefox-android --source-dir=build\"", | ||
"format": "biome format --write && prettier --write '**/*.{json,md,html,css}' '!build/**' '!node_modules/**' '!web-ext-artifacts/**'", | ||
"format:check": "biome format && prettier --check '**/*.{json,md,html,css}' '!build/**' '!node_modules/**' '!web-ext-artifacts/**'", | ||
"webext:lint": "web-ext lint --source-dir=build", | ||
"lint": "biome lint", | ||
"lint:fix": "biome lint --write", | ||
"typecheck": "tsc --noEmit", | ||
"spell": "cspell \"**/*.{ts,js,md,json,txt,html,css}\" \"Makefile\" --gitignore --cache", | ||
"precommit": "bun run lint && bun run format:check && bun run typecheck && bun run spell && bun run build:firefox && web-ext lint --source-dir=build && bun run build:chromium", | ||
"prepare": "husky" | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
"@langchain/anthropic": "^0.3.11", | ||
"@langchain/community": "^0.3.20", | ||
"@langchain/google-genai": "^0.1.6", | ||
"@langchain/mistralai": "^0.2.0", | ||
"@langchain/ollama": "^0.1.4", | ||
"@langchain/openai": "^0.3.16", | ||
"langchain": "^0.3.8", | ||
"uuid": "^11.0.3" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.7.2" | ||
}, | ||
"optionalDependencies": { | ||
"@esbuild/linux-x64": "^0.24.2" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.9.4", | ||
"@types/chrome": "^0.0.287", | ||
"@types/firefox-webext-browser": "^120.0.4", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": "^22.10.2", | ||
"@types/webextension-polyfill": "^0.12.1", | ||
"chokidar": "^4.0.3", | ||
"concurrently": "^9.1.1", | ||
"cross-env": "^7.0.3", | ||
"cspell": "^8.17.1", | ||
"esbuild": "^0.24.2", | ||
"globals": "^15.14.0", | ||
"husky": "^9.1.7", | ||
"prettier": "^3.4.2", | ||
"web-ext": "^8.3.0", | ||
"webextension-polyfill": "^0.12.0" | ||
} | ||
} | ||
{ | ||
"name": "docfiller", | ||
"version": "1.3.2", | ||
"description": "Automated Google forms filling using genai", | ||
"homepage": "https://github.com/rootCircle/docFiller", | ||
"keywords": [ | ||
"extension", | ||
"google form", | ||
"webpack", | ||
"web-ext", | ||
"automation", | ||
"gpt" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rootCircle/docFiller.git" | ||
}, | ||
"license": "GPLv3", | ||
"bugs": { | ||
"url": "https://github.com/rootCircle/docFiller/issues" | ||
}, | ||
"engines": { | ||
"node": ">=18.0.0", | ||
"bun": ">=1.0.0" | ||
}, | ||
"scripts": { | ||
"watch": "bun tools/watcher.ts", | ||
"build:firefox": "BROWSER=firefox bun tools/bundler.ts", | ||
"build:chromium": "BROWSER=chromium bun tools/bundler.ts", | ||
"package:firefox": "BROWSER=firefox bun tools/bundler.ts && web-ext build --source-dir=build --overwrite-dest && BROWSER=firefox bun run tools/packageRename.ts", | ||
"package:chromium": "BROWSER=chromium bun tools/bundler.ts && web-ext build --source-dir=build --overwrite-dest && BROWSER=chromium bun run tools/packageRename.ts", | ||
"dev:firefox": "cross-env BROWSER=firefox bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=firefox bun tools/watcher.ts\" \"web-ext run --source-dir=build\"", | ||
"dev:chromium": "cross-env BROWSER=chromium bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=chromium bun tools/watcher.ts\" \"web-ext run -t chromium --source-dir=build\"", | ||
"dev:firefox-android": "cross-env BROWSER=firefox bun tools/bundler.ts && concurrently --kill-others \"cross-env BROWSER=firefox bun tools/watcher.ts\" \"web-ext run -t firefox-android --source-dir=build\"", | ||
"format": "biome format --write && prettier --write '**/*.{json,md,html,css}' '!build/**' '!node_modules/**' '!web-ext-artifacts/**'", | ||
"format:check": "biome format && prettier --check '**/*.{json,md,html,css}' '!build/**' '!node_modules/**' '!web-ext-artifacts/**'", | ||
"webext:lint": "web-ext lint --source-dir=build", | ||
"lint": "biome lint", | ||
"lint:fix": "biome lint --write", | ||
"typecheck": "tsc --noEmit", | ||
"spell": "cspell \"**/*.{ts,js,md,json,txt,html,css}\" \"Makefile\" --gitignore --cache", | ||
"precommit": "bun run lint && bun run format:check && bun run typecheck && bun run spell && bun run build:firefox && web-ext lint --source-dir=build && bun run build:chromium", | ||
"prepare": "husky" | ||
}, | ||
"type": "module", | ||
"dependencies": { | ||
"@langchain/anthropic": "^0.3.11", | ||
"@langchain/community": "^0.3.20", | ||
"@langchain/google-genai": "^0.1.6", | ||
"@langchain/mistralai": "^0.2.0", | ||
"@langchain/ollama": "^0.1.4", | ||
"@langchain/openai": "^0.3.16", | ||
"langchain": "^0.3.8", | ||
"uuid": "^11.0.3" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.7.2" | ||
}, | ||
"optionalDependencies": { | ||
"@esbuild/linux-x64": "^0.24.2" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.9.4", | ||
"@types/chrome": "^0.0.290", | ||
"@types/firefox-webext-browser": "^120.0.4", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": "^22.10.2", | ||
"@types/webextension-polyfill": "^0.12.1", | ||
"chokidar": "^4.0.3", | ||
"concurrently": "^9.1.1", | ||
"cross-env": "^7.0.3", | ||
"cspell": "^8.17.1", | ||
"esbuild": "^0.24.2", | ||
"globals": "^15.14.0", | ||
"husky": "^9.1.7", | ||
"prettier": "^3.4.2", | ||
"web-ext": "^8.3.0", | ||
"webextension-polyfill": "^0.12.0" | ||
} | ||
} |