Skip to content

Commit 39dc756

Browse files
chore: update deps (#1597)
1 parent 9488dcc commit 39dc756

File tree

2 files changed

+1203
-712
lines changed

2 files changed

+1203
-712
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@
6969
}
7070
},
7171
"devDependencies": {
72-
"@babel/cli": "^7.23.9",
73-
"@babel/core": "^7.24.0",
74-
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
75-
"@babel/preset-env": "^7.24.0",
76-
"@babel/preset-flow": "^7.24.0",
77-
"@babel/preset-react": "^7.23.3",
78-
"@babel/preset-typescript": "^7.23.3",
79-
"@callstack/eslint-config": "^14.1.0",
72+
"@babel/cli": "^7.24.5",
73+
"@babel/core": "^7.24.5",
74+
"@babel/plugin-transform-flow-strip-types": "^7.24.1",
75+
"@babel/preset-env": "^7.24.5",
76+
"@babel/preset-flow": "^7.24.1",
77+
"@babel/preset-react": "^7.24.1",
78+
"@babel/preset-typescript": "^7.24.1",
79+
"@callstack/eslint-config": "^14.1.1",
8080
"@release-it/conventional-changelog": "^8.0.1",
8181
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
8282
"@types/jest": "^29.5.12",
@@ -91,11 +91,11 @@
9191
"jest": "^29.7.0",
9292
"prettier": "^2.8.8",
9393
"react": "18.2.0",
94-
"react-native": "0.73.6",
94+
"react-native": "0.74.0",
9595
"react-test-renderer": "18.2.0",
96-
"release-it": "^17.1.1",
96+
"release-it": "^17.2.1",
9797
"strip-ansi": "^6.0.1",
98-
"typescript": "^5.4.2"
98+
"typescript": "^5.4.5"
9999
},
100100
"publishConfig": {
101101
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)