File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
dev-packages/browser-integration-tests Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 27
27
CACHED_DEPENDENCY_PATHS : |
28
28
${{ github.workspace }}/node_modules
29
29
${{ github.workspace }}/packages/*/node_modules
30
+ ${{ github.workspace }}/dev-packages/*/node_modules
30
31
~/.cache/ms-playwright/
31
32
~/.cache/mongodb-binaries/
32
33
Original file line number Diff line number Diff line change 47
47
"@playwright/test" : " ^1.31.1" ,
48
48
"axios" : " 1.6.0" ,
49
49
"babel-loader" : " ^8.2.2" ,
50
- "html-webpack-plugin" : " ^5.5 .0" ,
50
+ "html-webpack-plugin" : " 5.6 .0" ,
51
51
"pako" : " ^2.1.0" ,
52
52
"playwright" : " ^1.31.1" ,
53
53
"webpack" : " ^5.52.0"
Original file line number Diff line number Diff line change @@ -17418,10 +17418,10 @@ html-void-elements@^3.0.0:
17418
17418
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
17419
17419
integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
17420
17420
17421
- html-webpack-plugin@^5.5 .0:
17422
- version "5.5 .0"
17423
- resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5 .0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50 "
17424
- integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw ==
17421
+ html-webpack-plugin@5.6 .0:
17422
+ version "5.6 .0"
17423
+ resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6 .0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0 "
17424
+ integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw ==
17425
17425
dependencies:
17426
17426
"@types/html-minifier-terser" "^6.0.0"
17427
17427
html-minifier-terser "^6.0.2"
You can’t perform that action at this time.
0 commit comments