Skip to content

Commit

Permalink
Update mobile app configuration and dependencies; bump version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoward64 committed Jan 15, 2025
1 parent 37c67cb commit f2c89fe
Show file tree
Hide file tree
Showing 7 changed files with 1,101 additions and 868 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/config-inspector": "^0.7.1",
"@eslint/config-inspector": "^1.0.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@expo/ngrok": "^4.1.3",
Expand Down Expand Up @@ -94,7 +94,7 @@
"graphql-scalars": "^1.24.0",
"node-gyp": "^11.0.0",
"prettier": "^3.4.2",
"sort-package-json": "^2.13.0",
"sort-package-json": "^2.14.0",
"ts-node": "^10.9.2",
"typedoc": "^0.27.6",
"typedoc-plugin-dt-links": "^1.1.7",
Expand Down
3 changes: 2 additions & 1 deletion packages/mobile/app.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"./assets/fonts/opensans-condensed/OpenSans-Condensed-Light.ttf"
]
}
]
],
"expo-build-properties"
],
"updates": {
"enabled": true,
Expand Down
10 changes: 5 additions & 5 deletions packages/mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ To bump the app's version:
*/
const bundleVersion: Version = {
major: 2,
minor: 8,
patch: 1,
minor: 9,
patch: 0,
} as const;
const nativeVersion: Version = {
major: 2,
minor: 8,
patch: 1,
minor: 9,
patch: 0,
} as const;

// Both the sum of version.patch + buildsThisVersion and the sum of baseBuildCount + buildsThisVersion must increase each time a native build is submitted.
const baseBuildCount = 45;
const baseBuildCount = 46;
const buildsThisVersion = 1;

/*
Expand Down
98 changes: 49 additions & 49 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,77 +37,77 @@
},
"dependencies": {
"@dev-plugins/async-storage": "^0.1.0",
"@expo/config-plugins": "~9.0.9",
"@expo/config-plugins": "~9.0.14",
"@expo/metro-runtime": "~4.0.0",
"@expo/vector-icons": "^14.0.4",
"@openspacelabs/react-native-zoomable-view": "2.2.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@openspacelabs/react-native-zoomable-view": "2.3.1",
"@react-native-async-storage/async-storage": "1.24.0",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/bottom-tabs": "7.0.4",
"@react-navigation/core": "7.0.3",
"@react-navigation/native": "7.0.3",
"@react-navigation/native-stack": "7.0.3",
"@react-navigation/stack": "7.0.3",
"@sentry/react-native": "~6.1.0",
"@shopify/react-native-skia": "1.5.0",
"@react-navigation/bottom-tabs": "7.2.0",
"@react-navigation/core": "7.3.1",
"@react-navigation/native": "7.0.14",
"@react-navigation/native-stack": "7.2.0",
"@react-navigation/stack": "7.1.1",
"@sentry/react-native": "~6.5.0",
"@shopify/react-native-skia": "1.10.2",
"@ukdanceblue/common": "workspace:^",
"@ukdanceblue/react-native-markdown-display": "^0.1.6",
"@urql/exchange-auth": "^2.2.0",
"class-validator": "^0.14.1",
"expo": "52.0.7",
"expo-application": "~6.0.1",
"expo-asset": "~11.0.1",
"expo-auth-session": "~6.0.0",
"expo-av": "~15.0.1",
"expo-blur": "~14.0.1",
"expo-build-properties": "~0.13.1",
"expo-calendar": "~14.0.2",
"expo-camera": "~16.0.5",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-dev-client": "~5.0.2",
"expo-device": "~7.0.1",
"expo-document-picker": "~13.0.1",
"expo-file-system": "~18.0.3",
"expo-font": "~13.0.1",
"expo-image": "~2.0.0",
"expo-image-picker": "~16.0.2",
"expo-linking": "~7.0.2",
"expo-media-library": "~17.0.2",
"expo-notifications": "~0.29.8",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.26.7",
"expo-web-browser": "~14.0.1",
"expo": "~52.0.25",
"expo-application": "~6.0.2",
"expo-asset": "~11.0.2",
"expo-auth-session": "~6.0.2",
"expo-av": "~15.0.2",
"expo-blur": "~14.0.2",
"expo-build-properties": "~0.13.2",
"expo-calendar": "~14.0.6",
"expo-camera": "~16.0.11",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.4",
"expo-crypto": "~14.0.2",
"expo-dev-client": "~5.0.9",
"expo-device": "~7.0.2",
"expo-document-picker": "~13.0.2",
"expo-file-system": "~18.0.7",
"expo-font": "~13.0.3",
"expo-image": "~2.0.4",
"expo-image-picker": "~16.0.4",
"expo-linking": "~7.0.4",
"expo-media-library": "~17.0.5",
"expo-notifications": "~0.29.12",
"expo-secure-store": "~14.0.1",
"expo-splash-screen": "~0.29.20",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.26.12",
"expo-web-browser": "~14.0.2",
"gql.tada": "^1.8.10",
"graphql": "^16.10.0",
"graphql-scalars": "^1.24.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"lz-string": "^1.5.0",
"markdown-it": "^14.1.0",
"native-base": "patch:native-base@npm%3A3.4.28#../../.yarn/patches/native-base-npm-3.4.28-a8ecceae4d.patch",
"native-base": "^3.4.28",
"react": "18.3.1",
"react-dom": "~18.3.1",
"react-native": "0.76.2",
"react-native-calendars": "^1.1307.0",
"react-native": "0.76.6",
"react-native-calendars": "^1.1308.0",
"react-native-elements": "^3.4.3",
"react-native-fit-image": "^1.5.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-gesture-handler": "~2.22.0",
"react-native-infinite-pager": "patch:react-native-infinite-pager@npm%3A0.3.13#../../.yarn/patches/react-native-infinite-pager-npm-0.3.13-59b67e2e46.patch",
"react-native-open-maps": "^0.4.3",
"react-native-reanimated": "~3.16.1",
"react-native-reanimated": "~3.16.7",
"react-native-rss-parser": "patch:react-native-rss-parser@npm%3A1.5.1#../../.yarn/patches/react-native-rss-parser-npm-1.5.1-e4cc1d8bd8.patch",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.1.0",
"react-native-svg": "15.8.0",
"react-native-safe-area-context": "4.14.1",
"react-native-screens": "~4.5.0",
"react-native-svg": "15.11.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.2.0",
"react-native-view-shot": "^4.0.0",
"react-native-view-shot": "~4.0.3",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.2",
"react-native-webview": "13.13.1",
"react-test-renderer": "^18.3.1",
"reflect-metadata": "^0.2.2",
"type-graphql": "^2.0.0-rc.2",
Expand All @@ -131,8 +131,8 @@
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/plugin-transform-shorthand-properties": "^7.25.9",
"@babel/plugin-transform-template-literals": "^7.25.9",
"@faker-js/faker": "^9.3.0",
"@testing-library/react-native": "^12.8.1",
"@faker-js/faker": "^9.4.0",
"@testing-library/react-native": "^13.0.1",
"@types/babel__core": "^7.20.5",
"@types/lodash": "^4.17.14",
"@types/luxon": "^3.4.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"@refinedev/core": "^4.57.5",
"@refinedev/devtools": "^1.2.12",
"@refinedev/devtools-server": "^1.1.40",
"@sentry/react": "^8.48.0",
"@sentry/vite-plugin": "^2.23.0",
"@tanstack/react-form": "^0.41.1",
"@sentry/react": "^8.50.0",
"@sentry/vite-plugin": "^3.0.0",
"@tanstack/react-form": "^0.41.2",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-router": "^1.95.6",
"@tanstack/start": "^1.95.6",
"@tanstack/react-router": "^1.97.0",
"@tanstack/start": "^1.97.0",
"@uidotdev/usehooks": "^2.4.1",
"@ukdanceblue/common": "workspace:^",
"@urql/core": "^5.1.0",
Expand All @@ -79,7 +79,7 @@
"react-dom": "~18.3.1",
"react-hook-form": "^7.54.2",
"react-markdown": "^9.0.3",
"react-to-print": "^3.0.2",
"react-to-print": "^3.0.4",
"reflect-metadata": "^0.2.2",
"superjson": "^2.2.2",
"thumbhash": "^0.1.1",
Expand All @@ -97,8 +97,8 @@
"devDependencies": {
"@refinedev/cli": "^2.16.42",
"@tanstack/react-query-devtools": "^5.64.1",
"@tanstack/router-devtools": "^1.95.6",
"@tanstack/router-plugin": "^1.95.6",
"@tanstack/router-devtools": "^1.97.0",
"@tanstack/router-plugin": "^1.97.0",
"@types/express": "^5.0.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash.isequal": "^4.5.8",
Expand Down
8 changes: 4 additions & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@apollo/server": "^4.11.3",
"@azure/msal-node": "^2.16.2",
"@casl/ability": "^6.7.3",
"@faker-js/faker": "^9.3.0",
"@faker-js/faker": "^9.4.0",
"@freshgum/typedi": "^0.7.2",
"@prisma/client": "^6.2.1",
"@sentry/cli": "^2.40.0",
"@sentry/node": "^8.48.0",
"@sentry/profiling-node": "^8.48.0",
"@sentry/node": "^8.50.0",
"@sentry/profiling-node": "^8.50.0",
"@types/http-errors": "^2.0.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/luxon": "^3.4.2",
Expand All @@ -63,7 +63,7 @@
"croner": "^9.0.0",
"dotenv": "^16.4.7",
"dree": "^5.1.5",
"expo-server-sdk": "^3.12.0",
"expo-server-sdk": "^3.13.0",
"express": "^4.21.2",
"graphql": "^16.10.0",
"graphql-scalars": "^1.24.0",
Expand Down
Loading

0 comments on commit f2c89fe

Please sign in to comment.