This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ describe('Prerender Builder', () => {
210210 ) ;
211211
212212 expect ( content ) . toMatch (
213- / < s t y l e > p { color:r e d } < \/ s t y l e > < l i n k r e l = " s t y l e s h e e t " h r e f = " s t y l e s \. \w + \. c s s " m e d i a = " p r i n t " o n l o a d = " t h i s .m e d i a = & a p o s ; a l l & a p o s ; " > / ,
213+ / < s t y l e > p { color:r e d } < \/ s t y l e > < l i n k r e l = " s t y l e s h e e t " h r e f = " s t y l e s \. \w + \. c s s " m e d i a = " p r i n t " o n l o a d = " t h i s .m e d i a = ' a l l ' " > / ,
214214 ) ;
215215 await run . stop ( ) ;
216216 } ) ;
Original file line number Diff line number Diff line change 1515 "node" : " ^16.14.0 || >=18.10.0"
1616 },
1717 "dependencies" : {
18- "critters" : " 0.0.18 " ,
18+ "critters" : " 0.0.19 " ,
1919 "jsdom" : " 22.1.0" ,
2020 "tslib" : " ^2.3.0"
2121 },
Original file line number Diff line number Diff line change 7272 "@typescript-eslint/eslint-plugin" : " 5.59.9" ,
7373 "@typescript-eslint/parser" : " 5.59.9" ,
7474 "browser-sync" : " ^2.26.7" ,
75- "critters" : " 0.0.18 " ,
75+ "critters" : " 0.0.19 " ,
7676 "cross-env" : " ^7.0.3" ,
7777 "domino" : " ^2.1.2" ,
7878 "esbuild" : " ^0.18.0" ,
Original file line number Diff line number Diff line change @@ -4020,6 +4020,19 @@ critters@0.0.18:
40204020 postcss "^8.4.23"
40214021 pretty-bytes "^5.3.0"
40224022
4023+ critters@0.0.19 :
4024+ version "0.0.19"
4025+ resolved "https://registry.yarnpkg.com/critters/-/critters-0.0.19.tgz#15e3a3a0ed77ae4b69c3b2fe29c8e7e87fc77d1b"
4026+ integrity sha512-Fm4ZAXsG0VzWy1U30rP4qxbaWGSsqXDgSupJW1OUJGDAs0KWC+j37v7p5a2kZ9BPJvhRzWm3be+Hc9WvQOBUOw==
4027+ dependencies :
4028+ chalk "^4.1.0"
4029+ css-select "^5.1.0"
4030+ dom-serializer "^2.0.0"
4031+ domhandler "^5.0.2"
4032+ htmlparser2 "^8.0.2"
4033+ postcss "^8.4.23"
4034+ pretty-bytes "^5.3.0"
4035+
40234036cross-env@^7.0.3 :
40244037 version "7.0.3"
40254038 resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
You can’t perform that action at this time.
0 commit comments