Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/vite-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Nov 20, 2023
2 parents eed3cff + ee737fb commit e25b3a2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"minimist": "~1.2.8",
"npm-run-all": "~4.1.5",
"pinst": "~3.0.0",
"playwright": "~1.39.0",
"playwright": "~1.40.0",
"postcss": "~8.4.31",
"postcss-cli": "~10.1.0",
"prettier": "~3.1.0",
Expand Down
4 changes: 4 additions & 0 deletions test/performance/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"extends": "../../tsconfig.test",
"compilerOptions": {
"diagnostics": true,
// The following configuration is required to validate the playwright types. Plawyright 1.40 introduced "Support Symbol.asyncDispose" https://github.com/microsoft/playwright/issues/27141
// This is a TypeScript 5.2 feature that requires extra configuration: https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/
"target": "es2022",
"lib": ["es2022", "esnext.disposable", "dom", "DOM.Iterable"]
},
"exclude": [
"../typescript-support/**/*"
Expand Down

0 comments on commit e25b3a2

Please sign in to comment.