Skip to content

Commit

Permalink
Update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jun 24, 2019
1 parent 68723d3 commit 38490b7
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 54 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = function (grunt) {
// Compiles Sass to CSS and generates necessary files if requested
sass: {
options: {
implementation: require('node-sass'),
sourceMap: true,
sourceMapEmbed: true,
sourceMapContents: true,
Expand All @@ -65,9 +66,7 @@ module.exports = function (grunt) {
map: true,
processors: [
// Add vendor prefixed styles
require('autoprefixer')({
browsers: ['> 1%', 'last 3 versions', 'Firefox ESR', 'Opera 12.1']
})
require('autoprefixer')()
]
},
dist: {
Expand Down
148 changes: 105 additions & 43 deletions bundle/Resources/public/admin/css/style.css

Large diffs are not rendered by default.

23 changes: 15 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"private": true,
"devDependencies": {
"autoprefixer": "^6.7.6",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"autoprefixer": "^9.6.0",
"grunt": "^1.0.4",
"grunt-contrib-watch": "^1.1.0",
"grunt-lock": "^0.1.3",
"grunt-newer": "^1.2.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-newer": "^1.3.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.2",
"grunt-wiredep": "^3.0.1",
"jit-grunt": "^0.10.0",
"time-grunt": "^1.4.0"
}
"node-sass": "^4.12.0",
"time-grunt": "^2.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}

0 comments on commit 38490b7

Please sign in to comment.