chore(repo): install necessary babel runtime to run unit tests (#16965)

This commit is contained in:
Jason Jean 2023-05-11 17:38:24 -04:00 committed by GitHub
parent b55aa8f80c
commit ad8099a764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -48,6 +48,7 @@
"@babel/plugin-transform-runtime": "^7.15.0", "@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-react": "^7.14.5", "@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0", "@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.14.8",
"@floating-ui/react": "0.19.2", "@floating-ui/react": "0.19.2",
"@jest/reporters": "^29.4.1", "@jest/reporters": "^29.4.1",
"@jest/test-result": "^29.4.1", "@jest/test-result": "^29.4.1",

3
pnpm-lock.yaml generated
View File

@ -193,6 +193,9 @@ devDependencies:
'@babel/preset-typescript': '@babel/preset-typescript':
specifier: ^7.15.0 specifier: ^7.15.0
version: 7.18.6(@babel/core@7.19.0) version: 7.18.6(@babel/core@7.19.0)
'@babel/runtime':
specifier: ^7.14.8
version: 7.21.0
'@floating-ui/react': '@floating-ui/react':
specifier: 0.19.2 specifier: 0.19.2
version: 0.19.2(@types/react@18.0.25)(react-dom@18.2.0)(react@18.2.0) version: 0.19.2(@types/react@18.0.25)(react-dom@18.2.0)(react@18.2.0)