Skip to content

Commit 450cff4

Browse files
committed
chore: tweak deps
1 parent c706705 commit 450cff4

File tree

2 files changed

+655
-135
lines changed

2 files changed

+655
-135
lines changed

package.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,26 @@
6363
}
6464
},
6565
"devDependencies": {
66-
"@babel/cli": "^7.20.0",
67-
"@babel/core": "^7.20.0",
66+
"@babel/cli": "^7.24.8",
67+
"@babel/core": "^7.25.2",
68+
"@babel/plugin-transform-strict-mode": "^7.24.7",
69+
"@babel/preset-env": "^7.25.2",
70+
"@babel/preset-flow": "^7.24.7",
71+
"@babel/preset-react": "^7.24.7",
72+
"@babel/preset-typescript": "^7.24.7",
6873
"@callstack/eslint-config": "^15.0.0",
69-
"@react-native/babel-preset": "0.75.2",
7074
"@release-it/conventional-changelog": "^8.0.1",
7175
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
7276
"@types/jest": "^29.5.12",
7377
"@types/react": "^18.3.3",
7478
"@types/react-test-renderer": "^18.3.0",
7579
"babel-jest": "^29.6.3",
80+
"babel-plugin-module-resolver": "^5.0.2",
7681
"del-cli": "^5.1.0",
7782
"eslint": "^8.57.0",
7883
"eslint-plugin-prettier": "^4.2.1",
7984
"flow-bin": "~0.170.0",
80-
"jest": "^29.6.3",
85+
"jest": "^29.7.0",
8186
"prettier": "^2.8.8",
8287
"react": "18.3.1",
8388
"react-native": "0.75.1",

0 commit comments

Comments
 (0)