Skip to content
Snippets Groups Projects
Commit 36a9fdd4 authored by Patchy's avatar Patchy
Browse files

chore(deps): update react monorepo

parent cd01bb51
No related branches found
No related tags found
No related merge requests found
Showing with 209 additions and 329 deletions
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
"lottie-ios": "4.5.0", "lottie-ios": "4.5.0",
"lottie-react-native": "7.0.0", "lottie-react-native": "7.0.0",
"posthog-react-native": "^3.3.9", "posthog-react-native": "^3.3.9",
"react": "18.2.0", "react": "19.1.0",
"react-i18next": "^15.0.2", "react-i18next": "^15.0.2",
"react-native": "0.74.7", "react-native": "0.74.7",
"react-native-animated-pagination-dot": "^0.4.0", "react-native-animated-pagination-dot": "^0.4.0",
...@@ -93,13 +93,13 @@ ...@@ -93,13 +93,13 @@
"@types/lodash.groupby": "^4.6.9", "@types/lodash.groupby": "^4.6.9",
"@types/lodash.partition": "^4.6.9", "@types/lodash.partition": "^4.6.9",
"@types/lodash.shuffle": "^4.2.9", "@types/lodash.shuffle": "^4.2.9",
"@types/react": "~18.2.79", "@types/react": "~19.1.0",
"@types/react-native-get-random-values": "^1", "@types/react-native-get-random-values": "^1",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"find-yarn-workspace-root": "^2.0.0", "find-yarn-workspace-root": "^2.0.0",
"jest-each": "^29.6.3", "jest-each": "^29.6.3",
"jest-mock-extended": "^3.0.5", "jest-mock-extended": "^3.0.5",
"react-devtools": "4.14.0", "react-devtools": "6.1.1",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "~5.3.3", "typescript": "~5.3.3",
"use-sync-external-store": "^1.1.0" "use-sync-external-store": "^1.1.0"
......
...@@ -35,12 +35,12 @@ ...@@ -35,12 +35,12 @@
"@storybook/nextjs": "^7.6.10", "@storybook/nextjs": "^7.6.10",
"@storybook/react": "^7.6.10", "@storybook/react": "^7.6.10",
"@storybook/testing-library": "^0.2.2", "@storybook/testing-library": "^0.2.2",
"@types/react": "~18.2.45", "@types/react": "~19.1.0",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"babel-plugin-react-native-web": "^0.19.12", "babel-plugin-react-native-web": "^0.19.12",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"react": "18.2.0", "react": "19.1.0",
"react-dom": "18.2.0", "react-dom": "19.1.0",
"react-native-web": "0.19.13", "react-native-web": "0.19.13",
"sass": "^1.56.2", "sass": "^1.56.2",
"sass-loader": "^14.0.0", "sass-loader": "^14.0.0",
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
"posthog-js": "^1.160.1", "posthog-js": "^1.160.1",
"posthog-node": "^4.2.0", "posthog-node": "^4.2.0",
"raf": "^3.4.1", "raf": "^3.4.1",
"react": "18.2.0", "react": "19.1.0",
"react-dom": "18.2.0", "react-dom": "19.1.0",
"react-intersection-observer": "^9.5.2", "react-intersection-observer": "^9.5.2",
"react-multi-carousel": "^2.8.5", "react-multi-carousel": "^2.8.5",
"react-native-gesture-handler": "~2.14.0", "react-native-gesture-handler": "~2.14.0",
...@@ -51,8 +51,8 @@ ...@@ -51,8 +51,8 @@
"@blunck/next-html": "^1.0.0", "@blunck/next-html": "^1.0.0",
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@types/locale": "^0.1.4", "@types/locale": "^0.1.4",
"@types/react": "~18.2.45", "@types/react": "~19.1.0",
"@types/react-dom": "~18.2.19", "@types/react-dom": "~19.1.0",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-config-next": "15.2.4", "eslint-config-next": "15.2.4",
"jotai": "2.4.3", "jotai": "2.4.3",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"@ory/kratos-client": "v1.2.1", "@ory/kratos-client": "v1.2.1",
"graphql": "^16.3.0", "graphql": "^16.3.0",
"graphql-tag": "^2.12.6", "graphql-tag": "^2.12.6",
"react": "18.2.0", "react": "19.1.0",
"react-native": "0.74.7", "react-native": "0.74.7",
"react-native-keyboard-controller": "^1.16.3", "react-native-keyboard-controller": "^1.16.3",
"react-native-phone-number-input": "^2.1.0", "react-native-phone-number-input": "^2.1.0",
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
"@graphql-codegen/typescript-operations": "^4.2.0", "@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0", "@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@graphql-eslint/eslint-plugin": "^3.18.0", "@graphql-eslint/eslint-plugin": "^3.18.0",
"@types/react": "~18.2.45", "@types/react": "~19.1.0",
"@types/tinycolor2": "1.4.6", "@types/tinycolor2": "1.4.6",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0", "eslint-plugin-react-native": "^4.1.0",
"graphql-config": "^4.5.0", "graphql-config": "^4.5.0",
"graphql-scalars": "^1.21.3", "graphql-scalars": "^1.21.3",
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"@types/jest": "^29.5.1", "@types/jest": "^29.5.1",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0", "eslint-plugin-react-native": "^4.1.0",
"jest": "^29.7.0", "jest": "^29.7.0",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0", "eslint-plugin-react-native": "^4.1.0",
"playwright-core": "1.49.1" "playwright-core": "1.49.1"
}, },
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"devDependencies": { "devDependencies": {
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0" "eslint-plugin-react-native": "^4.1.0"
} }
} }
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
"@storybook/testing-library": "^0.2.2", "@storybook/testing-library": "^0.2.2",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0" "eslint-plugin-react-native": "^4.1.0"
} }
} }
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"devDependencies": { "devDependencies": {
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0" "eslint-plugin-react-native": "^4.1.0"
} }
} }
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"devDependencies": { "devDependencies": {
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0" "eslint-plugin-react-native": "^4.1.0"
} }
} }
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"devDependencies": { "devDependencies": {
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0" "eslint-plugin-react-native": "^4.1.0"
} }
} }
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
"@react-native-community/datetimepicker": "8.0.1", "@react-native-community/datetimepicker": "8.0.1",
"expo-image": "~1.13.0", "expo-image": "~1.13.0",
"next": "14.2.26", "next": "14.2.26",
"react": "18.2.0", "react": "19.1.0",
"react-dom": "18.2.0", "react-dom": "19.1.0",
"react-native": "0.74.7", "react-native": "0.74.7",
"react-native-render-html": "^6.3.4", "react-native-render-html": "^6.3.4",
"react-native-svg": "15.2.0", "react-native-svg": "15.2.0",
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
"@storybook/test": "^8.5.8", "@storybook/test": "^8.5.8",
"@testing-library/react": "^16.0.1", "@testing-library/react": "^16.0.1",
"@testing-library/react-native": "^12.7.2", "@testing-library/react-native": "^12.7.2",
"@types/react": "~18.2.79", "@types/react": "~19.1.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"babel-plugin-react-docgen-typescript": "^1.5.1", "babel-plugin-react-docgen-typescript": "^1.5.1",
"babel-plugin-react-native-web": "^0.19.12", "babel-plugin-react-native-web": "^0.19.12",
...@@ -71,8 +71,8 @@ ...@@ -71,8 +71,8 @@
"expo-image": "~1.13.0", "expo-image": "~1.13.0",
"jest": "^29.7.0", "jest": "^29.7.0",
"next": "14.2.26", "next": "14.2.26",
"react": "18.2.0", "react": "19.1.0",
"react-dom": "18.2.0", "react-dom": "19.1.0",
"react-native": "0.74.7", "react-native": "0.74.7",
"react-native-gesture-handler": "~2.16.1", "react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1", "react-native-reanimated": "~3.10.1",
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
"babel-jest": "^29.7.0", "babel-jest": "^29.7.0",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0", "eslint-plugin-react-native": "^4.1.0",
"graphql-tag": "^2.12.6", "graphql-tag": "^2.12.6",
"jest": "^29.7.0", "jest": "^29.7.0",
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
"react-native-web": "^0.19.12" "react-native-web": "^0.19.12"
}, },
"resolutions": { "resolutions": {
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-jsx-a11y": "6.7.1",
"metro": "0.81.1", "metro": "0.81.1",
"metro-resolver": "0.80.12", "metro-resolver": "0.80.12",
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"@types/ramda": "^0.29.1", "@types/ramda": "^0.29.1",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0" "eslint-plugin-react-native": "^4.1.0"
}, },
"type": "module" "type": "module"
......
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
"matrix-js-sdk": "^34.9.0" "matrix-js-sdk": "^34.9.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": "18.2.0", "react": "19.1.0",
"react-native": "0.74.7" "react-native": "0.74.7"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0", "eslint-plugin-react-native": "^4.1.0",
"jest": "^29.6.4", "jest": "^29.6.4",
"jest-offline": "^1.0.1", "jest-offline": "^1.0.1",
......
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
"dependencies": { "dependencies": {
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0", "eslint-plugin-react-native": "^4.1.0",
"react": "18.2.0", "react": "19.1.0",
"react-native": "0.74.7", "react-native": "0.74.7",
"react-native-svg": "15.2.0" "react-native-svg": "15.2.0"
}, },
......
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
"@types/tinycolor2": "1.4.6", "@types/tinycolor2": "1.4.6",
"eslint": "^8.33.0", "eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-native": "^4.1.0", "eslint-plugin-react-native": "^4.1.0",
"lottie-react": "2.4.1", "lottie-react": "2.4.1",
"lottie-react-native": "6.7.2", "lottie-react-native": "6.7.2",
"react": "18.2.0", "react": "19.1.0",
"react-i18next": "^15.0.2", "react-i18next": "^15.0.2",
"react-native": "0.74.7", "react-native": "0.74.7",
"react-native-animated-pagination-dot": "^0.4.0", "react-native-animated-pagination-dot": "^0.4.0",
...@@ -34,14 +34,14 @@ ...@@ -34,14 +34,14 @@
"react-native-render-html": "^6.3.4", "react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.10.9", "react-native-safe-area-context": "4.10.9",
"react-native-svg": "15.2.0", "react-native-svg": "15.2.0",
"react-test-renderer": "18.3.1" "react-test-renderer": "19.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@react-native-community/datetimepicker": "8.0.1", "@react-native-community/datetimepicker": "8.0.1",
"@types/react-transition-group": "^4.4.11", "@types/react-transition-group": "^4.4.11",
"lottie-react": "2.4.1", "lottie-react": "2.4.1",
"lottie-react-native": "6.7.2", "lottie-react-native": "6.7.2",
"react": "18.2.0", "react": "19.1.0",
"react-i18next": "^15.0.2", "react-i18next": "^15.0.2",
"react-native": "0.74.7", "react-native": "0.74.7",
"react-native-animated-pagination-dot": "^0.4.0", "react-native-animated-pagination-dot": "^0.4.0",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment