Skip to content

Commit

Permalink
Updated CoffeeScript and other dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Sep 19, 2017
1 parent 3c026a6 commit 072cbd8
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"async": "^2.5.0",
"body-parser": "^1.18.0",
"body-parser": "^1.18.1",
"chalk": "^2.1.0",
"coffeescript": "^2.0.0-beta5",
"coffeescript": "^2.0.0",
"compressible": "^2.0.11",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
Expand All @@ -33,20 +33,20 @@
"hike": "^1.0.2",
"ipaddr.js": "^1.5.2",
"lodash": "^4.17.4",
"mime": "^1.4.0",
"mime": "^2.0.2",
"mimoza": "^1.0.0",
"moment": "^2.18.1",
"pako": "^1.0.5",
"pako": "^1.0.6",
"postcss": "^6.0.11",
"pug": "^2.0.0-rc.4",
"source-map": "^0.5.7",
"stylus": "^0.54.5",
"uglify-es": "^3.1.0"
"uglify-es": "^3.1.1"
},
"devDependencies": {
"@google-cloud/datastore": "^1.1.0",
"@google-cloud/storage": "^1.2.1",
"aws-sdk": "^2.113.0",
"aws-sdk": "^2.118.0",
"bettercodo": "^2.1.4",
"betterdocco": "^0.7.6",
"chai": "^4.1.2",
Expand Down
4 changes: 2 additions & 2 deletions plugins/aws/package.json
Expand Up @@ -14,8 +14,8 @@
"node": "*"
},
"dependencies": {
"aws-sdk": "^2.113.0",
"coffeescript": "^2.0.0-beta5"
"aws-sdk": "^2.118.0",
"coffeescript": "^2.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/cron/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffeescript": "^2.0.0-beta5"
"coffeescript": "^2.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/downloader/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffeescript": "^2.0.0-beta5"
"coffeescript": "^2.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gcloud/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffeescript": "^2.0.0-beta5",
"coffeescript": "^2.0.0",
"@google-cloud/datastore": "^1.1.0",
"@google-cloud/storage": "^1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/logger-file/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffeescript": "^2.0.0-beta5"
"coffeescript": "^2.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/logger-logentries/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffeescript": "^2.0.0-beta5",
"coffeescript": "^2.0.0",
"node-logentries": "~0.1.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/logger-loggly/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffeescript": "^2.0.0-beta5",
"coffeescript": "^2.0.0",
"loggly": "~1.1.1"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/mailer/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffeescript": "^2.0.0-beta5",
"coffeescript": "^2.0.0",
"nodemailer": "~4.1.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/metrics/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffeescript": "^2.0.0-beta5"
"coffeescript": "^2.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mongodb/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffeescript": "^2.0.0-beta5",
"coffeescript": "^2.0.0",
"mongodb": "~2.2.31"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/sockets/package.json
Expand Up @@ -14,7 +14,7 @@
"node": "*"
},
"dependencies": {
"coffeescript": "^2.0.0-beta5",
"coffeescript": "^2.0.0",
"socket.io": "~2.0.3"
},
"repository": {
Expand Down

0 comments on commit 072cbd8

Please sign in to comment.