Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Mar 24, 2021
1 parent d130b25 commit eb8b448
Show file tree
Hide file tree
Showing 3 changed files with 3,772 additions and 3,031 deletions.
8 changes: 2 additions & 6 deletions native/androidTest/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ android {

packagingOptions {
pickFirst '**/libjsc.so'
pickFirst '**/libc++_shared.so'
}
}

Expand All @@ -165,6 +166,7 @@ configurations {
dependencies {
ktlint "com.github.shyiko:ktlint:0.31.0"
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "org.webkit:android-jsc:+"
implementation project(':watermelondb')
implementation project(':watermelondb-jsi')
implementation 'androidx.appcompat:appcompat:1.0.2'
Expand Down Expand Up @@ -194,12 +196,6 @@ task ktlintFormat(type: JavaExec, group: "formatting") {
args "-F", "../../**/*.kt"
}

configurations.all {
resolutionStrategy {
force 'org.webkit:android-jsc:r241213'
}
}


repositories {
mavenCentral()
Expand Down
30 changes: 14 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,38 +105,36 @@
"big-list-of-naughty-strings": "https://github.com/radex/big-list-of-naughty-strings#8346238a82f1e3a6f62389def1e668d80e4023fb",
"cavy": "git+https://github.com/Nozbe/cavy.git",
"chokidar": "^3.0.0",
"concurrently": "^4.0.1",
"eslint": "^6.2.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-flowtype": "^4.0.0",
"concurrently": "^6.0.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^22.15.1",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.15.0",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"execa": "^2.0.0",
"fake-indexeddb": "^3.0.0",
"fast-async": "^7.0",
"flow-bin": "npm:@nozbe/[email protected]",
"fs-extra": "^8.0.0",
"glob-to-regexp": "^0.4.1",
"inquirer": "^7.0.0",
"jest": "24.1.0",
"jsc-android": "^241213.1.0",
"jest": "26.6.3",
"jsc-android": "npm:@kudo-ci/[email protected]",
"json-stringify-pretty-compact": "^2.0.0",
"klaw-sync": "^6.0.0",
"listr": "^0.14.1",
"listr-input": "^0.2.0",
"lodash.clonedeep": "^4.5.0",
"mkdirp": "^0.5.1",
"p-timeout": "^3.0.0",
"prettier": "^1.14.2",
"prettier-eslint": "^9.0.0",
"prettier-eslint-cli": "^4.7.1",
"prettier-eslint-cli": "^5.0.0",
"rambdax": "2.15.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-native": "^0.59.3",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-native": "0.63.4",
"react-test-renderer": "16.11.0",
"rimraf": "^3.0.0",
"semver": "^6.0.0",
Expand Down
Loading

0 comments on commit eb8b448

Please sign in to comment.