From 0a8297502e7253923854d0a6d571c1eaa3d74b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Thu, 23 Jan 2025 15:19:59 +0100 Subject: [PATCH 1/2] feat: Remove @react-navigation/routers --- package.json | 1 - yarn.lock | 7 ------- 2 files changed, 8 deletions(-) diff --git a/package.json b/package.json index bf952da2c..facc320e8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "@react-native-firebase/messaging": "^14.12.0", "@react-native/metro-config": "^0.72.12", "@react-navigation/native": "^6.1.1", - "@react-navigation/routers": "6.1.9", "@react-navigation/stack": "^6.3.10", "@reduxjs/toolkit": "^1.9.1", "@sentry/integrations": "7.114.0", diff --git a/yarn.lock b/yarn.lock index cedaa8ef6..156f40be9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4251,13 +4251,6 @@ fast-deep-equal "^3.1.3" nanoid "^3.1.23" -"@react-navigation/routers@6.1.9": - version "6.1.9" - resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-6.1.9.tgz#73f5481a15a38e36592a0afa13c3c064b9f90bed" - integrity sha512-lTM8gSFHSfkJvQkxacGM6VJtBt61ip2XO54aNfswD+KMw6eeZ4oehl7m0me3CR9hnDE4+60iAZR8sAhvCiI3NA== - dependencies: - nanoid "^3.1.23" - "@react-navigation/routers@^6.1.6": version "6.1.6" resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-6.1.6.tgz#f57f2a73855d329255aa225fdad75ae8e7700c6d" From de32feeb0dd1d38c570c2fa4de3faf8bc28e0363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Poizat?= Date: Thu, 23 Jan 2025 15:24:04 +0100 Subject: [PATCH 2/2] feat: Remove dev dep @svgr/webpack and babel-plugin-react-native-web --- package.json | 2 -- yarn.lock | 5 ----- 2 files changed, 7 deletions(-) diff --git a/package.json b/package.json index facc320e8..ade3fd6a8 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,6 @@ "@storybook/addon-ondevice-actions": "^6.5.7", "@storybook/addon-ondevice-controls": "^6.5.7", "@storybook/react-native": "^6.5.7", - "@svgr/webpack": "5.5.0", "@testing-library/jest-native": "5.4.3", "@testing-library/react-native": "12.5.1", "@types/fs-extra": "9.0.13", @@ -148,7 +147,6 @@ "babel-loader": "8.2.2", "babel-plugin-module-resolver": "5.0.0", "babel-plugin-optional-require": "0.3.1", - "babel-plugin-react-native-web": "0.17.7", "commander": "^11.0.0", "cozy-tsconfig": "1.2.0", "deepmerge-json": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index 156f40be9..2668c61ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7022,11 +7022,6 @@ babel-plugin-polyfill-regenerator@^0.5.3: dependencies: "@babel/helper-define-polyfill-provider" "^0.4.3" -babel-plugin-react-native-web@0.17.7: - version "0.17.7" - resolved "https://registry.yarnpkg.com/babel-plugin-react-native-web/-/babel-plugin-react-native-web-0.17.7.tgz#1580e27a2e3c6692127535d3880fe1e247ef6414" - integrity sha512-UBLfIsfU3vi//Ab4i0WSWAfm1whLTK9uJoH0RPZ6a67eS/h9JGYjKy7+1RpHxSBviHi9NIMiYfWseTLjyIsE1g== - babel-plugin-syntax-object-rest-spread@^6.8.0: version "6.13.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"