mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-09 23:02:11 +00:00
Update mongoose and node
This commit is contained in:
parent
27ea6ddf42
commit
239cd31549
2 changed files with 5 additions and 5 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
4.0.0
|
||||
4.4.0
|
|
@ -30,7 +30,7 @@
|
|||
"dependencies": {
|
||||
"async": "~1.4.0",
|
||||
"babel": "~5.8.21",
|
||||
"bootstrap-solarized": "^1.0.2",
|
||||
"bootstrap-solarized": "~1.0.2",
|
||||
"babel-brunch": "~6.0.0",
|
||||
"babel-preset-es2015": "~6.3.13",
|
||||
"babel-preset-react": "~6.3.13",
|
||||
|
@ -49,8 +49,8 @@
|
|||
"javascript-state-machine": "~2.3.5",
|
||||
"jquery": "~2.2.0",
|
||||
"lodash": "~4.0.0",
|
||||
"moment": "^2.11.2",
|
||||
"mongoose": "~4.1.1",
|
||||
"moment": "~2.11.2",
|
||||
"mongoose": "~4.4.6",
|
||||
"morgan": "~1.6.1",
|
||||
"newrelic": "~1.22.1",
|
||||
"perfect-scrollbar": "~0.6.10",
|
||||
|
@ -63,7 +63,7 @@
|
|||
"socket.io": "~1.3.7",
|
||||
"steam": "~1.1.0",
|
||||
"steamidconvert": "~0.2.4",
|
||||
"toastr": "^2.1.2",
|
||||
"toastr": "~2.1.2",
|
||||
"uglify-js-brunch": ">= 1.0 < 1.8",
|
||||
"winston": "~1.0.1"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue