Commit 2ba89d8 1 parent 62a7368 commit 2ba89d8 Copy full SHA for 2ba89d8
File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 72
72
"@types/react" : " *" ,
73
73
"@types/warning" : " ^3.0.0" ,
74
74
"canvas" : " ^2.11.2" ,
75
+ "core-js" : " ^3.37.0" ,
75
76
"cpy-cli" : " ^5.0.0" ,
76
77
"eslint" : " ^8.56.0" ,
77
78
"eslint-config-wojtekmaj" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1
1
import { afterEach } from 'vitest' ;
2
2
import { cleanup } from '@testing-library/react' ;
3
3
import '@testing-library/jest-dom/vitest' ;
4
+ import 'core-js/proposals/promise-with-resolvers' ;
4
5
5
6
afterEach ( ( ) => {
6
7
cleanup ( ) ;
Original file line number Diff line number Diff line change @@ -1820,6 +1820,13 @@ __metadata:
1820
1820
languageName : node
1821
1821
linkType : hard
1822
1822
1823
+ " core-js@npm:^3.37.0 " :
1824
+ version : 3.37.0
1825
+ resolution : " core-js@npm:3.37.0"
1826
+ checksum : 10c0/7e00331f346318ca3f595c08ce9e74ddae744715aef137486c1399163afd79792fb94c3161280863adfdc3e30f8026912d56bd3036f93cacfc689d33e185f2ee
1827
+ languageName : node
1828
+ linkType : hard
1829
+
1823
1830
" cp-file@npm:^10.0.0 " :
1824
1831
version : 10.0.0
1825
1832
resolution : " cp-file@npm:10.0.0"
@@ -4513,6 +4520,7 @@ __metadata:
4513
4520
" @types/warning " : " npm:^3.0.0"
4514
4521
canvas : " npm:^2.11.2"
4515
4522
clsx : " npm:^2.0.0"
4523
+ core-js : " npm:^3.37.0"
4516
4524
cpy-cli : " npm:^5.0.0"
4517
4525
dequal : " npm:^2.0.3"
4518
4526
eslint : " npm:^8.56.0"
You can’t perform that action at this time.
0 commit comments