Update devDependencies
This commit is contained in:
parent
7242e0b633
commit
e41b1a92fa
|
|
@ -7,6 +7,7 @@ module.exports = function (grunt) {
|
||||||
development: {
|
development: {
|
||||||
options: {
|
options: {
|
||||||
compress: true,
|
compress: true,
|
||||||
|
javascriptEnabled: true,
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
"./public/assets/stylesheet/application.css": "./public/assets/stylesheet/application.less",
|
"./public/assets/stylesheet/application.css": "./public/assets/stylesheet/application.less",
|
||||||
|
|
|
||||||
18
package.json
18
package.json
|
|
@ -4,17 +4,17 @@
|
||||||
"description": "Attendize Ticketing Platform",
|
"description": "Attendize Ticketing Platform",
|
||||||
"main": "public/index.php",
|
"main": "public/index.php",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"less": "~1.7.0"
|
"less": "^3.9.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bower": "^1.8.4",
|
"bower": "^1.8.8",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^1.0.3",
|
||||||
"grunt-cli": "^1.2.0",
|
"grunt-cli": "^1.3.2",
|
||||||
"grunt-contrib-concat": "^0.5.1",
|
"grunt-contrib-concat": "^1.0.1",
|
||||||
"grunt-contrib-less": "^0.12.0",
|
"grunt-contrib-less": "^2.0.0",
|
||||||
"grunt-contrib-uglify": "^0.6.0",
|
"grunt-contrib-uglify": "^4.0.0",
|
||||||
"grunt-contrib-watch": "^0.6.1",
|
"grunt-contrib-watch": "^1.1.0",
|
||||||
"laravel-elixir": "*"
|
"laravel-elixir": "6.0.0-18"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-frontend": "grunt",
|
"build-frontend": "grunt",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue