Skip to content

Commit

Permalink
chore: bump/tweak deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Aug 5, 2024
1 parent 19a5209 commit 29952aa
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 376 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/settings-plugin/src/main/kotlin/com/facebook/react/ReactSettingsExtension.kt b/settings-plugin/src/main/kotlin/com/facebook/react/ReactSettingsExtension.kt
index 9950a0b7fde1972615baeba943864953f3675a97..fa83c37aecf8400bafed32960d009b43700124e2 100644
index 6d4f60e6fb48cae86610b6f72e8f915738634669..43c6f0d1ef32ed79805cbd6210ed2c927a69a146 100644
--- a/settings-plugin/src/main/kotlin/com/facebook/react/ReactSettingsExtension.kt
+++ b/settings-plugin/src/main/kotlin/com/facebook/react/ReactSettingsExtension.kt
@@ -39,7 +39,7 @@ abstract class ReactSettingsExtension @Inject constructor(val settings: Settings
Expand Down
8 changes: 3 additions & 5 deletions __tests__/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ import {App} from '../App';
import {expect, it} from '@jest/globals';

// Note: test renderer must be required after react-native.
import ReactTestRenderer from 'react-test-renderer';
import renderer from 'react-test-renderer';

/* FIXME: sort out import problems
* (appear to be problems with ESM modules - looks like we need to set up Jest ESM support somehow? hmmm)
* and get tests running, then uncomment
**/
// it('renders correctly', async () => {
// await ReactTestRenderer.act(() => {
// ReactTestRenderer.create(<App />);
// });
// it('renders correctly', () => {
// renderer.create(<App />);
// });

it('is skipped', () => {
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"web-release": "webpack --config config/webpack.config.js --mode=production"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.6.3",
"@gorhom/bottom-sheet": "^4.6.4",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-clipboard/clipboard": "^1.14.1",
Expand All @@ -25,47 +25,47 @@
"@xmldom/xmldom": "^0.8.10",
"babel-plugin-module-resolver": "^5.0.2",
"date-fns": "^3.6.0",
"i18next": "^23.12.1",
"i18next": "^23.12.2",
"intl-pluralrules": "^2.0.1",
"markdown-it-regexp": "^0.4.0",
"mobx": "^6.13.0",
"mobx": "^6.13.1",
"mobx-react-lite": "^4.0.7",
"process": "^0.11.10",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-i18next": "^14.1.3",
"react-native": "^0.75.0-rc.5",
"react-i18next": "^15.0.0",
"react-native": "^0.75.0-rc.6",
"react-native-device-info": "^11.1.0",
"react-native-document-picker": "^9.3.0",
"react-native-gesture-handler": "^2.17.1",
"react-native-gesture-handler": "^2.18.1",
"react-native-get-random-values": "^1.11.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-markdown-display": "^7.0.2",
"react-native-reanimated": "^3.14.0",
"react-native-reanimated": "^3.15.0-nightly-20240804-7df5fd57d",
"react-native-svg": "^15.4.0",
"react-native-vector-icons": "^10.1.0",
"react-native-web": "^0.19.12",
"reanimated-color-picker": "^3.0.4",
"revolt.js": "npm:@rexovolt/revolt.js@^6.3.0"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/runtime": "^7.24.8",
"@react-native/babel-preset": "^0.75.0-rc.5",
"@react-native/eslint-config": "^0.75.0-rc.5",
"@react-native/metro-config": "^0.75.0-rc.5",
"@react-native/typescript-config": "^0.75.0-rc.5",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native/babel-preset": "^0.75.0-rc.6",
"@react-native/eslint-config": "^0.75.0-rc.6",
"@react-native/metro-config": "^0.75.0-rc.6",
"@react-native/typescript-config": "^0.75.0-rc.6",
"@rnx-kit/metro-config": "^1.3.15",
"@rnx-kit/metro-plugin-cyclic-dependencies-detector": "^1.1.2",
"@rnx-kit/metro-plugin-duplicates-checker": "^2.1.3",
"@rnx-kit/metro-serializer": "^1.0.14",
"@svgr/webpack": "^8.1.0",
"@types/assert": "^1.5.10",
"@types/babel__core": "^7.20.5",
"@types/eslint": "^8.56.10",
"@types/eslint": "^8.56.11",
"@types/events": "^3.0.3",
"@types/metro-config": "^0.76.3",
"@types/react": "^18.3.3",
Expand All @@ -83,8 +83,8 @@
"prettier": "^2.8.8",
"react-devtools": "^5.3.1",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "^19.0.0-rc-fb9a90fa48-20240614",
"typescript": "^5.5.3",
"react-test-renderer": "^18.3.1",
"typescript": "^5.5.4",
"url-loader": "^4.1.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
Expand All @@ -93,8 +93,8 @@
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"resolutions": {
"@react-native/gradle-plugin@npm:0.75.0-rc.5": "patch:@react-native/gradle-plugin@npm%3A0.75.0-rc.5#~/.yarn/patches/@react-native-gradle-plugin-npm-0.75.0-rc.5-ac3f592965.patch"
"@react-native/gradle-plugin@npm:0.75.0-rc.6": "patch:@react-native/gradle-plugin@npm%3A0.75.0-rc.6#~/.yarn/patches/@react-native-gradle-plugin-npm-0.75.0-rc.6-3d2b8a2db4.patch"
}
}
Loading

0 comments on commit 29952aa

Please sign in to comment.