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

@ -24,9 +24,9 @@
"prepare": "is-ci || husky install",
"echo": "echo 123458",
"preinstall": "node ./scripts/preinstall.js",
"test":"nx test",
"e2e":"nx e2e",
"build-project":"nx build"
"test": "nx test",
"e2e": "nx e2e",
"build-project": "nx build"
},
"devDependencies": {
"@actions/core": "^1.10.0",
@ -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
View File

@ -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)