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] authored Oct 4, 2022
1 parent 111fb22 commit 0acc04c
Show file tree
Hide file tree
Showing 10 changed files with 1,468 additions and 1,062 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cancel_workflow/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ runs:
steps:
- name: Cancel previous run
if: ${{ github.ref != 'refs/heads/master' }}
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.1
2 changes: 1 addition & 1 deletion example/Galaxy/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.4
2.7.6
2 changes: 1 addition & 1 deletion example/Galaxy/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"

debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni'
Expand Down
2 changes: 1 addition & 1 deletion example/Galaxy/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
classpath("com.android.tools.build:gradle:7.3.0")
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 example/Galaxy/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.125.0
FLIPPER_VERSION=0.164.0

# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
Expand Down
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.3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
58 changes: 29 additions & 29 deletions example/Galaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,49 +10,49 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@nebula.js/stardust": "2.10.0",
"@nebula.js/stardust": "2.13.0",
"@qlik-trial/sense-themes-default": "1.15.0",
"@qlik/carbon-core": "link:../../../carbon-core",
"@qlik/react-native-carbon": "link:../../",
"@qlik/react-native-helium": "link:../../../react-native-helium",
"@qlik/sn-treemap": "^1.0.0-alpha.12",
"@qlik/sn-treemap": "1.0.0-alpha.12",
"@nebula.js/react-native-sn-kpi": "file:../../prebuilt/nebula.js-react-native-sn-kpi-0.9.0-alpha.34.tgz",
"@react-native-async-storage/async-storage": "^1.17.4",
"d3": "7.3.0",
"@react-native-async-storage/async-storage": "1.17.4",
"d3": "7.6.1",
"d3-hierarchy": "3.1.2",
"d3-path": "3.0.1",
"enigma.js": "2.7.3",
"enigma.js": "2.10.0",
"eventemitter3": "4.0.7",
"extend": "3.0.2",
"jotai": "^1.6.6",
"jotai": "1.6.6",
"lodash": "4.17.21",
"picasso-plugin-q": "^1.6.0",
"picasso.js": "^1.6.0",
"picasso-plugin-q": "1.6.0",
"picasso.js": "1.6.0",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "^2.4.2",
"react-native-paper": "^4.12.1",
"react-native-reanimated": "^2.8.0",
"react-native-safe-area-context": "3.3.2",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.1.0"
"react-native": "0.70.2",
"react-native-gesture-handler": "2.4.2",
"react-native-paper": "4.12.1",
"react-native-reanimated": "2.8.0",
"react-native-safe-area-context": "3.4.1",
"react-native-uuid": "2.0.1",
"react-native-vector-icons": "9.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.67.3",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.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.67.0",
"@babel/core": "7.17.10",
"@babel/runtime": "7.17.9",
"@react-native-community/eslint-config": "2.0.0",
"@types/jest": "26.0.24",
"@types/react-native": "0.67.6",
"@types/react-test-renderer": "17.0.2",
"@typescript-eslint/eslint-plugin": "5.23.0",
"@typescript-eslint/parser": "5.23.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.67.0",
"react-test-renderer": "17.0.2",
"typescript": "^4.4.4"
"typescript": "4.6.4"
},
"resolutions": {
"@types/react": "^17"
Expand Down
Loading

0 comments on commit 0acc04c

Please sign in to comment.