Pin packages (#2073)
* Pin all package versions Closes #2040 * Pin packages to a working version * Drop extra stuff
This commit is contained in:
80
package.json
80
package.json
@@ -18,51 +18,51 @@
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"babel-polyfill": "^6.5.0",
|
||||
"babel-runtime": "^6.5.0",
|
||||
"babel-polyfill": "6.8.0",
|
||||
"babel-runtime": "6.6.1",
|
||||
"bcrypt-nodejs": "0.0.3",
|
||||
"body-parser": "^1.14.2",
|
||||
"colors": "^1.1.2",
|
||||
"commander": "^2.9.0",
|
||||
"body-parser": "1.15.1",
|
||||
"colors": "1.1.2",
|
||||
"commander": "2.9.0",
|
||||
"deepcopy": "0.6.3",
|
||||
"express": "^4.13.4",
|
||||
"intersect": "^1.0.1",
|
||||
"lodash": "^4.8.2",
|
||||
"lru-cache": "^4.0.0",
|
||||
"mailgun-js": "^0.7.7",
|
||||
"mime": "^1.3.4",
|
||||
"express": "4.13.4",
|
||||
"intersect": "1.0.1",
|
||||
"lodash": "4.12.0",
|
||||
"lru-cache": "4.0.1",
|
||||
"mailgun-js": "0.7.10",
|
||||
"mime": "1.3.4",
|
||||
"mongodb": "2.1.18",
|
||||
"multer": "^1.1.0",
|
||||
"parse": "^1.8.0",
|
||||
"parse-server-fs-adapter": "^1.0.0",
|
||||
"parse-server-push-adapter": "^1.0.0",
|
||||
"parse-server-s3-adapter": "^1.0.1",
|
||||
"parse-server-simple-mailgun-adapter": "^1.0.0",
|
||||
"pg-promise": "^4.4.0",
|
||||
"redis": "^2.5.0-1",
|
||||
"request": "^2.65.0",
|
||||
"request-promise": "^3.0.0",
|
||||
"tv4": "^1.2.7",
|
||||
"winston": "^2.1.1",
|
||||
"winston-daily-rotate-file": "^1.0.1",
|
||||
"ws": "^1.0.1"
|
||||
"multer": "1.1.0",
|
||||
"parse": "1.8.5",
|
||||
"parse-server-fs-adapter": "1.0.0",
|
||||
"parse-server-push-adapter": "1.0.4",
|
||||
"parse-server-s3-adapter": "1.0.3",
|
||||
"parse-server-simple-mailgun-adapter": "1.0.0",
|
||||
"pg-promise": "4.4.0",
|
||||
"redis": "2.5.3",
|
||||
"request": "2.72.0",
|
||||
"request-promise": "3.0.0",
|
||||
"tv4": "1.2.7",
|
||||
"winston": "2.2.0",
|
||||
"winston-daily-rotate-file": "1.0.1",
|
||||
"ws": "1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.1",
|
||||
"babel-istanbul": "^0.6.0",
|
||||
"babel-plugin-syntax-flow": "^6.5.0",
|
||||
"babel-plugin-transform-flow-strip-types": "^6.5.0",
|
||||
"babel-preset-es2015": "^6.5.0",
|
||||
"babel-preset-stage-0": "^6.5.0",
|
||||
"babel-register": "^6.5.1",
|
||||
"codecov": "^1.0.1",
|
||||
"cross-env": "^1.0.7",
|
||||
"deep-diff": "^0.3.3",
|
||||
"gaze": "^1.0.0",
|
||||
"jasmine": "^2.3.2",
|
||||
"mongodb-runner": "^3.3.2",
|
||||
"nodemon": "^1.8.1"
|
||||
"babel-cli": "6.8.0",
|
||||
"babel-core": "6.8.0",
|
||||
"babel-istanbul": "0.6.1",
|
||||
"babel-plugin-syntax-flow": "6.8.0",
|
||||
"babel-plugin-transform-flow-strip-types": "6.8.0",
|
||||
"babel-preset-es2015": "6.6.0",
|
||||
"babel-preset-stage-0": "6.5.0",
|
||||
"babel-register": "6.8.0",
|
||||
"codecov": "1.0.1",
|
||||
"cross-env": "1.0.7",
|
||||
"deep-diff": "0.3.4",
|
||||
"gaze": "1.0.0",
|
||||
"jasmine": "2.4.1",
|
||||
"mongodb-runner": "3.3.2",
|
||||
"nodemon": "1.9.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "npm run build && node bin/dev",
|
||||
|
||||
Reference in New Issue
Block a user