Skip to content

Commit

Permalink
update to Expo SDK 52 and Next 15 (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Nov 12, 2024
1 parent 88419fd commit 1846899
Show file tree
Hide file tree
Showing 3 changed files with 2,085 additions and 2,548 deletions.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const withBundleAnalyzer = BundleAnalyzer({

export default withPlugins([withExpo, withImages, withFonts, withBundleAnalyzer], {
productionBrowserSourceMaps: true,
swcMinify: true,
eslint: {
ignoreDuringBuilds: true,
},
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,51 +20,51 @@
"eslint-plugin-react-hooks": "~4"
},
"dependencies": {
"@expo/html-elements": "^0.10.1",
"@expo/html-elements": "^0.11.0",
"@expo/match-media": "^0.4.0",
"@jlengstorf/get-share-image": "^1.0.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-picker/picker": "^2.8.1",
"@sentry/react": "^8.33.1",
"@vercel/blob": "^0.25.0",
"expo": "^51.0.36",
"expo-font": "~12.0.10",
"@react-native-picker/picker": "^2.9.0",
"@sentry/react": "^8.38.0",
"@vercel/blob": "^0.26.0",
"expo": "^52.0.3",
"expo-font": "~13.0.1",
"lodash": "^4.17.21",
"next": "^14.2.14",
"next": "^15.0.3",
"node-emoji": "^2.1.3",
"react": "18.2.0",
"react": "^18.3.1",
"react-content-loader": "^7.0.2",
"react-dom": "18.2.0",
"react-dom": "^18.3.1",
"react-easy-linkify": "^1.0.8",
"react-native": "0.75.4",
"react-native-safe-area-context": "^4.11.0",
"react-native": "^0.76.1",
"react-native-safe-area-context": "^4.14.0",
"react-native-svg": "15.4.0",
"react-native-web": "^0.19.12",
"react-native-web": "^0.19.13",
"react-native-web-hooks": "^3.0.2",
"use-debounce": "^10.0.3"
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@expo/next-adapter": "^6.0.0",
"@next/bundle-analyzer": "^14.2.14",
"@types/react": "^18.2.79",
"@next/bundle-analyzer": "^15.0.3",
"@types/react": "^18.3.12",
"ajv-cli": "^5.0.0",
"browserslist": "^4.24.0",
"browserslist": "^4.24.2",
"cheerio": "^1.0.0",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.14",
"eslint-config-universe": "14.0.0-canary-20240927-ab8a962",
"eslint-config-next": "^15.0.3",
"eslint-config-universe": "14.0.0",
"isomorphic-fetch": "^3.0.0",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"next-compose-plugins": "^2.2.1",
"next-fonts": "^1.5.1",
"next-images": "^1.8.5",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"typescript": "5.5.4",
"typescript": "5.6.3",
"user-agent-data-types": "^0.4.2"
},
"private": true,
Expand Down
Loading

0 comments on commit 1846899

Please sign in to comment.