@@ -7,7 +7,7 @@ exports[`Generating remix stats 2 {"format":"amd","expected":"amd"} matches the
77 "bundleName": StringContaining "test-remix-v2-client-amd",
88 "bundler": {
99 " name" : " rollup" ,
10- " version" : " 4.22.4 " ,
10+ " version" : " 4.40.1 " ,
1111 } ,
1212 "chunks": ExpectArrayContaining { } ,
1313 "duration": Any<Number >,
@@ -28,7 +28,7 @@ exports[`Generating remix stats 2 {"format":"amd","expected":"amd"} matches the
2828 "bundleName": StringContaining "test-remix-v2-server-esm",
2929 "bundler": {
3030 " name" : " rollup" ,
31- " version" : " 4.22.4 " ,
31+ " version" : " 4.40.1 " ,
3232 } ,
3333 "chunks": ExpectArrayContaining { } ,
3434 "duration": Any<Number >,
@@ -49,7 +49,7 @@ exports[`Generating remix stats 2 {"format":"cjs","expected":"cjs"} matches the
4949 "bundleName": StringContaining "test-remix-v2-client-cjs",
5050 "bundler": {
5151 " name" : " rollup" ,
52- " version" : " 4.22.4 " ,
52+ " version" : " 4.40.1 " ,
5353 } ,
5454 "chunks": ExpectArrayContaining { } ,
5555 "duration": Any<Number >,
@@ -70,7 +70,7 @@ exports[`Generating remix stats 2 {"format":"cjs","expected":"cjs"} matches the
7070 "bundleName": StringContaining "test-remix-v2-server-esm",
7171 "bundler": {
7272 " name" : " rollup" ,
73- " version" : " 4.22.4 " ,
73+ " version" : " 4.40.1 " ,
7474 } ,
7575 "chunks": ExpectArrayContaining { } ,
7676 "duration": Any<Number >,
@@ -91,7 +91,7 @@ exports[`Generating remix stats 2 {"format":"es","expected":"esm"} matches the s
9191 "bundleName": StringContaining "test-remix-v2-client-esm",
9292 "bundler": {
9393 " name" : " rollup" ,
94- " version" : " 4.22.4 " ,
94+ " version" : " 4.40.1 " ,
9595 } ,
9696 "chunks": ExpectArrayContaining { } ,
9797 "duration": Any<Number >,
@@ -112,7 +112,7 @@ exports[`Generating remix stats 2 {"format":"es","expected":"esm"} matches the s
112112 "bundleName": StringContaining "test-remix-v2-server-esm",
113113 "bundler": {
114114 " name" : " rollup" ,
115- " version" : " 4.22.4 " ,
115+ " version" : " 4.40.1 " ,
116116 } ,
117117 "chunks": ExpectArrayContaining { } ,
118118 "duration": Any<Number >,
@@ -133,7 +133,7 @@ exports[`Generating remix stats 2 {"format":"esm","expected":"esm"} matches the
133133 "bundleName": StringContaining "test-remix-v2-client-esm",
134134 "bundler": {
135135 " name" : " rollup" ,
136- " version" : " 4.22.4 " ,
136+ " version" : " 4.40.1 " ,
137137 } ,
138138 "chunks": ExpectArrayContaining { } ,
139139 "duration": Any<Number >,
@@ -154,7 +154,7 @@ exports[`Generating remix stats 2 {"format":"esm","expected":"esm"} matches the
154154 "bundleName": StringContaining "test-remix-v2-server-esm",
155155 "bundler": {
156156 " name" : " rollup" ,
157- " version" : " 4.22.4 " ,
157+ " version" : " 4.40.1 " ,
158158 } ,
159159 "chunks": ExpectArrayContaining { } ,
160160 "duration": Any<Number >,
@@ -175,7 +175,7 @@ exports[`Generating remix stats 2 {"format":"module","expected":"esm"} matches t
175175 "bundleName": StringContaining "test-remix-v2-client-esm",
176176 "bundler": {
177177 " name" : " rollup" ,
178- " version" : " 4.22.4 " ,
178+ " version" : " 4.40.1 " ,
179179 } ,
180180 "chunks": ExpectArrayContaining { } ,
181181 "duration": Any<Number >,
@@ -196,7 +196,7 @@ exports[`Generating remix stats 2 {"format":"module","expected":"esm"} matches t
196196 "bundleName": StringContaining "test-remix-v2-server-esm",
197197 "bundler": {
198198 " name" : " rollup" ,
199- " version" : " 4.22.4 " ,
199+ " version" : " 4.40.1 " ,
200200 } ,
201201 "chunks": ExpectArrayContaining { } ,
202202 "duration": Any<Number >,
0 commit comments