Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
common
t3olayout
Commits
1c5a2c94
Commit
1c5a2c94
authored
Mar 08, 2021
by
Stefan Busemann
Browse files
Merge branch 'task/use-node-14' into 'main'
Use node v14 See merge request
!604
parents
270803cc
73e35732
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1c5a2c94
...
...
@@ -35,7 +35,7 @@ test:php:
-
report.json
build
:
image
:
node:1
2
image
:
node:1
4
stage
:
build
before_script
:
-
npm config set cache cache/npm/ --global
...
...
Build/package-lock.json
View file @
1c5a2c94
This diff is collapsed.
Click to expand it.
Build/package.json
View file @
1c5a2c94
...
...
@@ -11,9 +11,9 @@
"bootstrap4-notify"
:
"4.0.3"
,
"cookieconsent"
:
"3.1.0"
,
"datatables.net-bs4"
:
"1.10.19"
,
"gravatar"
:
"1.
6.0
"
,
"gravatar"
:
"
^
1.
8.1
"
,
"h5bp-print-styles"
:
"4.3.2"
,
"jquery"
:
"3.
4
.1"
,
"jquery"
:
"
^
3.
5
.1"
,
"jquery-typeahead"
:
"2.10.4"
,
"popper.js"
:
"1.14.4"
,
"slick-carousel"
:
"1.8.1"
,
...
...
@@ -24,15 +24,15 @@
"babel-core"
:
"^6.26.3"
,
"babel-preset-es2015"
:
"^6.24.1"
,
"babelify"
:
"^8.0.0"
,
"browser-sync"
:
"^2.26.
7
"
,
"browserify"
:
"^16.
2.3
"
,
"browser-sync"
:
"^2.26.
14
"
,
"browserify"
:
"^16.
5.2
"
,
"gulp"
:
"^4.0.0"
,
"gulp-autoprefixer"
:
"^4.1.0"
,
"gulp-babel"
:
"^7.0.0"
,
"gulp-clean-css"
:
"^3.9.2"
,
"gulp-cssnano"
:
"^2.1.2"
,
"gulp-eslint"
:
"^4.0.1"
,
"gulp-file-include"
:
"^2.
0.1
"
,
"gulp-file-include"
:
"^2.
3.0
"
,
"gulp-plumber"
:
"^1.2.0"
,
"gulp-rename"
:
"^1.2.2"
,
"gulp-sass"
:
"^4.0.2"
,
...
...
@@ -41,9 +41,9 @@
"gulp-stylelint"
:
"^6.0.0"
,
"gulp-uglify"
:
"^3.0.0"
,
"kss"
:
"^3.0.0-beta.23"
,
"node-sass"
:
"^4.13.1"
,
"vinyl-buffer"
:
"^1.0.1"
,
"vinyl-source-stream"
:
"^2.0.0"
,
"node-sass"
:
"^4.13.1"
"vinyl-source-stream"
:
"^2.0.0"
},
"config"
:
{
"path"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment