mirror of
https://github.com/swc-project/swc.git
synced 2024-12-11 16:21:51 +03:00
226336b38b
7.7.7 is version of @babel/runtime, not regenerator-runtime. Looks like the intended version was "0.11.0" as you can see in the yarn.lock: regenerator-runtime@^0.11.0: version "0.11.1" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/re... integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT9... Reference: https://github.com/swc-project/swc/commit/05be89c19
7 lines
91 B
JSON
7 lines
91 B
JSON
{
|
|
"devDependencies": {
|
|
"regenerator-runtime": "^0.11.0",
|
|
"jest": "^23.6.0"
|
|
}
|
|
}
|