Skip to content

Commit ef72c41

Browse files
authored
Merge pull request #14 from nodefinity/dependabot/npm_and_yarn/master/minor-and-patch-aa2c2dd29e
chore(deps): bump the minor-and-patch group with 10 updates
2 parents 0832b21 + 840f851 commit ef72c41

File tree

5 files changed

+319
-325
lines changed

5 files changed

+319
-325
lines changed

apps/mobile/package.json

Lines changed: 4 additions & 4 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.1.8",
19+
"@gorhom/bottom-sheet": "^5.2.3",
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",
@@ -48,10 +48,10 @@
4848
"react-native-paper": "^5.14.5",
4949
"react-native-permissions": "^5.4.2",
5050
"react-native-reanimated": "~3.18.0",
51-
"react-native-safe-area-context": "5.6.0",
52-
"react-native-screens": "~4.14.1",
51+
"react-native-safe-area-context": "5.6.1",
52+
"react-native-screens": "~4.15.1",
5353
"react-native-tab-view": "^4.1.3",
54-
"react-native-track-player": "4.1.1"
54+
"react-native-track-player": "4.1.2"
5555
},
5656
"devDependencies": {
5757
"@babel/core": "^7.28.3",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
"@antfu/eslint-config": "^4.17.0",
4040
"@commitlint/cli": "^19.8.1",
4141
"@commitlint/config-conventional": "^19.8.1",
42-
"@eslint-react/eslint-plugin": "^1.52.5",
42+
"@eslint-react/eslint-plugin": "^1.52.6",
4343
"@types/semver": "7.7.0",
4444
"eslint": "^9.33.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.2",
48+
"inquirer": "12.9.3",
4949
"lint-staged": "^16.1.5",
5050
"semver": "7.7.2",
5151
"tsx": "4.20.4",
52-
"turbo": "2.5.5",
52+
"turbo": "2.5.6",
5353
"typescript": "^5.9.2"
5454
},
5555
"pnpm": {

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.3.6",
15-
"react-i18next": "^15.6.1"
14+
"i18next": "^25.4.0",
15+
"react-i18next": "^15.7.1"
1616
},
1717
"devDependencies": {
1818
"@flow/config": "workspace:*"

packages/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@flow/shared": "workspace:*",
1515
"immer": "10.1.1",
16-
"zustand": "^5.0.7"
16+
"zustand": "^5.0.8"
1717
},
1818
"devDependencies": {
1919
"@flow/config": "workspace:*"

0 commit comments

Comments
 (0)