Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: removing unused 'react-linkify' dependency #2580

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/backend-bundle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

### Chores

* Remove unused dependencies
* Cleanup data directory at end of e2e tests
* Update mobile development README ([#2483](https://github.com/TryQuiet/quiet/issues/2483))
* Update github workflows for PR gating ([#2487](https://github.com/TryQuiet/quiet/issues/2487))
Expand Down
85 changes: 0 additions & 85 deletions packages/desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
"@types/react": "^18.0.25",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-dom": "~18.0.9",
"@types/react-linkify": "^1.0.1",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.6",
"@types/react-virtualized": "^9.21.13",
Expand Down Expand Up @@ -243,7 +242,6 @@
"react-dnd-test-backend": "^16.0.1",
"react-dom": "18.1.0",
"react-hook-form": "^7.41.3",
"react-linkify": "^1.0.0-alpha",
"react-redux": "^8.0.5",
"react-resize-detector": "^7.1.2",
"react-router-dom": "^6.4.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
* The user profile area is now much easier to click on desktop, and has a nice hover effect matching the rest of the sidebar ([#2566](https://github.com/TryQuiet/quiet/issues/2566)) Thanks @okrayrum!
* Android app will now work correctly after suspending it (e.g. by swiping up in the app manager) ([#2587](https://github.com/TryQuiet/quiet/issues/2587))

### Chores

* Remove unused dependencies

## [2.3.0]

### New features
Expand Down
67 changes: 0 additions & 67 deletions packages/mobile/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"version": "react-native-version --skip-tag"
},
"dependencies": {
"@babel/runtime": "^7.24.5",
"@peculiar/webcrypto": "^1.4.3",
"@quiet/backend": "^2.0.3-alpha.5",
"@quiet/common": "^2.0.2-alpha.1",
Expand All @@ -49,7 +50,6 @@
"react-dom": "18.1.0",
"react-i18next": "^11.8.15",
"react-intl": "^6.6.6",
"react-linkify": "^1.0.0-alpha",
"react-native": "0.73.2",
"react-native-blob-util": "^0.19.6",
"react-native-config": "git+https://github.com/siepra/react-native-config.git#9dde363d95fce46248f63d9ff2530c16f954214e",
Expand Down Expand Up @@ -110,7 +110,6 @@
"@types/lodash": "4.17.0",
"@types/luxon": "^3.4.2",
"@types/react": "^17",
"@types/react-linkify": "^1.0.1",
"@types/react-native": "^0.64.0",
"@types/react-test-renderer": "^16.9.2",
"@types/styled-components": "^5.1.9",
Expand Down