Skip to content

Commit

Permalink
chore: update deps (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski authored Oct 31, 2024
1 parent fe1225c commit df215c7
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 314 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@callstack/eslint-config": "^15.0.0",
"@release-it/conventional-changelog": "^9.0.1",
"@react-native/babel-preset": "^0.76.1",
"@release-it/conventional-changelog": "^9.0.2",
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
Expand All @@ -85,11 +86,11 @@
"jest": "^29.7.0",
"prettier": "^2.8.8",
"react": "18.3.1",
"react-native": "0.76.0",
"react-native": "0.76.1",
"react-test-renderer": "18.3.1",
"release-it": "^17.10.0",
"strip-ansi": "^6.0.1",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit df215c7

Please sign in to comment.