Skip to content

Commit

Permalink
(chore) Upgrade dependencies (aeharding#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Nov 3, 2024
1 parent ee01ff7 commit f11fd6b
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 149 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.android.tools.build:gradle:8.7.2'
classpath 'com.google.gms:google-services:4.4.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
5 changes: 3 additions & 2 deletions android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#Sun Nov 03 15:54:48 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
"generate:splash": "pnpm generate:splash:dark && pnpm generate:splash:light",
"capacitor:copy:before": "rm -rf $CAPACITOR_WEB_DIR/splash && rm -rf $CAPACITOR_WEB_DIR/screenshots",
"capacitor:sync:before": "rm dist/pro-manifest.json dist/live-update-manifest.json",
"upgrade:packageManager": "corepack use pnpm@latest"
"upgrade:packageManager": "corepack use pnpm@latest",
"upgrade:react": "pnpm i --save react@experimental react-dom@experimental babel-plugin-react-compiler@experimental eslint-plugin-react-compiler@experimental eslint-plugin-react-hooks@experimental"
},
"pnpm": {
"overrides": {
"@ionic/core": "npm:[email protected].3"
"@ionic/core": "npm:[email protected].4"
},
"patchedDependencies": {
"@capacitor/browser": "patches/@[email protected]",
Expand All @@ -32,6 +33,7 @@
"updateConfig": {
"ignoreDependencies": [
"history",
"@types/history",
"react-router",
"react-router-dom",
"@types/react-router",
Expand All @@ -56,9 +58,9 @@
"@capacitor/share": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@github/markdown-toolbar-element": "^2.2.3",
"@ionic/core": "npm:[email protected].3",
"@ionic/react": "8.3.3",
"@ionic/react-router": "8.3.3",
"@ionic/core": "npm:[email protected].4",
"@ionic/react": "8.3.4",
"@ionic/react-router": "8.3.4",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@mantine/hooks": "^7.13.4",
Expand Down Expand Up @@ -90,9 +92,9 @@
"micromark-util-combine-extensions": "^2.0.0",
"modern-screenshot": "^4.4.39",
"photoswipe": "^5.4.4",
"react": "0.0.0-experimental-603e6108-20241029",
"react": "0.0.0-experimental-7c8e5e7a-20241101",
"react-animate-height": "^3.2.3",
"react-dom": "0.0.0-experimental-603e6108-20241029",
"react-dom": "0.0.0-experimental-7c8e5e7a-20241101",
"react-error-boundary": "^4.1.2",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
Expand All @@ -113,8 +115,8 @@
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-long-press": "^3.2.0",
"uuid": "^10.0.0",
"virtua": "^0.35.1",
"uuid": "^11.0.2",
"virtua": "^0.36.2",
"workbox-window": "^7.3.0"
},
"devDependencies": {
Expand Down Expand Up @@ -142,12 +144,12 @@
"@vitejs/plugin-react": "^4.3.3",
"@wyw-in-js/babel-preset": "^0.5.4",
"@wyw-in-js/vite": "^0.5.4",
"babel-plugin-react-compiler": "0.0.0-experimental-63b359f-20241029",
"babel-plugin-react-compiler": "0.0.0-experimental-63b359f-20241031",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-63b359f-20241029",
"eslint-plugin-react-hooks": "0.0.0-experimental-603e6108-20241029",
"eslint-plugin-react-compiler": "0.0.0-experimental-63b359f-20241031",
"eslint-plugin-react-hooks": "0.0.0-experimental-7c8e5e7a-20241101",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^15.11.0",
"jsdom": "^25.0.1",
Expand Down
Loading

0 comments on commit f11fd6b

Please sign in to comment.