Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade dependencies #1866

Merged
merged 4 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include ':capacitor-launch-native'
project(':capacitor-launch-native').projectDir = new File('../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-launch-native/android')

include ':capacitor-plugin-safe-area'
project(':capacitor-plugin-safe-area').projectDir = new File('../node_modules/.pnpm/capacitor-plugin-safe-area@3.0.4_@[email protected]/node_modules/capacitor-plugin-safe-area/android')
project(':capacitor-plugin-safe-area').projectDir = new File('../node_modules/.pnpm/capacitor-plugin-safe-area@4.0.0_@[email protected]/node_modules/capacitor-plugin-safe-area/android')

include ':capacitor-reader'
project(':capacitor-reader').projectDir = new File('../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-reader/android')
Expand Down
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
eslintConfigPrettier,
// @ts-expect-error Malformed types
reactPlugin.configs.flat.recommended,
// @ts-expect-error Malformed types
reactPlugin.configs.flat["jsx-runtime"],
{
// TODO replace with https://github.com/facebook/react/pull/30774
Expand Down
2 changes: 1 addition & 1 deletion ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def capacitor_pods
pod 'CapacitorBiometricLock', :path => '../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-biometric-lock'
pod 'CapacitorClearCache', :path => '../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-clear-cache'
pod 'CapacitorLaunchNative', :path => '../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-launch-native'
pod 'CapacitorPluginSafeArea', :path => '../../node_modules/.pnpm/capacitor-plugin-safe-area@3.0.4_@[email protected]/node_modules/capacitor-plugin-safe-area'
pod 'CapacitorPluginSafeArea', :path => '../../node_modules/.pnpm/capacitor-plugin-safe-area@4.0.0_@[email protected]/node_modules/capacitor-plugin-safe-area'
pod 'CapacitorReader', :path => '../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-reader'
pod 'CapacitorShareSafari', :path => '../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-share-safari'
pod 'CapacitorStashMedia', :path => '../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-stash-media'
Expand Down
10 changes: 5 additions & 5 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PODS:
- Capacitor
- CapacitorNetwork (7.0.0):
- Capacitor
- CapacitorPluginSafeArea (3.0.4):
- CapacitorPluginSafeArea (4.0.0):
- Capacitor
- CapacitorReader (1.0.0):
- Capacitor
Expand Down Expand Up @@ -59,7 +59,7 @@ DEPENDENCIES:
- "CapacitorKeyboard (from `../../node_modules/.pnpm/@[email protected]_patch_hash=a9b910edbb5059e863b0b44c347168d2bf0b0a421868be03f7_7fa9f73596a3c66c6ad827db199ae4cb/node_modules/@capacitor/keyboard`)"
- "CapacitorLaunchNative (from `../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-launch-native`)"
- "CapacitorNetwork (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/network`)"
- "CapacitorPluginSafeArea (from `../../node_modules/.pnpm/capacitor-plugin-safe-area@3.0.4_@[email protected]/node_modules/capacitor-plugin-safe-area`)"
- "CapacitorPluginSafeArea (from `../../node_modules/.pnpm/capacitor-plugin-safe-area@4.0.0_@[email protected]/node_modules/capacitor-plugin-safe-area`)"
- "CapacitorReader (from `../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-reader`)"
- "CapacitorShare (from `../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/share`)"
- "CapacitorShareSafari (from `../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-share-safari`)"
Expand Down Expand Up @@ -100,7 +100,7 @@ EXTERNAL SOURCES:
CapacitorNetwork:
:path: "../../node_modules/.pnpm/@[email protected]_@[email protected]/node_modules/@capacitor/network"
CapacitorPluginSafeArea:
:path: "../../node_modules/.pnpm/capacitor-plugin-safe-area@3.0.4_@[email protected]/node_modules/capacitor-plugin-safe-area"
:path: "../../node_modules/.pnpm/capacitor-plugin-safe-area@4.0.0_@[email protected]/node_modules/capacitor-plugin-safe-area"
CapacitorReader:
:path: "../../node_modules/.pnpm/[email protected]_@[email protected]/node_modules/capacitor-reader"
CapacitorShare:
Expand Down Expand Up @@ -130,7 +130,7 @@ SPEC CHECKSUMS:
CapacitorKeyboard: 4db71e694e7afb5d7c0be09b05495c19f7d6c914
CapacitorLaunchNative: f240ccd104744333a31a2e214c2c03d2b7ecb1da
CapacitorNetwork: 30c2e78a0ed32530656cb426c8ee6c2caec10dbf
CapacitorPluginSafeArea: f096bc36693251a7e55fc3571487dd337c0ddb6a
CapacitorPluginSafeArea: 22031c3436269ca80fac90ec2c94bc7c1e59a81d
CapacitorReader: bd547466c545e7349229ac9caa0a380512e95b3f
CapacitorShare: d94c53d7656f1ce8f6712ae8d19ab0c18a69259f
CapacitorShareSafari: a93db1a2ae68b956283b9b868ca9a7c474af52bd
Expand All @@ -140,6 +140,6 @@ SPEC CHECKSUMS:
CapacitorTips: 26a439aa3145c67a72a2d0659f900021530992e4
SDWebImage: 73c6079366fea25fa4bb9640d5fb58f0893facd8

PODFILE CHECKSUM: 04e7a50c02fae1c848933ee7d1599ac8ad116956
PODFILE CHECKSUM: 0f98b0510c91eb287d3e3ac90d457265201020ee

COCOAPODS: 1.16.2
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"pnpm": {
"overrides": {
"@ionic/core": "npm:[email protected].1"
"@ionic/core": "npm:[email protected].3"
},
"patchedDependencies": {
"@capacitor/haptics": "patches/@[email protected]",
Expand Down Expand Up @@ -63,17 +63,17 @@
"@capacitor/splash-screen": "^7.0.0",
"@capacitor/status-bar": "^7.0.0",
"@github/markdown-toolbar-element": "^2.2.3",
"@ionic/core": "npm:[email protected].1",
"@ionic/react": "8.4.2",
"@ionic/react-router": "8.4.2",
"@mantine/hooks": "^7.16.1",
"@reduxjs/toolkit": "^2.5.0",
"@ionic/core": "npm:[email protected].3",
"@ionic/react": "8.4.3",
"@ionic/react-router": "8.4.3",
"@mantine/hooks": "^7.17.0",
"@reduxjs/toolkit": "^2.6.0",
"capacitor-android-nav-mode": "^2.0.0",
"capacitor-application-context": "^2.0.0",
"capacitor-biometric-lock": "^2.0.0",
"capacitor-clear-cache": "^2.0.0",
"capacitor-launch-native": "^2.0.0",
"capacitor-plugin-safe-area": "^3.0.4",
"capacitor-plugin-safe-area": "^4.0.0",
"capacitor-reader": "^1.0.0",
"capacitor-share-safari": "^0.1.1",
"capacitor-stash-media": "^3.0.0",
Expand All @@ -83,8 +83,8 @@
"date-fns": "^4.1.0",
"dexie": "^4.0.11",
"dexie-export-import": "^4.1.4",
"es-toolkit": "^1.31.0",
"eslint-plugin-perfectionist": "^4.7.0",
"es-toolkit": "^1.32.0",
"eslint-plugin-perfectionist": "^4.9.0",
"history": "^4.10.1",
"immer": "^10.1.1",
"ionicons": "^7.4.0",
Expand All @@ -95,69 +95,69 @@
"micromark-extension-gfm-strikethrough": "^2.1.0",
"micromark-extension-gfm-table": "^2.1.1",
"micromark-util-combine-extensions": "^2.0.1",
"modern-screenshot": "^4.5.5",
"motion": "^11.18.2",
"modern-screenshot": "^4.6.0",
"motion": "^12.4.7",
"photoswipe": "^5.4.4",
"react": "0.0.0-experimental-de1eaa26-20250124",
"react": "0.0.0-experimental-25677265-20250224",
"react-animate-height": "^3.2.3",
"react-dom": "0.0.0-experimental-de1eaa26-20250124",
"react-dom": "0.0.0-experimental-25677265-20250224",
"react-error-boundary": "^5.0.0",
"react-intersection-observer": "^9.15.1",
"react-markdown": "^9.0.3",
"react-markdown": "^10.0.0",
"react-redux": "^9.2.0",
"react-reverse-portal": "^2.1.2",
"react-reverse-portal": "^2.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-textarea-autosize": "^8.5.7",
"react-transition-state": "^2.2.0",
"rehype-highlight": "^7.0.1",
"react-transition-state": "^2.3.0",
"rehype-highlight": "^7.0.2",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"remark-supersub-lemmy": "^1.0.0",
"ua-parser-js": "^2.0.0",
"ua-parser-js": "^2.0.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"use-long-press": "^3.2.0",
"virtua": "^0.39.3"
"virtua": "^0.40.0"
},
"devDependencies": {
"@capacitor/cli": "^7.0.1",
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.21.0",
"@ionic/cli": "^7.2.0",
"@playwright/test": "^1.50.0",
"@playwright/test": "^1.50.1",
"@trapezedev/configure": "^7.1.3",
"@types/history": "^4.7.11",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.10",
"@types/node": "^22.13.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-legacy": "^6.0.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "0.0.0-experimental-b74faa7-20250124",
"eslint": "^9.19.0",
"babel-plugin-react-compiler": "0.0.0-experimental-e1e972c-20250224",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "0.0.0-experimental-b74faa7-20250124",
"eslint-plugin-react-hooks": "0.0.0-experimental-de1eaa26-20250124",
"eslint-plugin-react-compiler": "0.0.0-experimental-e1e972c-20250224",
"eslint-plugin-react-hooks": "0.0.0-experimental-25677265-20250224",
"eslint-plugin-vitest": "^0.5.4",
"jsdom": "^26.0.0",
"mdast-util-lemmy-spoiler": "^2.0.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"pwa-asset-generator": "^6.4.0",
"release-it": "^18.1.2",
"typed-css-modules": "^0.9.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11",
"typescript-eslint": "^8.25.0",
"vite": "^6.1.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-svgr": "^4.3.0",
"vitest": "3.0.4"
"vitest": "^3.0.7"
}
}
Loading
Loading