Skip to content

Commit df215c7

Browse files
chore: update deps (#1699)
1 parent fe1225c commit df215c7

File tree

2 files changed

+259
-314
lines changed

2 files changed

+259
-314
lines changed

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@
6464
},
6565
"devDependencies": {
6666
"@babel/cli": "^7.25.9",
67-
"@babel/core": "^7.25.9",
67+
"@babel/core": "^7.26.0",
6868
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
69-
"@babel/preset-env": "^7.25.9",
69+
"@babel/preset-env": "^7.26.0",
7070
"@babel/preset-flow": "^7.25.9",
7171
"@babel/preset-react": "^7.25.9",
72-
"@babel/preset-typescript": "^7.25.9",
72+
"@babel/preset-typescript": "^7.26.0",
7373
"@callstack/eslint-config": "^15.0.0",
74-
"@release-it/conventional-changelog": "^9.0.1",
74+
"@react-native/babel-preset": "^0.76.1",
75+
"@release-it/conventional-changelog": "^9.0.2",
7576
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
7677
"@types/jest": "^29.5.14",
7778
"@types/react": "^18.3.12",
@@ -85,11 +86,11 @@
8586
"jest": "^29.7.0",
8687
"prettier": "^2.8.8",
8788
"react": "18.3.1",
88-
"react-native": "0.76.0",
89+
"react-native": "0.76.1",
8990
"react-test-renderer": "18.3.1",
9091
"release-it": "^17.10.0",
9192
"strip-ansi": "^6.0.1",
92-
"typescript": "^5.5.4"
93+
"typescript": "^5.6.3"
9394
},
9495
"publishConfig": {
9596
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)