mirror of
https://github.com/penpot/penpot.git
synced 2025-02-07 23:08:24 -05:00
Update node dependencies.
This commit is contained in:
parent
e7e7738567
commit
0fdb11e153
3 changed files with 1167 additions and 595 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
v6.3.1
|
v6.9.1
|
||||||
|
|
1750
npm-shrinkwrap.json
generated
1750
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
@ -17,19 +17,19 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "3.9.1",
|
"gulp": "3.9.1",
|
||||||
"gulp-autoprefixer": "3.1.0",
|
"gulp-autoprefixer": "3.1.1",
|
||||||
"gulp-css-base64": "1.3.4",
|
"gulp-css-base64": "1.3.4",
|
||||||
"gulp-cssmin": "0.1.7",
|
"gulp-cssmin": "0.1.7",
|
||||||
"gulp-if": "2.0.1",
|
"gulp-if": "2.0.2",
|
||||||
"gulp-mustache": "2.2.0",
|
"gulp-mustache": "2.3.0",
|
||||||
"gulp-plumber": "1.1.0",
|
"gulp-plumber": "1.1.0",
|
||||||
"gulp-rename": "1.2.2",
|
"gulp-rename": "1.2.2",
|
||||||
"gulp-sass": "2.3.2",
|
"gulp-sass": "2.3.2",
|
||||||
"gulp-watch": "4.3.9",
|
"gulp-watch": "4.3.10",
|
||||||
"rimraf": "2.5.4",
|
"rimraf": "2.5.4",
|
||||||
"run-sequence": "1.2.2"
|
"run-sequence": "1.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"source-map-support": "0.4.2"
|
"source-map-support": "0.4.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue