Skip to content

Commit

Permalink
Update all dependencies (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2021
1 parent 37d9576 commit 4c45e85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"description": "An app that lets you automatically backup to Telegram Saved Messages",
"devDependencies": {
"electron": "12.0.9",
"electron": "13.0.1",
"electron-builder": "latest"
},
"homepage": "https://khushrajrathod.github.io/TeleDrive",
Expand All @@ -34,5 +34,5 @@
"start": "electron .",
"vercel-build": "rm -rf website-build && cp -rf website/out website-build && (cd docs/ && yarn && yarn build)"
},
"version": "1.2.2"
"version": "1.2.3"
}
2 changes: 1 addition & 1 deletion website/out/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2><span style="color: white;">Want to contribute?</span></h2>
<p>© Khushraj Rathod 2020. All Rights Reserved.</p><span>Contact me: [email protected]</span></div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.1/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/download-platform.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="assets/js/new-age.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -849,10 +849,10 @@ electron-updater@^4.3.5:
lodash.isequal "^4.5.0"
semver "^7.3.5"

electron@12.0.9:
version "12.0.9"
resolved "https://registry.yarnpkg.com/electron/-/electron-12.0.9.tgz#d582afa8f6fc0c429606f0961a4c89b376994823"
integrity sha512-p5aEt1tIh/PYjwN+6MHTc5HtW529XR9r4Qlj9PPcSb5ubkotSsS0BtWJoRPhDenSAN8sgHk3sbZLxXPJtdnRYA==
electron@13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-13.0.1.tgz#7dd3666f0f966ab83a1f9868d84add2e6205d43a"
integrity sha512-ds1cf0m46nStil0jbM2r9W/p+Kprdq22+2MikIUqEu69eGl1c86IinQVrpmJ9bR4RshDSF4j3uD32a0bsHDMnQ==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"
Expand Down

0 comments on commit 4c45e85

Please sign in to comment.