Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
5e91adbf
Commit
5e91adbf
authored
Apr 17, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update various 3rd party dependencies
parent
78b60a3b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3695 additions
and
7636 deletions
+3695
-7636
Makefile
Makefile
+0
-1
package-lock.json
package-lock.json
+3685
-7619
package.json
package.json
+5
-11
src/headless/package-lock.json
src/headless/package-lock.json
+5
-5
No files found.
Makefile
View file @
5e91adbf
...
@@ -19,7 +19,6 @@ SASS ?= ./node_modules/.bin/node-sass
...
@@ -19,7 +19,6 @@ SASS ?= ./node_modules/.bin/node-sass
SED
?=
sed
SED
?=
sed
SPHINXBUILD
?=
./bin/sphinx-build
SPHINXBUILD
?=
./bin/sphinx-build
SPHINXOPTS
=
SPHINXOPTS
=
UGLIFYJS
?=
node_modules/.bin/uglifyjs
XGETTEXT
=
xgettext
XGETTEXT
=
xgettext
...
...
package-lock.json
View file @
5e91adbf
This diff is collapsed.
Click to expand it.
package.json
View file @
5e91adbf
...
@@ -55,18 +55,14 @@
...
@@ -55,18 +55,14 @@
"browser"
:
"*"
"browser"
:
"*"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@babel/cli
"
:
"
^7.
5.0
"
,
"
@babel/cli
"
:
"
^7.
8.4
"
,
"
@babel/core
"
:
"
^7.
5.4
"
,
"
@babel/core
"
:
"
^7.
9.0
"
,
"
@babel/plugin-proposal-nullish-coalescing-operator
"
:
"
^7.8.3
"
,
"
@babel/plugin-proposal-nullish-coalescing-operator
"
:
"
^7.8.3
"
,
"
@babel/plugin-proposal-optional-chaining
"
:
"
^7.9.0
"
,
"
@babel/plugin-proposal-optional-chaining
"
:
"
^7.9.0
"
,
"
@babel/plugin-syntax-dynamic-import
"
:
"
^7.2.0
"
,
"
@babel/plugin-syntax-dynamic-import
"
:
"
^7.2.0
"
,
"
@babel/preset-env
"
:
"
^7.9.5
"
,
"
@babel/preset-env
"
:
"
^7.9.5
"
,
"
@converse/headless
"
:
"
file:src/headless
"
,
"
@converse/headless
"
:
"
file:src/headless
"
,
"
@fortawesome/fontawesome-free
"
:
"
5.13.0
"
,
"
@fortawesome/fontawesome-free
"
:
"
5.13.0
"
,
"
@lit-element-bootstrap/button
"
:
"
^1.0.0
"
,
"
@lit-element-bootstrap/button-group
"
:
"
^1.0.0
"
,
"
@lit-element-bootstrap/dropdown
"
:
"
^1.0.0-alpha.4
"
,
"
@open-wc/building-webpack
"
:
"
^2.12.0
"
,
"
autoprefixer
"
:
"
^9.7.6
"
,
"
autoprefixer
"
:
"
^9.7.6
"
,
"
babel-eslint
"
:
"
^10.1.0
"
,
"
babel-eslint
"
:
"
^10.1.0
"
,
"
babel-loader
"
:
"
^8.1.0
"
,
"
babel-loader
"
:
"
^8.1.0
"
,
...
@@ -89,7 +85,7 @@
...
@@ -89,7 +85,7 @@
"
imports-loader
"
:
"
^0.8.0
"
,
"
imports-loader
"
:
"
^0.8.0
"
,
"
install
"
:
"
^0.13.0
"
,
"
install
"
:
"
^0.13.0
"
,
"
jasmine-core
"
:
"
2.99.1
"
,
"
jasmine-core
"
:
"
2.99.1
"
,
"
jsdoc
"
:
"
^3.6.
2
"
,
"
jsdoc
"
:
"
^3.6.
4
"
,
"
lerna
"
:
"
^3.20.2
"
,
"
lerna
"
:
"
^3.20.2
"
,
"
lit-html
"
:
"
^1.2.1
"
,
"
lit-html
"
:
"
^1.2.1
"
,
"
lodash-template-webpack-loader
"
:
"
jcbrand/lodash-template-webpack-loader
"
,
"
lodash-template-webpack-loader
"
:
"
jcbrand/lodash-template-webpack-loader
"
,
...
@@ -101,15 +97,13 @@
...
@@ -101,15 +97,13 @@
"
po2json
"
:
"
^1.0.0-beta
"
,
"
po2json
"
:
"
^1.0.0-beta
"
,
"
postcss-clean
"
:
"
^1.1.0
"
,
"
postcss-clean
"
:
"
^1.1.0
"
,
"
postcss-loader
"
:
"
^3.0.0
"
,
"
postcss-loader
"
:
"
^3.0.0
"
,
"
prettierx
"
:
"
^0.11.
0
"
,
"
prettierx
"
:
"
^0.11.
2
"
,
"
requirejs
"
:
"
2.3.6
"
,
"
requirejs
"
:
"
2.3.6
"
,
"
run-headless-chromium
"
:
"
^0.1.1
"
,
"
run-headless-chromium
"
:
"
^0.1.1
"
,
"
sass-loader
"
:
"
^8.0.2
"
,
"
sass-loader
"
:
"
^8.0.2
"
,
"
sinon
"
:
"
^9.0.2
"
,
"
sinon
"
:
"
^9.0.2
"
,
"
sizzle
"
:
"
^2.3.5
"
,
"
sizzle
"
:
"
^2.3.5
"
,
"
style-loader
"
:
"
^0.23.1
"
,
"
style-loader
"
:
"
^1.1.4
"
,
"
uglify-es
"
:
"
^3.3.9
"
,
"
uglify-js
"
:
"
^3.8.1
"
,
"
urijs
"
:
"
^1.19.2
"
,
"
urijs
"
:
"
^1.19.2
"
,
"
webpack
"
:
"
^4.42.1
"
,
"
webpack
"
:
"
^4.42.1
"
,
"
webpack-cli
"
:
"
^3.3.11
"
,
"
webpack-cli
"
:
"
^3.3.11
"
,
...
...
src/headless/package-lock.json
View file @
5e91adbf
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
"requires"
:
true
,
"requires"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
"filesize"
:
{
"filesize"
:
{
"version"
:
"
4.2.1
"
,
"version"
:
"
6.1.0
"
,
"resolved"
:
"https://registry.npmjs.org/filesize/-/filesize-
4.2.1
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/filesize/-/filesize-
6.1.0
.tgz"
,
"integrity"
:
"sha512-
bP82Hi8VRZX/TUBKfE24iiUGsB/sfm2WUrwTQyAzQrhO3V9IhcBBNBXMyzLY5orACxRyYJ3d2HeRVX+eFv4lmA
=="
,
"integrity"
:
"sha512-
LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg
=="
,
"dev"
:
true
"dev"
:
true
},
},
"fs-extra"
:
{
"fs-extra"
:
{
...
@@ -94,8 +94,8 @@
...
@@ -94,8 +94,8 @@
}
}
},
},
"skeletor.js"
:
{
"skeletor.js"
:
{
"version"
:
"github:skeletorjs/skeletor#
dea2d5791ee894493e30b92662c953efec0e58f6
"
,
"version"
:
"github:skeletorjs/skeletor#
bf6d9c86f9fcf224fa9d9af5a25380b77aa4b561
"
,
"from"
:
"github:skeletorjs/skeletor#
dea2d5791ee894493e30b92662c953efec0e58f6
"
,
"from"
:
"github:skeletorjs/skeletor#
bf6d9c86f9fcf224fa9d9af5a25380b77aa4b561
"
,
"dev"
:
true
,
"dev"
:
true
,
"requires"
:
{
"requires"
:
{
"lodash"
:
"^4.17.14"
"lodash"
:
"^4.17.14"
...
...
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