upgrade deps
This commit is contained in:
@@ -79,7 +79,7 @@ android {
|
||||
}
|
||||
because 'home_widget uses 1.+ and newer alpha releases require AGP 9.1 and compileSdk 37'
|
||||
}
|
||||
implementation 'com.google.android.material:material:1.13.0'
|
||||
implementation 'com.google.android.material:material:1.14.0'
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
|
||||
@@ -25,7 +25,7 @@ dependencies:
|
||||
fading_scroll: ^0.9.4
|
||||
fancy_password_field: ^2.0.8
|
||||
fast_equatable: ^1.3.1
|
||||
file_picker: ^12.0.0-beta.5
|
||||
file_picker: ^12.0.0-beta.7
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_auto_size_text: ^5.0.0
|
||||
@@ -65,7 +65,7 @@ dependencies:
|
||||
nullability: ^1.0.0
|
||||
package_info_plus: ^10.1.0
|
||||
path: ^1.9.1
|
||||
path_provider: ^2.1.5
|
||||
path_provider: ^2.1.6
|
||||
permission_handler: ^12.0.3
|
||||
pretty_qr_code: ^3.6.0
|
||||
privacypass_client:
|
||||
@@ -105,8 +105,8 @@ dependencies:
|
||||
socks5_proxy: ^2.1.1
|
||||
speech_to_text_dialog:
|
||||
path: ../../packages/speech_to_text_dialog
|
||||
sqlite3: ^3.3.2
|
||||
supabase: ^2.12.2
|
||||
sqlite3: ^3.3.3
|
||||
supabase: ^2.13.0
|
||||
synchronized: ^3.4.1
|
||||
text_scroll: ^0.2.1
|
||||
timeago: ^3.7.1
|
||||
|
||||
Generated
+13
-14
@@ -5,7 +5,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"dependencies": {
|
||||
"svgtofont": "^6.5.1"
|
||||
"svgtofont": "^6.5.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@isaacs/cliui": {
|
||||
@@ -127,13 +127,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@xmldom/xmldom": {
|
||||
"version": "0.7.13",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.13.tgz",
|
||||
"integrity": "sha512-lm2GW5PkosIzccsaZIz7tp8cPADSIlIHWDFTR1N0SzfinhhYgeIQjFMz4rYzanCScr3DqQLeomUDArp6MWKm+g==",
|
||||
"deprecated": "this version has critical issues, please update to the latest version",
|
||||
"version": "0.9.10",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
|
||||
"integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=14.6"
|
||||
}
|
||||
},
|
||||
"node_modules/a-sync-waterfall": {
|
||||
@@ -2018,12 +2017,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/svg2ttf": {
|
||||
"version": "6.0.3",
|
||||
"resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-6.0.3.tgz",
|
||||
"integrity": "sha512-CgqMyZrbOPpc+WqH7aga4JWkDPso23EgypLsbQ6gN3uoPWwwiLjXvzgrwGADBExvCRJrWFzAeK1bSoSpE7ixSQ==",
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-6.1.0.tgz",
|
||||
"integrity": "sha512-EjxgcmhKcBpx/3fR1hPwVtJAbUc/ZsDpwOTF74SI3PbzCg4pDHnxVmoSuqgEqxVJGqqkSCI6+82cucpn2D5aOw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.7.2",
|
||||
"@xmldom/xmldom": "^0.9.10",
|
||||
"argparse": "^2.0.1",
|
||||
"cubic2quad": "^1.2.1",
|
||||
"lodash": "^4.17.10",
|
||||
@@ -2109,9 +2108,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/svgtofont": {
|
||||
"version": "6.5.1",
|
||||
"resolved": "https://registry.npmjs.org/svgtofont/-/svgtofont-6.5.1.tgz",
|
||||
"integrity": "sha512-qhKdsOBV83o3elEQP//lnEqyhyVfwvnspIqtnPSSxJAHK1Ze8/ELo13Ax28rJiN+2NkikVQEYePsM7ECYHJXBQ==",
|
||||
"version": "6.5.2",
|
||||
"resolved": "https://registry.npmjs.org/svgtofont/-/svgtofont-6.5.2.tgz",
|
||||
"integrity": "sha512-D9aqybvt3yXIi4RLPbPDXwX9fvoTKN8HeiBeRA7Yb+5TtfdF9Bz9/TGZHEu+hlRtAmlZ3YBBluElfy9BMitcoA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"auto-config-loader": "^2.0.0",
|
||||
@@ -2120,7 +2119,7 @@
|
||||
"fs-extra": "~11.2.0",
|
||||
"image2uri": "^2.1.2",
|
||||
"nunjucks": "^3.2.4",
|
||||
"svg2ttf": "~6.0.3",
|
||||
"svg2ttf": "~6.1.0",
|
||||
"svgicons2svgfont": "~15.0.0",
|
||||
"svgo": "~3.3.0",
|
||||
"ttf2eot": "~3.1.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"svgtofont": "^6.5.1"
|
||||
"svgtofont": "^6.5.2"
|
||||
},
|
||||
"scripts": {
|
||||
"svgtofont": "svgtofont --sources ./src/assets/icons --output ./src/assets/generated-icons"
|
||||
|
||||
@@ -140,19 +140,19 @@ dependencies {
|
||||
implementation "org.mozilla.components:service-firefox-accounts:$mozillaComponentsVersion"
|
||||
implementation "org.mozilla.components:support-appservices:$mozillaComponentsVersion"
|
||||
implementation "org.ironfoxoss.unifiedpush:unifiedpush:151.0.0"
|
||||
implementation ('org.unifiedpush.android:connector:3.3.2') {
|
||||
implementation ('org.unifiedpush.android:connector:3.3.3') {
|
||||
exclude group: 'com.google.protobuf', module: 'protobuf-java'
|
||||
}
|
||||
|
||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0'
|
||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||
implementation 'com.google.android.material:material:1.13.0'
|
||||
implementation 'com.google.android.material:material:1.14.0'
|
||||
implementation 'com.mikepenz:iconics-core:5.5.0'
|
||||
implementation 'com.mikepenz:community-material-typeface:7.0.96.2-kotlin@aar'
|
||||
//https://stackoverflow.com/questions/73782320/onbackinvokedcallback-is-not-enabled-for-the-application-in-set-androidenableo
|
||||
implementation 'androidx.activity:activity-ktx:1.13.0'
|
||||
implementation 'androidx.paging:paging-runtime-ktx:3.4.2'
|
||||
implementation 'androidx.paging:paging-runtime-ktx:3.5.0'
|
||||
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test")
|
||||
testImplementation("org.mockito:mockito-core:5.23.0")
|
||||
|
||||
+191
-784
File diff suppressed because it is too large
Load Diff
@@ -34,20 +34,20 @@
|
||||
"@types/chai": "^5.2.3",
|
||||
"@types/firefox-webext-browser": "^143.0.0",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"addons-linter": "^10.4.0",
|
||||
"addons-linter": "^10.7.0",
|
||||
"chai": "^6.2.2",
|
||||
"copy-webpack-plugin": "^14.0.0",
|
||||
"esm": "^3.2.25",
|
||||
"sinon-chrome": "^3.0.1",
|
||||
"standardx": "^7.0.0",
|
||||
"ts-loader": "^9.5.7",
|
||||
"ts-loader": "^9.6.1",
|
||||
"ts-mocha": "^11.1.0",
|
||||
"ts-standard": "^12.0.2",
|
||||
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
||||
"typescript": "^5.9.3",
|
||||
"web-ext": "^9.4.0",
|
||||
"webpack": "^5.106.2",
|
||||
"webpack-cli": "^6.0.1"
|
||||
"web-ext": "^10.4.0",
|
||||
"webpack": "^5.107.2",
|
||||
"webpack-cli": "^7.0.3"
|
||||
},
|
||||
"standardx": {
|
||||
"cache": false,
|
||||
|
||||
+810
-947
File diff suppressed because it is too large
Load Diff
@@ -11,17 +11,17 @@
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@mozilla/readability": "^0.6.0",
|
||||
"remove-markdown": "^0.6.3",
|
||||
"remove-markdown": "^0.6.4",
|
||||
"turndown": "^7.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.29.0",
|
||||
"@babel/preset-env": "^7.29.3",
|
||||
"@babel/core": "^8.0.1",
|
||||
"@babel/preset-env": "^8.0.2",
|
||||
"babel-loader": "^10.1.1",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"terser-webpack-plugin": "^5.5.0",
|
||||
"webpack": "^5.106.2",
|
||||
"terser-webpack-plugin": "^5.6.1",
|
||||
"webpack": "^5.107.2",
|
||||
"webpack-bundle-analyzer": "^5.3.0",
|
||||
"webpack-cli": "^6.0.1"
|
||||
"webpack-cli": "^7.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,8 +69,8 @@ android {
|
||||
compileOnly(files(weblibreGoMobileAar))
|
||||
|
||||
// Coroutines for async operations
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0")
|
||||
|
||||
// Testing
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test")
|
||||
|
||||
Reference in New Issue
Block a user