Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Commits
1d22f83d
Commit
1d22f83d
authored
4 years ago
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Update npms deps
parent
3207779a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/knowledge-base-web-page-element-view/package.json
+11
-11
11 additions, 11 deletions
packages/knowledge-base-web-page-element-view/package.json
packages/knowledge-base-web-page-element-view/rollup.config.js
+4
-4
4 additions, 4 deletions
...ges/knowledge-base-web-page-element-view/rollup.config.js
with
15 additions
and
15 deletions
packages/knowledge-base-web-page-element-view/package.json
+
11
−
11
View file @
1d22f83d
...
...
@@ -5,31 +5,31 @@
"license"
:
"LGPL-2.1-or-later"
,
"devDependencies"
:
{
"chai"
:
"^4.2.0"
,
"karma"
:
"^
4.2
.0"
,
"karma"
:
"^
5.1
.0"
,
"karma-chai"
:
"^0.1.0"
,
"karma-chrome-launcher"
:
"^3.0.0"
,
"karma-mocha"
:
"^
1.3.0
"
,
"karma-mocha"
:
"^
2.0.1
"
,
"mocha"
:
"^6.2.0"
,
"node-sass"
:
"^4.12.0"
,
"puppeteer"
:
"^1.15.0"
,
"rollup"
:
"^
1.20.0
"
,
"rollup
-
plugin-commonjs"
:
"^10.0
.2
"
,
"rollup"
:
"^
2.18.2
"
,
"
@
rollup
/
plugin-commonjs"
:
"^1
3.
0.0"
,
"rollup-plugin-consts"
:
"^1.0.1"
,
"rollup-plugin-copy"
:
"^3.1.0"
,
"rollup-plugin-delete"
:
"^
1.1
.0"
,
"rollup
-
plugin-json"
:
"^4.0.0"
,
"rollup
-
plugin-node-resolve"
:
"^
5.2
.0"
,
"rollup-plugin-postcss"
:
"^
2.0.3
"
,
"rollup-plugin-delete"
:
"^
2.0
.0"
,
"
@
rollup
/
plugin-json"
:
"^4.0.0"
,
"
@
rollup
/
plugin-node-resolve"
:
"^
8.1
.0"
,
"rollup-plugin-postcss"
:
"^
3.1.2
"
,
"rollup-plugin-replace"
:
"^2.2.0"
,
"rollup-plugin-serve"
:
"^1.0.1"
,
"rollup-plugin-terser"
:
"^
5
.1.
1
"
,
"rollup
-
plugin-url"
:
"^
2.2.2
"
,
"rollup-plugin-terser"
:
"^
6
.1.
0
"
,
"
@
rollup
/
plugin-url"
:
"^
5.0.1
"
,
"vpu-auth"
:
"file:./vendor/auth"
,
"vpu-common"
:
"file:./vendor/common"
},
"dependencies"
:
{
"@open-wc/scoped-elements"
:
"^1.0.9"
,
"i18next"
:
"^1
7.0
.3"
,
"i18next"
:
"^1
9.5
.3"
,
"lit-element"
:
"^2.1.0"
,
"lit-html"
:
"^1.1.1"
,
"material-design-icons-svg"
:
"^3.0.0"
...
...
This diff is collapsed.
Click to expand it.
packages/knowledge-base-web-page-element-view/rollup.config.js
+
4
−
4
View file @
1d22f83d
import
glob
from
'
glob
'
;
import
path
from
'
path
'
;
import
resolve
from
'
rollup
-
plugin-node-resolve
'
;
import
commonjs
from
'
rollup
-
plugin-commonjs
'
;
import
resolve
from
'
@
rollup
/
plugin-node-resolve
'
;
import
commonjs
from
'
@
rollup
/
plugin-commonjs
'
;
import
copy
from
'
rollup-plugin-copy
'
;
import
{
terser
}
from
"
rollup-plugin-terser
"
;
import
json
from
'
rollup
-
plugin-json
'
;
import
json
from
'
@
rollup
/
plugin-json
'
;
import
serve
from
'
rollup-plugin-serve
'
;
import
url
from
"
rollup
-
plugin-url
"
;
import
url
from
"
@
rollup
/
plugin-url
"
;
import
consts
from
'
rollup-plugin-consts
'
;
import
del
from
'
rollup-plugin-delete
'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment