update npm packages

This commit is contained in:
Frank Taillandier
2018-03-29 16:21:35 +02:00
parent 3b3be384df
commit 9f74627676
2 changed files with 1628 additions and 11 deletions

1618
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +1,15 @@
{
"name": "liquid-docs",
"version": "0.1.0",
"version": "0.2.0",
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"grunt": "~0.4.1",
"grunt-autoprefixer": "^3.0.3",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "^0.5.5",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "^3.1.0"
"autoprefixer": "~8.2",
"grunt": "~1.0",
"grunt-concurrent": "~2.3",
"grunt-contrib-concat": "~1.0",
"grunt-contrib-sass": "~1.0",
"grunt-contrib-watch": "~1.0",
"grunt-postcss": "~0.9",
"grunt-shell": "~2.1",
"load-grunt-tasks": "~3.5"
}
}