Skip to content

Commit b70c745

Browse files
committed
bump versions
1 parent ea5cfcf commit b70c745

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"dependencies": {
2626
"autoprefixer": "9.x",
2727
"grunt": "~1.x",
28-
"grunt-contrib-clean": "1.x",
29-
"grunt-contrib-concat": "1.x",
28+
"grunt-contrib-clean": "2.x",
3029
"grunt-contrib-compress": "1.x",
30+
"grunt-contrib-concat": "1.x",
3131
"grunt-contrib-copy": "1.x",
32-
"grunt-contrib-cssmin": "2.x",
33-
"grunt-contrib-imagemin": "2.x",
34-
"grunt-contrib-uglify": "3.x",
32+
"grunt-contrib-cssmin": "3.x",
33+
"grunt-contrib-imagemin": "3.x",
34+
"grunt-contrib-uglify": "4.x",
3535
"grunt-contrib-watch": "1.x",
3636
"grunt-newer": "1.x",
3737
"grunt-postcss": "0.x",
@@ -40,8 +40,8 @@
4040
"grunt-sass": "3.x",
4141
"grunt-version": "1.x",
4242
"grunt-wp-i18n": "1.x",
43-
"postcss-pxtorem": "4.x",
44-
"time-grunt": "1.x",
45-
"node-sass": "4.x"
43+
"node-sass": "4.x",
44+
"postcss-pxtorem": "5.x",
45+
"time-grunt": "1.x"
4646
}
4747
}

0 commit comments

Comments
 (0)