Skip to content

Commit

Permalink
Automatic package.json reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Dec 6, 2022
1 parent 22ec682 commit 8104a12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "element-desktop",
"productName": "Element",
"main": "lib/electron-main.js",
"version": "1.11.15",
"version": "1.11.16",
"description": "A feature-rich client for Matrix.org",
"author": "Element",
"repository": {
Expand Down Expand Up @@ -50,6 +50,7 @@
"request": "^2.88.2"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.213.0",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
Expand All @@ -70,7 +71,7 @@
"babel-jest": "^28.1.3",
"chokidar": "^3.5.2",
"detect-libc": "^1.0.3",
"electron": "20.3.4",
"electron": "^21",
"electron-builder": "^23.6.0",
"electron-builder-squirrel-windows": "^23.6.0",
"electron-devtools-installer": "^3.1.1",
Expand All @@ -93,7 +94,7 @@
"rimraf": "^3.0.2",
"tar": "^6.1.2",
"ts-jest": "^28.0.8",
"ts-node": "^10.4.0",
"ts-node": "^10.9.1",
"typescript": "4.5.5"
},
"hakDependencies": {
Expand Down

0 comments on commit 8104a12

Please sign in to comment.