1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-18 05:38:40 +01:00

Update to Node 12 LTS, update frontend dependencies

This commit is contained in:
Kovah 2019-11-28 13:22:03 +01:00
parent 32e19ce77b
commit 03cb4ee148
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
4 changed files with 836 additions and 761 deletions

View File

@ -1 +1 @@
10.15.0
12.13.1

1589
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
"cross-env": "^5.2.1",
"laravel-mix": "^4.1.4",
"resolve-url-loader": "^2.3.2",
"sass": "^1.23.1",
"sass": "^1.23.7",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.6.10"
},
@ -24,7 +24,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"bootstrap": "^4.3.1",
"bootstrap": "4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.16.0",
"selectize": "^0.12.6"

View File

@ -25,7 +25,7 @@ RUN composer install -n --prefer-dist --no-dev
# ================================
# Compile all assets
FROM node:10.15.0 AS npm_builder
FROM node:12.13.1 AS npm_builder
WORKDIR /srv
# Copy package.json and Gruntfile