Skip to content

Commit 673909e

Browse files
authored
Merge pull request #20 from nodefinity/dependabot/npm_and_yarn/master/minor-and-patch-f136f09823
chore(deps): bump the minor-and-patch group with 9 updates
2 parents c9b71c1 + 2f20a69 commit 673909e

File tree

5 files changed

+528
-414
lines changed

5 files changed

+528
-414
lines changed

apps/mobile/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@flow/player": "workspace:*",
1717
"@flow/shared": "workspace:*",
1818
"@flow/store": "workspace:*",
19-
"@gorhom/bottom-sheet": "^5.2.3",
19+
"@gorhom/bottom-sheet": "^5.2.4",
2020
"@nodefinity/react-native-music-library": "0.9.0",
2121
"@react-native-community/slider": "4.5.7",
2222
"@react-navigation/bottom-tabs": "^7.4.6",
@@ -49,7 +49,7 @@
4949
"react-native-permissions": "^5.4.2",
5050
"react-native-reanimated": "~3.18.0",
5151
"react-native-safe-area-context": "5.6.1",
52-
"react-native-screens": "~4.15.1",
52+
"react-native-screens": "~4.15.4",
5353
"react-native-tab-view": "^4.1.3",
5454
"react-native-track-player": "4.1.2"
5555
},

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"@antfu/eslint-config": "^5.2.1",
4040
"@commitlint/cli": "^19.8.1",
4141
"@commitlint/config-conventional": "^19.8.1",
42-
"@eslint-react/eslint-plugin": "^1.52.6",
42+
"@eslint-react/eslint-plugin": "^1.52.7",
4343
"@types/semver": "7.7.0",
44-
"eslint": "^9.33.0",
44+
"eslint": "^9.34.0",
4545
"eslint-plugin-react-hooks": "^5.2.0",
4646
"eslint-plugin-react-refresh": "^0.4.20",
4747
"husky": "^9.1.7",
48-
"inquirer": "12.9.3",
48+
"inquirer": "12.9.4",
4949
"lint-staged": "^16.1.5",
5050
"semver": "7.7.2",
51-
"tsx": "4.20.4",
51+
"tsx": "4.20.5",
5252
"turbo": "2.5.6",
5353
"typescript": "^5.9.2"
5454
},

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"db:drop": "drizzle-kit drop"
1515
},
1616
"dependencies": {
17-
"drizzle-orm": "0.44.4",
17+
"drizzle-orm": "0.44.5",
1818
"expo-sqlite": "15.2.14"
1919
},
2020
"devDependencies": {

packages/hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@flow/shared": "workspace:*",
1313
"@flow/store": "workspace:*",
14-
"i18next": "^25.4.0",
15-
"react-i18next": "^15.7.1"
14+
"i18next": "^25.4.2",
15+
"react-i18next": "^15.7.3"
1616
},
1717
"devDependencies": {
1818
"@flow/config": "workspace:*"

0 commit comments

Comments
 (0)