Skip to content

Commit 8a8f7b9

Browse files
authored
Merge pull request #174 from willroberts/downgrade-coffee
Downgrades CoffeeScript to resolve memory issues
2 parents 87db11f + 6c20d76 commit 8a8f7b9

File tree

6 files changed

+28
-15
lines changed

6 files changed

+28
-15
lines changed

cli/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ scp -o IdentitiesOnly=yes -o StrictHostKeyChecking=no ~/.npmrc $USER@$HOST:/$USE
88

99
ssh -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -T $USER@$HOST << EOF
1010
cd $FOLDER
11-
npm i -g coffeescript@1.12.7
11+
npm i -g coffeescript@1.8.0
1212
npm install
1313
EOF

desktop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "duelyst-desktop",
33
"productName": "Duelyst",
44
"license": "CC0-1.0",
5-
"version": "1.97.3",
5+
"version": "1.97.4",
66
"main": "desktop.js",
77
"dependencies": {
88
"electron-debug": "^2.0.0",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "open-duelyst",
33
"license": "CC0-1.0",
4-
"version": "1.97.3",
4+
"version": "1.97.4",
55
"engines": {
66
"yarn": ">= 1.0.0"
77
},
@@ -31,7 +31,7 @@
3131
"bluebird": "^2.9.13",
3232
"body-parser": "^1.6.5",
3333
"change-case": "2.3.0",
34-
"coffeescript": "1.12.7",
34+
"coffeescript": "1.8.0",
3535
"colors": "*",
3636
"compose-middleware": "^2.0.1",
3737
"convict": "^6.2.2",
@@ -98,7 +98,7 @@
9898
"chai": "^3.5.0",
9999
"cli-table": "0.3.1",
100100
"clipboard": "^1.7.1",
101-
"coffeeify": "3.0.1",
101+
"coffeeify": "^2.0.1",
102102
"commander": "2.8.1",
103103
"concurrent-transform": "^1.0.0",
104104
"csv-write-stream": "^1.0.0",

scripts/provision_vm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ echo 'Redis install completed."'
6363

6464
# Install npm packages (can lock versions here)
6565
echo "Install npm packages (global depends)"
66-
sudo npm install -g coffeescript@1.12.7
66+
sudo npm install -g coffeescript@1.8.0
6767
sudo npm install -g grunt-cli
6868
sudo npm install -g yarn
6969
sudo npm install -g forever

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.97.3"
2+
"version": "1.97.4"
33
}

yarn.lock

+21-8
Original file line numberDiff line numberDiff line change
@@ -3697,18 +3697,26 @@ code-point-at@^1.0.0:
36973697
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
36983698
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
36993699

3700-
coffeeify@3.0.1:
3701-
version "3.0.1"
3702-
resolved "https://registry.yarnpkg.com/coffeeify/-/coffeeify-3.0.1.tgz#5e2753000c50bd24c693115f33864248dd11136c"
3703-
integrity sha512-Qjnr7UX6ldK1PHV7wCnv7AuCd4q19KTUtwJnu/6JRJB4rfm12zvcXtKdacUoePOKr1I4ka/ydKiwWpNAdsQb0g==
3700+
coffee-script@^1.12.0:
3701+
version "1.12.7"
3702+
resolved "https://registry.yarnpkg.com/coffee-script/-/coffee-script-1.12.7.tgz#c05dae0cb79591d05b3070a8433a98c9a89ccc53"
3703+
integrity sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw==
3704+
3705+
coffeeify@^2.0.1:
3706+
version "2.1.0"
3707+
resolved "https://registry.yarnpkg.com/coffeeify/-/coffeeify-2.1.0.tgz#06de80aa87b6194937734361def4ade254b71a1e"
3708+
integrity sha512-E9f2SAcTZ/DwqlBCbwlFU1JbjufbSKlOttS3/OSf9+00aCvdcUTZoFLslbXKH6GGaknhe7NwTmA4N4zpVtp/yQ==
37043709
dependencies:
3710+
coffee-script "^1.12.0"
37053711
convert-source-map "^1.3.0"
37063712
through2 "^2.0.0"
37073713

3708-
coffeescript@1.12.7:
3709-
version "1.12.7"
3710-
resolved "https://registry.yarnpkg.com/coffeescript/-/coffeescript-1.12.7.tgz#e57ee4c4867cf7f606bfc4a0f2d550c0981ddd27"
3711-
integrity sha512-pLXHFxQMPklVoEekowk8b3erNynC+DVJzChxS/LCBBgR6/8AJkHivkm//zbowcfc7BTCAjryuhx6gPqPRfsFoA==
3714+
coffeescript@1.8.0:
3715+
version "1.8.0"
3716+
resolved "https://registry.yarnpkg.com/coffeescript/-/coffeescript-1.8.0.tgz#4c503e2dbdf268aee33fdd34cb259d53ff963518"
3717+
integrity sha512-ka9m4Ew2XeRPxhQ6gJ/ydJN+93SJlRHeLxt8pQQf0nsoz4qt6ipbwuYdPj/ATQZMVzP+jtKMvz9dwsrKU/OVUw==
3718+
dependencies:
3719+
mkdirp "~0.3.5"
37123720

37133721
coffeescript@2.7.0:
37143722
version "2.7.0"
@@ -10300,6 +10308,11 @@ mkdirp@^1.0.3, mkdirp@~1.0.4:
1030010308
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1030110309
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1030210310

10311+
mkdirp@~0.3.5:
10312+
version "0.3.5"
10313+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.5.tgz#de3e5f8961c88c787ee1368df849ac4413eca8d7"
10314+
integrity sha512-8OCq0De/h9ZxseqzCH8Kw/Filf5pF/vMI6+BH7Lu0jXz2pqYCjTAQRolSxRIi+Ax+oCCjlxoJMP0YQ4XlrQNHg==
10315+
1030310316
mocha@^10.0.0:
1030410317
version "10.0.0"
1030510318
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"

0 commit comments

Comments
 (0)