Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
update depedencies for unified grunt tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Jan 31, 2022
1 parent 0adaeec commit 5f0fca3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,25 @@
},
"author": "helgatheviking",
"devDependencies": {
"autoprefixer": "^10.3.4",
"@lodder/grunt-postcss": "^3.0.1",
"grunt": "~1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~3.1.1",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-uglify": "~5.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-newer": "~1.3.0",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~1.0.3",
"jshint-stylish": "~2.2.1",
"load-grunt-tasks": "~5.1.0"
"load-grunt-tasks": "~5.1.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.6"
},
"scripts": {
"build": "grunt build",
Expand Down

0 comments on commit 5f0fca3

Please sign in to comment.