Skip to content

Commit

Permalink
Upgrade react-native and fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
SjaakSchilperoort committed Dec 18, 2024
1 parent 1df76aa commit 851ddd6
Show file tree
Hide file tree
Showing 2 changed files with 1,020 additions and 1,588 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@observation.org/react-native-components",
"version": "1.48.0",
"version": "1.49.0",
"main": "src/index.ts",
"repository": "[email protected]:observation/react-native-components.git",
"author": "Observation.org",
Expand All @@ -9,11 +9,11 @@
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@react-native/eslint-config": "0.75.3",
"@react-native/metro-config": "0.75.3",
"@react-native/typescript-config": "0.75.3",
"@react-native/eslint-config": "0.76.5",
"@react-native/metro-config": "0.76.5",
"@react-native/typescript-config": "0.76.5",
"@react-navigation/native": "^6.1.18",
"@rnx-kit/align-deps": "^3.0.1",
"@rnx-kit/align-deps": "^3.0.2",
"@testing-library/react-native": "^12.7.2",
"@types/color": "^3.0.6",
"@types/jest": "^29.5.13",
Expand All @@ -31,7 +31,7 @@
"jest": "^29.7.0",
"prettier": "^3.3.3",
"react": "18.3.1",
"react-native": "0.75.3",
"react-native": "0.76.5",
"react-native-render-html": "^6.3.4",
"react-test-renderer": "18.3.1",
"ts-jest": "^29.2.5",
Expand All @@ -50,13 +50,13 @@
"peerDependencies": {
"@react-navigation/native": "^6.0.8",
"react": "18.3.1",
"react-native": "0.75.3",
"react-native": "0.76.5",
"react-native-render-html": "^6.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/pro-light-svg-icons": "^6.6.0",
"@fortawesome/pro-solid-svg-icons": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/pro-light-svg-icons": "^6.7.2",
"@fortawesome/pro-solid-svg-icons": "^6.7.2",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@observation.org/react-native-image-viewing": "https://github.com/observation/react-native-image-viewing",
"@react-native-community/blur": "^4.4.1",
Expand All @@ -71,10 +71,10 @@
"alignDeps": {
"requirements": {
"development": [
"react-native@0.75"
"react-native@0.76"
],
"production": [
"react-native@>=0.75"
"react-native@>=0.76"
]
},
"capabilities": [
Expand Down
Loading

0 comments on commit 851ddd6

Please sign in to comment.