Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
fix(agent-examples): remove old chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
soundofspace committed Jun 17, 2024
1 parent 887ec5d commit 2dfc17d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions agent/examples/news.ycombinator.com.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import { Agent } from '@ulixee/unblocked-agent';
import { IJsPath } from '@ulixee/js-path';

const Chrome113 = require('@ulixee/chrome-113-0');

async function run() {
const agent = new Agent({
browserEngine: new Chrome113(),
options: {
showChrome: true,
},
Expand Down
1 change: 0 additions & 1 deletion agent/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"version": "2.0.0-alpha.28",
"dependencies": {
"@ulixee/chrome-113-0": "^5672.127.8",
"@ulixee/js-path": "2.0.0-alpha.28",
"@ulixee/unblocked-agent": "2.0.0-alpha.28"
}
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2213,13 +2213,6 @@
"@typescript-eslint/types" "6.20.0"
eslint-visitor-keys "^3.4.1"

"@ulixee/chrome-113-0@^5672.127.8":
version "5672.127.8"
resolved "https://registry.npmjs.org/@ulixee/chrome-113-0/-/chrome-113-0-5672.127.8.tgz"
integrity sha512-zbVEf6ZZWUF10JhqVQFptN6do2VmiSywX/NW4ByDT6IuFbQUheLuw9jHpA9IvO+8e180hklMX+QOKFPUTBUJqg==
dependencies:
"@ulixee/chrome-app" "^1.0.3"

"@ulixee/chrome-124-0@^6367.208.10":
version "6367.208.10"
resolved "https://registry.yarnpkg.com/@ulixee/chrome-124-0/-/chrome-124-0-6367.208.10.tgz#32a874efdc837487d14899da721ced4b51b3a463"
Expand Down

0 comments on commit 2dfc17d

Please sign in to comment.