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

Fix Chromatic Deployment #2644

Merged
merged 11 commits into from
Oct 28, 2024
Merged
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixes

* Fixed memory leak associated with autoUpdater ([#2606](https://github.com/TryQuiet/quiet/issues/2606))
* Fixed visual regression tests ([#2644](https://github.com/TryQuiet/quiet/issues/2645))

## [2.3.1]

Expand Down
4,059 changes: 839 additions & 3,220 deletions package-lock.json

Large diffs are not rendered by default.

Binary file removed packages/.DS_Store
Binary file not shown.
13,925 changes: 4,842 additions & 9,083 deletions packages/common/package-lock.json

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
},
"devDependencies": {
"@quiet/eslint-config": "^2.0.2-alpha.0",
"@babel/core": "^7.24.7",
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@types/jest": "^26.0.23",
"@types/node": "^17.0.21",
"@types/validator": "^13.11.5",
Expand All @@ -35,6 +30,7 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@babel/runtime": "7.24.5",
"@formatjs/intl-datetimeformat": "^6.12.3",
"@formatjs/intl-getcanonicallocales": "^2.3.0",
"@formatjs/intl-locale": "^3.4.5",
Expand Down
3,572 changes: 1,564 additions & 2,008 deletions packages/desktop/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@
"socket.io-client": "^4.7.4"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@cypress/react18": "2.0.0",
"@cypress/webpack-dev-server": "3.1.0",
"@electron/notarize": "2.1.0",
Expand Down
Binary file removed packages/e2e-tests/.DS_Store
Binary file not shown.
44 changes: 21 additions & 23 deletions packages/identity/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"pkijs": "^3.0.8"
},
"devDependencies": {
"@babel/runtime": "^7.24.7",
"@babel/runtime": "^7.12.5",
"@types/jest": "^26.0.23",
"@types/node": "^14.17.6",
"babel-jest": "^29.3.1",
Expand Down
Loading
Loading