Skip to content

Commit a7404dc

Browse files
committed
Merge branch 'main' into v13
2 parents 13bc78a + df215c7 commit a7404dc

File tree

2 files changed

+259
-314
lines changed

2 files changed

+259
-314
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,15 @@
6565
},
6666
"devDependencies": {
6767
"@babel/cli": "^7.25.9",
68-
"@babel/core": "^7.25.9",
68+
"@babel/core": "^7.26.0",
6969
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
70-
"@babel/preset-env": "^7.25.9",
70+
"@babel/preset-env": "^7.26.0",
7171
"@babel/preset-flow": "^7.25.9",
7272
"@babel/preset-react": "^7.25.9",
73-
"@babel/preset-typescript": "^7.25.9",
73+
"@babel/preset-typescript": "^7.26.0",
7474
"@callstack/eslint-config": "^15.0.0",
75-
"@release-it/conventional-changelog": "^9.0.1",
75+
"@react-native/babel-preset": "^0.76.1",
76+
"@release-it/conventional-changelog": "^9.0.2",
7677
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
7778
"@types/jest": "^29.5.14",
7879
"@types/react": "^18.3.12",
@@ -86,11 +87,11 @@
8687
"jest": "^29.7.0",
8788
"prettier": "^2.8.8",
8889
"react": "18.3.1",
89-
"react-native": "0.76.0",
90+
"react-native": "0.76.1",
9091
"react-test-renderer": "18.3.1",
9192
"release-it": "^17.10.0",
9293
"strip-ansi": "^6.0.1",
93-
"typescript": "^5.5.4"
94+
"typescript": "^5.6.3"
9495
},
9596
"publishConfig": {
9697
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)