Skip to content

Commit

Permalink
Mass dependency upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Oct 31, 2019
1 parent c66d6a9 commit 55bbba4
Show file tree
Hide file tree
Showing 4 changed files with 714 additions and 576 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ module.exports = function(grunt) {
grunt.task.run(['serve:' + target]);
});

if(process.env.NODE_ENV == "development") {
if(process.env.NODE_ENV === "development") {
grunt.loadNpmTasks('grunt-contrib-compass');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-uglify-es');
grunt.loadNpmTasks('grunt-sass');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-jshint');
Expand Down
3 changes: 3 additions & 0 deletions grunt/sass.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const sass = require('node-sass');

module.exports = {
dev: {
options: {
Expand All @@ -10,6 +12,7 @@ module.exports = {
},
dist: {
options: {
implementation: sass,
style: 'compressed',
compass: true
},
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "website",
"version": "1.2.11",
"version": "1.7.0",
"private": true,
"dependencies": {
"accept-language-parser": "1.3.0",
"async": "2.1.2",
"autoprefixer": "6.6.1",
"awesomplete": "1.1.1",
"accept-language-parser": "1.5.0",
"async": "2.6.3",
"autoprefixer": "9.7.0",
"awesomplete": "1.1.5",
"body-parser": "1.19.0",
"bootstrap-switch": "3.3.2",
"bootstrap-validator": "0.11.5",
"bootstrap-switch": "3.3.5",
"bootstrap-validator": "0.11.9",
"chart.js": "2.4.0",
"client-oauth2": "4.2.1",
"crypto-js": "3.1.7",
Expand All @@ -27,36 +27,36 @@
"passport": "0.3.2",
"passport-oauth2": "1.4.0",
"pug": "2.0.4",
"request": "2.83.0",
"request": "2.88.0",
"showdown": "1.8.6",
"underscore": "1.8.3",
"wpapi": "1.2.1"
},
"devDependencies": {
"grunt": "1.0.4",
"grunt-cli": "1.2.0",
"grunt-cli": "1.3.2",
"grunt-concurrent": "2.3.1",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-concat": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-uglify-es": "3.3.0",
"grunt-contrib-watch": "1.1.0",
"grunt-express-server": "0.5.3",
"grunt-express-server": "0.5.4",
"grunt-nodemon": "0.4.2",
"grunt-postcss": "0.8.0",
"grunt-sass": "1.0.0",
"jshint-stylish": "2.0.1",
"load-grunt-config": "^2.0.1",
"load-grunt-tasks": "3.5.2",
"node-sass": "~4.9.0",
"node-sass-middleware": "0.10.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.1.0",
"jshint-stylish": "2.2.1",
"load-grunt-config": "3.0.1",
"load-grunt-tasks": "5.1.0",
"node-sass": "~4.12.0",
"node-sass-middleware": "0.11.0",
"open": "6.4.0",
"time-grunt": "1.4.0"
},
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.14"
"node": ">=12.13.0",
"npm": ">=6.12.0"
},
"scripts": {
"start": "node express.js"
Expand Down
Loading

0 comments on commit 55bbba4

Please sign in to comment.