Skip to content

Commit f1118e8

Browse files
committed
chore: update dependencies
1 parent 92e7236 commit f1118e8

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/test-runner-intercept/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"es-module-lexer": "^1.3.1"
5757
},
5858
"devDependencies": {
59-
"@web/test-runner": "^0.18.0",
6059
"@web/test-runner-chrome": "^0.15.0",
60+
"@web/test-runner-core": "^0.13.0",
6161
"chai": "^4.2.0",
6262
"mocha": "^10.2.0"
6363
}

packages/test-runner-intercept/tsconfig.json

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -30,39 +30,6 @@
3030
},
3131
{
3232
"path": "../test-runner-chrome/tsconfig.json"
33-
},
34-
{
35-
"path": "../config-loader/tsconfig.json"
36-
},
37-
{
38-
"path": "../dev-server-rollup/tsconfig.json"
39-
},
40-
{
41-
"path": "../test-runner-playwright/tsconfig.json"
42-
},
43-
{
44-
"path": "../test-runner-webdriver/tsconfig.json"
45-
},
46-
{
47-
"path": "../polyfills-loader/tsconfig.json"
48-
},
49-
{
50-
"path": "../dev-server-esbuild/tsconfig.json"
51-
},
52-
{
53-
"path": "../dev-server-legacy/tsconfig.json"
54-
},
55-
{
56-
"path": "../dev-server/tsconfig.json"
57-
},
58-
{
59-
"path": "../test-runner-commands/tsconfig.json"
60-
},
61-
{
62-
"path": "../test-runner-saucelabs/tsconfig.json"
63-
},
64-
{
65-
"path": "../test-runner/tsconfig.json"
6633
}
6734
],
6835
"include": [

0 commit comments

Comments
 (0)