Skip to content

Commit 5577ef7

Browse files
committed
Update edge-location + add chrome-location2
1 parent cce8de3 commit 5577ef7

File tree

3 files changed

+53
-55
lines changed

3 files changed

+53
-55
lines changed

pnpm-lock.yaml

Lines changed: 50 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/develop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"csv-loader": "^3.0.5",
4848
"dotenv": "^16.4.7",
4949
"dotenv-webpack": "^8.1.0",
50-
"edge-location": "^1.1.0",
50+
"edge-location": "^1.1.1",
5151
"firefox-location2": "1.0.0",
5252
"firefox-profile": "^4.7.0",
5353
"fx-runner": "^1.4.0",

programs/develop/plugin-browsers/run-chromium/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import fs from 'fs'
22
import path from 'path'
33
import {type Compiler} from '@rspack/core'
44
import {spawn} from 'child_process'
5+
import chromeLocation from 'chrome-location2'
6+
import edgeLocation from 'edge-location'
57
import {browserConfig} from './browser-config'
68
import * as messages from '../browsers-lib/messages'
79
import {PluginInterface} from '../browsers-types'
810
import {DevOptions} from '../../commands/commands-lib/config-types'
9-
import chromeLocation from 'chrome-location2'
10-
import edgeLocation from 'edge-location'
1111

1212
process.on('SIGINT', () => {
1313
process.exit()

0 commit comments

Comments
 (0)