chore(repo): install necessary babel runtime to run unit tests (#16965)
This commit is contained in:
parent
b55aa8f80c
commit
ad8099a764
@ -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
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