0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Update node version to 7.7.1 and all node dependencies.

This commit is contained in:
Andrey Antukh 2017-03-03 13:39:30 +01:00
parent 45d716a03e
commit 9caeef72ea
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
4 changed files with 300 additions and 242 deletions

View file

@ -59,8 +59,8 @@ USER uxbox
WORKDIR /home/uxbox
RUN git clone https://github.com/creationix/nvm.git .nvm
RUN bash -c "source .nvm/nvm.sh && nvm install v6.9.2"
RUN bash -c "source .nvm/nvm.sh && nvm alias default v6.9.2"
RUN bash -c "source .nvm/nvm.sh && nvm install v7.7.1"
RUN bash -c "source .nvm/nvm.sh && nvm alias default v7.7.1"
COPY files/lein /home/uxbox/.local/bin/lein
RUN bash -c "/home/uxbox/.local/bin/lein version"

View file

@ -1 +1 @@
v6.9.4
v7.7.1

File diff suppressed because it is too large Load diff

View file

@ -18,20 +18,20 @@
"devDependencies": {
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-brotli": "^1.2.0",
"gulp-brotli": "1.2.0",
"gulp-css-base64": "1.3.4",
"gulp-cssmin": "0.1.7",
"gulp-gzip": "^1.4.0",
"gulp-gzip": "1.4.0",
"gulp-if": "2.0.2",
"gulp-mustache": "2.3.0",
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-watch": "4.3.10",
"rimraf": "2.5.4",
"gulp-sass": "3.1.0",
"gulp-watch": "4.3.11",
"rimraf": "2.6.1",
"run-sequence": "1.2.2"
},
"dependencies": {
"source-map-support": "0.4.6"
"source-map-support": "0.4.11"
}
}