Skip to content

Commit

Permalink
chore(deps): update minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 9, 2022
1 parent 49f43a6 commit 7aa8241
Show file tree
Hide file tree
Showing 8 changed files with 475 additions and 366 deletions.
2 changes: 1 addition & 1 deletion Helium4/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.2.1")
classpath("com.android.tools.build:gradle:7.2.2")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-download-task:4.1.2")
// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion Helium4/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android.useAndroidX=true
android.enableJetifier=true

# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.154.0
FLIPPER_VERSION=0.157.0

# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
Expand Down
2 changes: 1 addition & 1 deletion Helium4/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
12 changes: 6 additions & 6 deletions Helium4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"@qlik/react-native-helium": "link:../",
"@qlik/carbon-core": "1.0.6",
"extend": "3.0.2",
"picasso-plugin-q": "1.6.0",
"picasso.js": "1.6.0",
"picasso-plugin-q": "1.6.1",
"picasso.js": "1.6.1",
"react": "17.0.2",
"react-native": "0.69.1"
"react-native": "0.69.4"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/runtime": "7.18.6",
"@babel/core": "7.18.10",
"@babel/runtime": "7.18.9",
"@react-native-community/eslint-config": "2.0.0",
"babel-jest": "26.6.3",
"eslint": "7.32.0",
"glob-to-regexp": "0.4.1",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.71.3",
"metro-react-native-babel-preset": "0.72.0",
"react-test-renderer": "17.0.2"
},
"jest": {
Expand Down
365 changes: 210 additions & 155 deletions Helium4/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:7.2.1"
classpath "com.android.tools.build:gradle:7.2.2"
// noinspection DifferentKotlinGradleVersion
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@react-native-community/eslint-config": "3.0.3",
"@react-native-community/eslint-config": "3.1.0",
"@types/jest": "27.5.2",
"@types/react": "17.0.47",
"@types/react-native": "0.69.3",
"eslint": "8.20.0",
"@types/react": "17.0.48",
"@types/react-native": "0.69.5",
"eslint": "8.21.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "26.6.3",
"picasso.js": "1.6.0",
"picasso.js": "1.6.1",
"prettier": "2.7.1",
"react": "17.0.2",
"react-native": "0.69.1",
"react-native": "0.69.4",
"react-native-uuid": "2.0.1",
"typescript": "4.7.4"
},
Expand Down
Loading

0 comments on commit 7aa8241

Please sign in to comment.