Skip to content
Snippets Groups Projects
Commit e834ec3f authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update app-shell and upload and pull in transitive deps for now

We didn't allow rollup to look into vendored node_modules so we avoid
multiple version in the same bundle, but this breaks in case a vendored
packages has a new dep not used elsewhere.

For now just add the dep in the app.
parent ea17b671
Branches
No related tags found
No related merge requests found
Pipeline #10045 passed with warnings
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
</head> </head>
<body> <body>
<vpu-app lang="de" src="<%= geturl('vpu-signature.topic.metadata.json') %>" entry-point-url="<%= entryPointURL %>" base-path="<%= geturl('') %>"><vpu-spinner></vpu-spinner></vpu-app> <vpu-app-shell lang="de" src="<%= geturl('vpu-signature.topic.metadata.json') %>" entry-point-url="<%= entryPointURL %>" base-path="<%= geturl('') %>"><vpu-spinner></vpu-spinner></vpu-app-shell>
<!-- Error handling for too old browsers --> <!-- Error handling for too old browsers -->
<script src="<%= geturl('local/vpu-signature/browser-check.js') %>" defer></script> <script src="<%= geturl('local/vpu-signature/browser-check.js') %>" defer></script>
......
...@@ -3658,9 +3658,9 @@ ...@@ -3658,9 +3658,9 @@
"dev": true "dev": true
}, },
"path-to-regexp": { "path-to-regexp": {
"version": "3.2.0", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.2.0.tgz", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.1.0.tgz",
"integrity": "sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==" "integrity": "sha512-h9DqehX3zZZDCEm+xbfU0ZmwCGFCAAraPJWMXJ4+v32NjZJilVg3k1TcKsRgIb8IQ/izZSaydDc1OhJCZvs2Dw=="
}, },
"path-type": { "path-type": {
"version": "4.0.0", "version": "4.0.0",
...@@ -5013,11 +5013,11 @@ ...@@ -5013,11 +5013,11 @@
} }
}, },
"universal-router": { "universal-router": {
"version": "8.3.0", "version": "9.0.1",
"resolved": "https://registry.npmjs.org/universal-router/-/universal-router-8.3.0.tgz", "resolved": "https://registry.npmjs.org/universal-router/-/universal-router-9.0.1.tgz",
"integrity": "sha512-cBkihRoHvRQAjdUnDE1GGuuw/TPAIi8z2pEsSmUVAWLeZdgjHzzAb1+0VOO6NvBOvySItOTQikzaGlRxRdJBnA==", "integrity": "sha512-cDKiUa0/XuEXVlbvngqW1gYaolq6/+hNakR291PostYaN5G7w6VOKfk3nIucHlX5MxFnvmSs9KsRgD+6pYwwzg==",
"requires": { "requires": {
"path-to-regexp": "^3.1.0" "path-to-regexp": "^6.1.0"
} }
}, },
"universalify": { "universalify": {
...@@ -5176,10 +5176,33 @@ ...@@ -5176,10 +5176,33 @@
"vpu-app-shell": { "vpu-app-shell": {
"version": "file:vendor/app-shell", "version": "file:vendor/app-shell",
"requires": { "requires": {
"i18next": "^19.1.0", "i18next": "^19.4.1",
"lit-element": "^2.2.1", "lit-element": "^2.2.1",
"lit-html": "^1.1.2", "lit-html": "^1.1.2",
"universal-router": "^8.3.0" "universal-router": "^9.0.1"
},
"dependencies": {
"i18next": {
"version": "19.4.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-19.4.2.tgz",
"integrity": "sha512-gDctWhIgACc92Uub7vb0GTdtLKZTgiDIiBkGExOSPgqhCSyyPOb8svLxixzzSS3yMjC3fduK/BbkRt95JHwvDw==",
"requires": {
"@babel/runtime": "^7.3.1"
}
},
"path-to-regexp": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.1.0.tgz",
"integrity": "sha512-h9DqehX3zZZDCEm+xbfU0ZmwCGFCAAraPJWMXJ4+v32NjZJilVg3k1TcKsRgIb8IQ/izZSaydDc1OhJCZvs2Dw=="
},
"universal-router": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/universal-router/-/universal-router-9.0.1.tgz",
"integrity": "sha512-cDKiUa0/XuEXVlbvngqW1gYaolq6/+hNakR291PostYaN5G7w6VOKfk3nIucHlX5MxFnvmSs9KsRgD+6pYwwzg==",
"requires": {
"path-to-regexp": "^6.1.0"
}
}
} }
}, },
"vpu-auth": { "vpu-auth": {
...@@ -5201,16 +5224,16 @@ ...@@ -5201,16 +5224,16 @@
"vpu-file-upload": { "vpu-file-upload": {
"version": "file:vendor/file-upload", "version": "file:vendor/file-upload",
"requires": { "requires": {
"i18next": "^17.0.3", "i18next": "^19.4.2",
"lit-element": "^2.1.0", "lit-element": "^2.1.0",
"lit-html": "^1.1.1", "lit-html": "^1.1.1",
"material-design-icons-svg": "^3.0.0" "material-design-icons-svg": "^3.0.0"
}, },
"dependencies": { "dependencies": {
"i18next": { "i18next": {
"version": "17.3.1", "version": "19.4.2",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-17.3.1.tgz", "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.4.2.tgz",
"integrity": "sha512-4nY+yaENaoZKmpbiDXPzucVHCN3hN9Z9Zk7LyQXVOKVIpnYOJ3L/yxHJlBPtJDq3PGgjFwA0QBFm/26Z0iDT5A==", "integrity": "sha512-gDctWhIgACc92Uub7vb0GTdtLKZTgiDIiBkGExOSPgqhCSyyPOb8svLxixzzSS3yMjC3fduK/BbkRt95JHwvDw==",
"requires": { "requires": {
"@babel/runtime": "^7.3.1" "@babel/runtime": "^7.3.1"
} }
......
Subproject commit 0419a6e56f66bce5c19d7c844979d40c7f675550 Subproject commit c869443381c0e01ccfc920b2558ec85c02f9e83d
Subproject commit caa4aab8c9960b37d7a815919b12403cf22b69fb Subproject commit 8ca07137492cf9111247224691e52ea8d296b42d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment