Skip to content

Commit 2991bad

Browse files
committed
Bump Node.js to 14.x
1 parent 827329e commit 2991bad

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

app/templates/application.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<div class="logos">
2626
<div class="left"></div>
2727
<div class="right">
28-
<a href="https://github.com/szimek/sharedrop" class="github" target="_blank" rel="noopener noreferrer"><span>Github</span></a>
28+
<a class="donate" href="https://www.paypal.com/donate/?business=99MJKQUTTQVYY&no_recurring=0&item_name=Help+cover+the+server+costs+for+sharedrop.io&currency_code=EUR" target="_blank" rel="noopener noreferrer"><img alt="Donate" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" /></a>
2929
<iframe title="twitter" loading="lazy" class="twitter" src="https://platform.twitter.com/widgets/tweet_button.html?url=https%3A%2F%2Fwww.sharedrop.io&text=ShareDrop%20%E2%80%93%20easily%20and%20securely%20share%20files%20of%20any%20size%20directly%20between%20devices%20using%20your%20browser&count=none" scrolling="no" frameborder="0" allowtransparency="true" ></iframe>
30-
<a class="donate" href="https://www.paypal.com/donate/?business=99MJKQUTTQVYY&no_recurring=0&item_name=Help+cover+the+server+costs+for+sharedrop.io&currency_code=EUR" target="_blank" rel="noopener noreferrer"><img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" /></a>
30+
<a href="https://github.com/szimek/sharedrop" class="github" target="_blank" rel="noopener noreferrer"><span>Github</span></a>
3131
</div>
3232
</div>
3333
</footer>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
]
9696
},
9797
"engines": {
98-
"node": "^12.21.0"
98+
"node": "^14.0.0"
9999
},
100100
"ember": {
101101
"edition": "octane"

yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -4101,15 +4101,10 @@ caniuse-api@^3.0.0:
41014101
lodash.memoize "^4.1.2"
41024102
lodash.uniq "^4.5.0"
41034103

4104-
caniuse-lite@^1.0.0:
4105-
version "1.0.30001048"
4106-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001048.tgz#4bb4f1bc2eb304e5e1154da80b93dee3f1cf447e"
4107-
integrity sha512-g1iSHKVxornw0K8LG9LLdf+Fxnv7T1Z+mMsf0/YYLclQX4Cd522Ap0Lrw6NFqHgezit78dtyWxzlV2Xfc7vgRg==
4108-
4109-
caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001093:
4110-
version "1.0.30001103"
4111-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001103.tgz#fe81536d075b97cd013d4988c9212418faa289a8"
4112-
integrity sha512-EJkTPrZrgy712tjZ7GQDye5A67SQOyNS6X9b6GS/e5QFu5Renv5qfkx3GHq1S+vObxKzbWWYuPO/7nt4kYW/gA==
4104+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001093:
4105+
version "1.0.30001430"
4106+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz"
4107+
integrity sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg==
41134108

41144109
capture-exit@^1.2.0:
41154110
version "1.2.0"

0 commit comments

Comments
 (0)