Skip to content

Commit

Permalink
📦 Package: Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Oct 25, 2024
1 parent ba4f123 commit 52615a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@dominicstop/ts-event-emitter": "^1.1.0",
"@react-native/eslint-config": "^0.73.1",
"@types/react": "^18.2.44",
"del-cli": "^5.1.0",
Expand All @@ -93,11 +92,14 @@
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-builder-bob": "^0.20.0",
"react-native-ios-utilities": "next",
"react-native-ios-utilities": ">=5.0.0-46",
"release-it": "^15.0.0",
"turbo": "^1.10.7",
"typescript": "^5.2.2"
},
"dependencies": {
"@dominicstop/ts-event-emitter": "^1.1.0"
},
"resolutions": {
"@types/react": "^18.2.44"
},
Expand Down

0 comments on commit 52615a7

Please sign in to comment.