Browse Source

Update dependencies

Sotaro KARASAWA 10 years ago
parent
commit
760a7f8d87
4 changed files with 24 additions and 25 deletions
  1. 1 0
      CHANGES.md
  2. 1 1
      README.md
  3. 0 3
      app.json
  4. 22 21
      package.json

+ 1 - 0
CHANGES.md

@@ -7,6 +7,7 @@ CHANGES
 * Improve: Design on full-screen editor.
 * Fix: Library version (mongoose-paginator is now fixed its version).
 * Add unit test for user model.
+* Library Update: node.js 4.2.x, npm 3.3.x and so far.
 
 ## 1.2.0
 

+ 1 - 1
README.md

@@ -28,7 +28,7 @@ More info are [here](https://github.com/crowi/crowi/wiki/Install-and-Configurati
 Dependencies
 -------------
 
-* Node.js (0.10.x)
+* Node.js (4.2.x)
 * MongoDB
 * Redis (optional)
 * Amazon S3

+ 0 - 3
app.json

@@ -8,9 +8,6 @@
   "website": "https://crowi.wiki/",
   "repository": "https://github.com/crowi/crowi",
   "success_url": "/",
-  "scripts": {
-    "postdeploy": "grunt"
-  },
   "env": {
     "NODE_ENV": "production",
     "SECRET_TOKEN": {

+ 22 - 21
package.json

@@ -23,41 +23,32 @@
     "url": "https://github.com/crowi/crowi.git"
   },
   "engines": {
-    "node": "0.10.x",
-    "npm": "2.4.x"
+    "node": "4.2.x",
+    "npm": "3.3.x"
   },
   "dependencies": {
     "async": "~0.9.0",
     "aws-sdk": "~2.0.0-rc.19",
     "basic-auth-connect": "~1.0.0",
-    "bluebird": "^2.9.12",
-    "body-parser": "~1.12.0",
-    "bower": "~1.4.0",
+    "bluebird": "~3.0.5",
+    "body-parser": "~1.14.1",
+    "bower": "~1.6.5",
     "cli": "~0.6.0",
     "connect-flash": "~0.1.1",
     "connect-redis": "~2.1.0",
     "consolidate": "~0.11.0",
     "cookie-parser": "~1.3.4",
-    "debug": "~2.1.0",
+    "debug": "~2.2.0",
     "errorhandler": "~1.3.4",
-    "express": "~4.12.0",
+    "express": "~4.13.3",
     "express-form": "~0.12.0",
-    "express-session": "~1.10.0",
+    "express-session": "~1.12.0",
     "facebook-node-sdk": "=0.1.10",
     "googleapis": "=0.4.7",
-    "gulp": "~3.8.11",
-    "gulp-concat": "^2.5.2",
-    "gulp-cssmin": "^0.1.7",
-    "gulp-jshint": "~1.10.0",
-    "gulp-rename": "^1.2.2",
-    "gulp-sass": "~2.0.4",
-    "gulp-spawn-mocha": "^2.2.1",
-    "gulp-uglify": "~1.2.0",
-    "gulp-watch": "~4.2.4",
-    "jshint-stylish": "^2.0.0",
+    "kerberos": "0.0.17",
     "method-override": "~2.3.1",
-    "mongoose": "~3.8.0",
-    "mongoose-paginate": "=3.1.3",
+    "mongoose": "4.2.5",
+    "mongoose-paginate": "4.2.0",
     "morgan": "~1.5.1",
     "multer": "~0.1.8",
     "nodemailer": "~1.2.2",
@@ -73,7 +64,17 @@
     "mocha": "~2.2.0",
     "proxyquire": "~1.4.0",
     "sinon": "~1.14.0",
-    "sinon-chai": "~2.7.0"
+    "sinon-chai": "~2.7.0",
+    "gulp": "~3.9.0",
+    "gulp-concat": "~2.6.0",
+    "gulp-cssmin": "~0.1.7",
+    "gulp-jshint": "~1.12.0",
+    "gulp-rename": "~1.2.2",
+    "gulp-sass": "~2.1.0",
+    "gulp-spawn-mocha": "~2.2.1",
+    "gulp-uglify": "~1.4.2",
+    "gulp-watch": "~4.3.5",
+    "jshint-stylish": "~2.0.1"
   },
   "license": "MIT",
   "scripts": {