Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
patternlibrary
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
js
patternlibrary
Commits
c0df5d20
Commit
c0df5d20
authored
Mar 23, 2018
by
Björn Bartels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PATLAB-1
update dependencies
parent
24747723
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
515 additions
and
2209 deletions
+515
-2209
gulpfile.babel.js
gulpfile.babel.js
+1
-1
package-lock.json
package-lock.json
+509
-2195
package.json
package.json
+5
-13
No files found.
gulpfile.babel.js
View file @
c0df5d20
...
...
@@ -5,7 +5,7 @@ import yargs from 'yargs';
import
browser
from
'browser-sync'
;
import
gulp
from
'gulp'
;
import
path
from
'path'
;
import
panini
from
'panini'
;
//
import panini from 'panini';
import
rimraf
from
'rimraf'
;
import
sherpa
from
'style-sherpa'
;
import
yaml
from
'js-yaml'
;
...
...
package-lock.json
View file @
c0df5d20
This source diff could not be displayed because it is too large. You can
view the blob
instead.
package.json
View file @
c0df5d20
...
...
@@ -37,6 +37,7 @@
"
fs-extra
"
:
"
^5
"
,
"
galenframework
"
:
"
^2
"
,
"
glob
"
:
"
^7
"
,
"
glob-all
"
:
"
^3
"
,
"
handlebars
"
:
"
^4
"
,
"
highlight.js
"
:
"
^9
"
,
"
inky
"
:
"
^1
"
,
...
...
@@ -59,7 +60,7 @@
"
markdown-it-sup
"
:
"
^1
"
,
"
markdown-it-table-of-contents
"
:
"
^0.3
"
,
"
markdown-it-task-lists
"
:
"
^2
"
,
"
minimatch
"
:
"
^3
"
,
"
minimatch
"
:
"
^3
.0.4
"
,
"
mkdirp
"
:
"
^0.5
"
,
"
mocha
"
:
"
^5
"
,
"
mocha-lcov-reporter
"
:
"
^1
"
,
...
...
@@ -67,16 +68,15 @@
"
nopt
"
:
"
^4
"
,
"
nyc
"
:
"
^11.6.0
"
,
"
prismjs
"
:
"
^1.6.0
"
,
"
query-string
"
:
"
^
5.1.0
"
,
"
query-string
"
:
"
^
6
"
,
"
querystring
"
:
"
^0.2
"
,
"
require-dir
"
:
"
^1
"
,
"
sassdoc
"
:
"
^2
"
,
"
slash
"
:
"
^
1
"
,
"
slash
"
:
"
^
2
"
,
"
string-template
"
:
"
^1
"
,
"
strip-indent
"
:
"
^2
"
,
"
supercollider
"
:
"
^1
"
,
"
through2
"
:
"
^2
"
,
"
uglify-js
"
:
"
^
2
"
,
"
uglify-js
"
:
"
^
3
"
,
"
vinyl-fs
"
:
"
^3
"
},
"devDependencies"
:
{
...
...
@@ -102,8 +102,6 @@
"
gulp-if
"
:
"
^2
"
,
"
gulp-imagemin
"
:
"
^2
"
,
"
gulp-load-plugins
"
:
"
^1
"
,
"
gulp-mocha
"
:
"
^4
"
,
"
gulp-mocha-phantomjs
"
:
"
^0.12
"
,
"
gulp-rename
"
:
"
^1
"
,
"
gulp-ruby-sass
"
:
"
^2
"
,
"
gulp-sass
"
:
"
^2
"
,
...
...
@@ -112,20 +110,14 @@
"
gulp-sourcemaps
"
:
"
^1
"
,
"
gulp-strip-debug
"
:
"
^1
"
,
"
gulp-uglify
"
:
"
^1
"
,
"
gulp-uncss
"
:
"
^1
"
,
"
gulp-util
"
:
"
^3
"
,
"
highlight.js
"
:
"
^9
"
,
"
jquery
"
:
"
^3
"
,
"
js-yaml
"
:
"
^3
"
,
"
jshint-stylish
"
:
"
^2
"
,
"
mocha
"
:
"
^3
"
,
"
mocha-phantomjs
"
:
"
^4
"
,
"
mochawesome
"
:
"
^2
"
,
"
mochawesome-report-generator
"
:
"
^1
"
,
"
modernizr
"
:
"
^3
"
,
"
motion-ui
"
:
"
^1
"
,
"
opener
"
:
"
^1
"
,
"
panini
"
:
"
^1.6.1
"
,
"
rename-files
"
:
"
^0.0.2
"
,
"
replace-in-file
"
:
"
^2
"
,
"
require-dir
"
:
"
^0.3
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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