Skip to content

Commit

Permalink
1.10.24:upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjia404 committed Jun 25, 2023
1 parent a7c0133 commit 508ed89
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 237 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "session-desktop",
"productName": "Session",
"description": "Private messaging from your desktop",
"version": "1.10.23",
"version": "1.10.24",
"license": "GPL-3.0",
"author": {
"name": "Oxen Labs",
Expand Down Expand Up @@ -85,6 +85,7 @@
"rebuild-curve25519-js": "cd node_modules/curve25519-js && yarn install && yarn build && cd ../../"
},
"dependencies": {
"@electron/asar": "3.2.4",
"@emoji-mart/data": "1.1.2",
"@emoji-mart/react": "1.1.1",
"@reduxjs/toolkit": "1.8.5",
Expand All @@ -100,7 +101,7 @@
"bunyan": "^1.8.15",
"bytebuffer": "^5.0.1",
"classnames": "2.2.5",
"color": "^3.1.2",
"color": "4.2.3",
"config": "1.28.1",
"country-code-lookup": "^0.0.19",
"curve25519-js": "https://github.com/oxen-io/curve25519-js",
Expand All @@ -112,7 +113,7 @@
"ethers": "^6.6.0",
"filesize": "3.6.1",
"firstline": "1.2.1",
"fs-extra": "9.0.0",
"fs-extra": "11.1.1",
"glob": "7.1.2",
"image-type": "4.1.0",
"ip2country": "1.0.1",
Expand Down Expand Up @@ -198,7 +199,6 @@
"@types/sinon": "9.0.4",
"@types/styled-components": "^5.1.4",
"@types/uuid": "8.3.4",
"asar": "3.1.0",
"buffer": "^6.0.3",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
Expand All @@ -207,10 +207,10 @@
"cross-env": "^6.0.3",
"crypto-browserify": "^3.12.0",
"dmg-builder": "23.6.0",
"electron": "25.2.0",
"electron": "19.1.9",
"electron-builder": "24.4.0",
"electron-notarize": "^0.2.0",
"esbuild": "0.18.6",
"esbuild": "0.18.8",
"eslint": "8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -232,7 +232,7 @@
"node-loader": "^2.0.0",
"nyc": "^15.1.0",
"parcel": "2.9.2",
"patch-package": "^6.4.7",
"patch-package": "6.5.1",
"path-browserify": "^1.0.1",
"playwright": "1.16.3",
"postinstall-prepare": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion ts/components/settings/SessionSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const SessionInfo = () => {
}}
/>
</StyledSpanSessionInfo>
<StyledSpanSessionInfo>{window.versionInfo.commitHash}</StyledSpanSessionInfo>
<StyledSpanSessionInfo>commit:{window.versionInfo.commitHash}</StyledSpanSessionInfo>
</StyledVersionInfo>
);
};
Expand Down
Loading

0 comments on commit 508ed89

Please sign in to comment.