Skip to content

Commit

Permalink
Upgrade npm dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 29, 2020
1 parent 5d93909 commit 0ac9feb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion frontend/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module.exports = function(grunt) {
postcss: {
options: {
processors: [
require('autoprefixer')({overrideBrowserslist: ['last 1 version']})
//require('autoprefixer')({overrideBrowserslist: ['last 1 version']})
]
},
server: {
Expand Down
27 changes: 15 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,46 @@
"homepage": "https://thehive-project.org/",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.5.1",
"grunt": "^1.0.4",
"grunt-angular-templates": "^1.1.0",
"grunt-concurrent": "^2.3.1",
"autoprefixer": "^9.7.6",
"grunt": "^1.1.0",
"grunt-angular-templates": "^1.2.0",
"grunt-concurrent": "^3.0.0",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-filerev": "^2.3.1",
"grunt-injector": "^1.1.0",
"grunt-karma": "3.0.2",
"grunt-karma": "4.0.0",
"grunt-newer": "^1.3.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-ng-annotate": "^4.0.0",
"grunt-npm-bower": "0.0.4",
"grunt-postcss": "^0.9.0",
"grunt-svgmin": "^6.0.0",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.1",
"karma-jasmine": "2.0.1",
"karma-jasmine": "3.1.1",
"karma-phantomjs-launcher": "1.0.4",
"lodash": "^4.17.11",
"serve-static": "^1.14.0",
"lodash": "^4.17.15",
"serve-static": "^1.14.1",
"time-grunt": "^2.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
},
"browsersList": [
"last 1 version"
]
}

0 comments on commit 0ac9feb

Please sign in to comment.