Skip to content

Commit 54a2be1

Browse files
authored
Merge pull request #334 from obytes/upgrade-node-pnpm-versions
chore: upgrade node + pnpm versions
2 parents 93288dd + cb3a65e commit 54a2be1

File tree

3 files changed

+9636
-6815
lines changed

3 files changed

+9636
-6815
lines changed

.github/actions/setup-node-pnpm-install/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ description: 'Setup Node + PNPM + Install Dependencies'
1616
runs:
1717
using: 'composite'
1818
steps:
19-
- uses: pnpm/action-setup@v2
19+
- uses: pnpm/action-setup@v4
2020
with:
21-
version: 8
22-
- uses: actions/setup-node@v3
21+
run_install: false
22+
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
cache: 'pnpm'
2626

2727
- name: 📦 Install Project Dependencies

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@
4747
"@tanstack/react-query": "^5.37.1",
4848
"app-icon-badge": "^0.0.15",
4949
"axios": "^1.7.1",
50-
"expo": "~51.0.8",
51-
"expo-build-properties": "~0.12.1",
52-
"expo-constants": "~16.0.1",
53-
"expo-dev-client": "~4.0.14",
54-
"expo-font": "~12.0.5",
55-
"expo-image": "~1.12.9",
50+
"expo": "~51.0.19",
51+
"expo-build-properties": "~0.12.3",
52+
"expo-constants": "~16.0.2",
53+
"expo-dev-client": "~4.0.20",
54+
"expo-font": "~12.0.7",
55+
"expo-image": "~1.12.12",
5656
"expo-linking": "~6.3.1",
5757
"expo-localization": "~15.0.3",
58-
"expo-router": "~3.5.14",
59-
"expo-splash-screen": "0.27.4",
58+
"expo-router": "~3.5.18",
59+
"expo-splash-screen": "0.27.5",
6060
"expo-status-bar": "~1.12.1",
61-
"expo-system-ui": "~3.0.4",
61+
"expo-system-ui": "~3.0.7",
6262
"i18next": "^22.5.1",
6363
"lodash.memoize": "^4.1.2",
6464
"moti": "^0.28.1",
@@ -68,7 +68,7 @@
6868
"react-error-boundary": "^3.1.4",
6969
"react-hook-form": "^7.51.4",
7070
"react-i18next": "^12.3.1",
71-
"react-native": "0.74.1",
71+
"react-native": "0.74.3",
7272
"react-native-avoid-softinput": "^4.0.2",
7373
"react-native-flash-message": "^0.4.2",
7474
"react-native-gesture-handler": "~2.16.2",
@@ -114,7 +114,7 @@
114114
"husky": "^8.0.3",
115115
"jest": "^29.7.0",
116116
"jest-environment-jsdom": "^29.7.0",
117-
"jest-expo": "~51.0.2",
117+
"jest-expo": "~51.0.3",
118118
"jest-junit": "^16.0.0",
119119
"lint-staged": "^13.3.0",
120120
"metro-babel-register": "^0.73.10",
@@ -129,5 +129,5 @@
129129
"type": "git",
130130
"url": "git+https://github.com/obytes/react-native-template-obytes.git"
131131
},
132-
"packageManager": "pnpm@8.6.5"
132+
"packageManager": "pnpm@9.5.0"
133133
}

0 commit comments

Comments
 (0)