Update dev dependencies, 3.0.18

This commit is contained in:
Mo Bitar
2019-10-21 15:58:40 -05:00
parent 03782f01db
commit dbcf8a8c4a
7 changed files with 2717 additions and 1964 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.0.18-beta1",
"version": "3.0.18",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
@@ -12,34 +12,34 @@
"test": "karma start karma.conf.js --single-run"
},
"devDependencies": {
"angular": "1.6.9",
"babel-cli": "^6.18.0",
"babel-plugin-angularjs-annotate": "^0.9.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.16.0",
"chai": "^4.1.2",
"connect": "^3.6.6",
"grunt": "^1.0.3",
"grunt-angular-templates": "^1.1.0",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/runtime": "^7.6.3",
"angular": "1.7.8",
"babel-plugin-angularjs-annotate": "^0.10.0",
"chai": "^4.2.0",
"connect": "^3.7.0",
"grunt": "^1.0.4",
"grunt-angular-templates": "^1.2.0",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-haml2html": "^0.3.1",
"grunt-newer": "^1.2.0",
"grunt-newer": "^1.3.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-ng-constant": "^2.0.2",
"grunt-shell": "^2.1.0",
"mocha": "^5.2.0",
"serve-static": "^1.13.2",
"grunt-shell": "^3.0.1",
"mocha": "^6.2.2",
"serve-static": "^1.14.1",
"sn-stylekit": "2.0.15",
"snjs": "0.2.8",
"standard-file-js": "0.3.65"
"standard-file-js": "0.3.67"
}
}