Skip to content

Commit

Permalink
Bump babel-jest to fix babel error
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorNadj committed Nov 9, 2023
1 parent 7547dec commit 5d9ecee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@beyondessential/eslint-config-ts": "^1.3.2",
"@vitejs/plugin-react": "^4.0.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"babel-jest": "^29.7.0",
"concurrently": "^5.2.0",
"cypress-dotenv": "^1.2.2",
"dotenv": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/meditrak-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-jest": "^29.7.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11475,7 +11475,7 @@ __metadata:
"@tupaia/expression-parser": "workspace:^"
"@types/react": ^18.0.24
"@types/react-test-renderer": ^18.0.0
babel-jest: ^29.2.1
babel-jest: ^29.7.0
bson-objectid: ^2.0.4
eslint: ^8.19.0
jest: ^29.2.1
Expand Down Expand Up @@ -15839,7 +15839,7 @@ __metadata:
languageName: node
linkType: hard

"babel-jest@npm:^27.0.6, babel-jest@npm:^27.2.4":
"babel-jest@npm:^27.2.4":
version: 27.2.4
resolution: "babel-jest@npm:27.2.4"
dependencies:
Expand All @@ -15857,7 +15857,7 @@ __metadata:
languageName: node
linkType: hard

"babel-jest@npm:^29.2.1, babel-jest@npm:^29.7.0":
"babel-jest@npm:^29.7.0":
version: 29.7.0
resolution: "babel-jest@npm:29.7.0"
dependencies:
Expand Down Expand Up @@ -44822,7 +44822,7 @@ __metadata:
"@beyondessential/eslint-config-ts": ^1.3.2
"@vitejs/plugin-react": ^4.0.4
babel-eslint: ^10.1.0
babel-jest: ^27.0.6
babel-jest: ^29.7.0
concurrently: ^5.2.0
cypress-dotenv: ^1.2.2
dotenv: ^16.0.3
Expand Down

0 comments on commit 5d9ecee

Please sign in to comment.