chore(repo): install necessary babel runtime to run unit tests (#16965)
This commit is contained in:
parent
b55aa8f80c
commit
ad8099a764
@ -48,6 +48,7 @@
|
||||
"@babel/plugin-transform-runtime": "^7.15.0",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@babel/runtime": "^7.14.8",
|
||||
"@floating-ui/react": "0.19.2",
|
||||
"@jest/reporters": "^29.4.1",
|
||||
"@jest/test-result": "^29.4.1",
|
||||
|
||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@ -193,6 +193,9 @@ devDependencies:
|
||||
'@babel/preset-typescript':
|
||||
specifier: ^7.15.0
|
||||
version: 7.18.6(@babel/core@7.19.0)
|
||||
'@babel/runtime':
|
||||
specifier: ^7.14.8
|
||||
version: 7.21.0
|
||||
'@floating-ui/react':
|
||||
specifier: 0.19.2
|
||||
version: 0.19.2(@types/react@18.0.25)(react-dom@18.2.0)(react@18.2.0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user