mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
Updated Dependencies
This commit is contained in:
@@ -22,6 +22,6 @@
|
||||
"vinyl-buffer": "^1.0.0",
|
||||
"vinyl-source-stream": "^1.1.0",
|
||||
"watchify": "^3.7.0",
|
||||
"yargs": "^3.32.0"
|
||||
"yargs": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
"vinyl-buffer": "^1.0.0",
|
||||
"vinyl-source-stream": "^1.1.0",
|
||||
"watchify": "^3.7.0",
|
||||
"yargs": "^3.32.0"
|
||||
"yargs": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
"vinyl-buffer": "^1.0.0",
|
||||
"vinyl-source-stream": "^1.1.0",
|
||||
"watchify": "^3.7.0",
|
||||
"yargs": "^3.32.0"
|
||||
"yargs": "^4.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build-assets": "rm -rf node_modules && rm -rf assets/common/node_modules && rm -rf platforms/common/node_modules && rm -rf engines/common/nucleus/node_modules && npm install && cd assets/common && npm install && cd ../../ && cd platforms/common && npm install && cd ../../ && cd engines/common/nucleus && npm install && cd ../../../"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"agent": "w00fz/agent#patch-1",
|
||||
"dropzone": "^4.2.0",
|
||||
"dropzone": "^4.3.0",
|
||||
"elements": "w00fz/elements",
|
||||
"moofx": "^3.2.0",
|
||||
"mout": "~0.11.1",
|
||||
@@ -13,21 +13,21 @@
|
||||
"sifter": "^0.4.5",
|
||||
"slick": "^1.12.2",
|
||||
"sortablejs": "w00fz/Sortable#events-patch",
|
||||
"webfontloader": "^1.6.20"
|
||||
"webfontloader": "^1.6.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^13.0.0",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-if": "^2.0.0",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-ruby-sass": "^2.0.6",
|
||||
"gulp-sourcemaps": "^1.6.0",
|
||||
"gulp-uglify": "^1.5.1",
|
||||
"gulp-uglify": "^1.5.2",
|
||||
"gulp-util": "^3.0.7",
|
||||
"merge-stream": "^1.0.0",
|
||||
"vinyl-buffer": "^1.0.0",
|
||||
"vinyl-source-stream": "^1.1.0",
|
||||
"watchify": "^3.7.0",
|
||||
"yargs": "^3.32.0"
|
||||
"yargs": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user