This commit is contained in:
RainLoop Team 2018-07-31 00:20:06 +03:00
parent 6b99a48898
commit 379d012b1f
3 changed files with 24 additions and 21 deletions

4
.cmds
View file

@ -6,8 +6,9 @@ yarn upgrade xxx@1.2.3
# transifex
tx pull -a
# dependencies checker (checking only)
# dependencies
yarn outdated
yarn upgrade-interactive --exact --latest
# webpack
webpack --color --watch
@ -15,3 +16,4 @@ webpack --color --watch
#
gpg --import x
gpg --detach-sign --armor --openpgp -u 87DA4591 x
for ff in `ls *.zip`; do gpg --detach-sign --armor --openpgp -u 87DA4591 $ff; done

View file

@ -49,7 +49,7 @@
"firefox esr"
],
"devDependencies": {
"autolinker": "1.6.2",
"autolinker": "1.7.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.5",
@ -87,9 +87,9 @@
"gulp-size": "3.0.0",
"gulp-stripbom": "1.0.4",
"gulp-through": "0.4.0",
"gulp-uglify": "3.0.0",
"gulp-uglify": "3.0.1",
"gulp-util": "3.0.8",
"gulp-zip": "4.1.0",
"gulp-zip": "4.2.0",
"ifvisible.js": "1.0.6",
"intersection-observer": "0.5.0",
"jquery": "3.3.1",
@ -103,7 +103,7 @@
"knockout": "3.4.2",
"knockout-sortable": "1.1.0",
"knockout-transformations": "2.1.0",
"lozad": "1.5.0",
"lozad": "1.6.0",
"matchmedia-polyfill": "0.3.1",
"moment": "2.22.2",
"node-fs": "0.1.7",
@ -118,7 +118,7 @@
"simplestatemanager": "4.1.1",
"style-loader": "0.21.0",
"underscore": "1.9.1",
"webpack": "4.16.2",
"webpack": "4.16.3",
"webpack-notifier": "1.6.0"
}
}

View file

@ -478,9 +478,9 @@ atob@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.1.tgz#ae2d5a729477f289d60dd7f96a6314a22dd6c22a"
autolinker@1.6.2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-1.6.2.tgz#67ae9da272e808e0d8eb8e02cbc8cde303947457"
autolinker@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/autolinker/-/autolinker-1.7.0.tgz#6131619b53fb425588feb432d633ed0f9ca5e7c5"
autoprefixer@^8.0.0:
version "8.6.5"
@ -2774,14 +2774,15 @@ gulp-through@0.4.0:
through2 "^2.0.0"
xtend "^4.0.1"
gulp-uglify@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/gulp-uglify/-/gulp-uglify-3.0.0.tgz#0df0331d72a0d302e3e37e109485dddf33c6d1ca"
gulp-uglify@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/gulp-uglify/-/gulp-uglify-3.0.1.tgz#8d3eee466521bea6b10fd75dff72adf8b7ea2d97"
dependencies:
gulplog "^1.0.0"
has-gulplog "^0.1.0"
lodash "^4.13.1"
make-error-cause "^1.1.1"
safe-buffer "^5.1.2"
through2 "^2.0.0"
uglify-js "^3.0.5"
vinyl-sourcemaps-apply "^0.2.0"
@ -2809,9 +2810,9 @@ gulp-util@3.0.8, gulp-util@^3.0.0, gulp-util@^3.0.2, gulp-util@^3.0.6, gulp-util
through2 "^2.0.0"
vinyl "^0.5.0"
gulp-zip@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/gulp-zip/-/gulp-zip-4.1.0.tgz#dab178bd99afa190923f1eb78abaf0db47817704"
gulp-zip@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/gulp-zip/-/gulp-zip-4.2.0.tgz#e25e738c41ad0795ad853d1d8aeb1744d2a4ca82"
dependencies:
get-stream "^3.0.0"
plugin-error "^0.1.2"
@ -3699,9 +3700,9 @@ loose-envify@^1.0.0:
dependencies:
js-tokens "^3.0.0 || ^4.0.0"
lozad@1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/lozad/-/lozad-1.5.0.tgz#736aab3486aed391e76bb2b8d68839c988f1b41b"
lozad@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/lozad/-/lozad-1.6.0.tgz#e96c37c2e334bf626138aaac547a7230773d6647"
lru-cache@2:
version "2.7.3"
@ -5611,9 +5612,9 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0:
source-list-map "^2.0.0"
source-map "~0.6.1"
webpack@4.16.2:
version "4.16.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.16.2.tgz#c3e0e771adc94582e0543dd18d7436066051e885"
webpack@4.16.3:
version "4.16.3"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.16.3.tgz#861be3176d81e7e3d71c66c8acc9bba35588b525"
dependencies:
"@webassemblyjs/ast" "1.5.13"
"@webassemblyjs/helper-module-context" "1.5.13"