upgrade deps

This commit is contained in:
Fabian Freund
2026-06-21 11:59:37 +02:00
parent 4a5856f143
commit f6930a7c14
10 changed files with 1036 additions and 1767 deletions
@@ -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")
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,
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"
}
}