Skip to content

Commit

Permalink
Update dependency lit to v2.7.5 (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 5, 2023
1 parent 31be717 commit d8ee4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</head>

<body style="min-height:100%; height:100%; padding-top:100px">
<script src="https://cdn.jsdelivr.net/npm/lit@2.7.4/polyfill-support.js"></script>
<script src="https://cdn.jsdelivr.net/npm/lit@2.7.5/polyfill-support.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2.8.0/webcomponents-loader.js"></script>
<script data="jio" src="https://cdn.jsdelivr.net/npm/@jenkinsci/jenkins-io-components/+esm" type="module"></script>
<script data="jio" nomodule="" src="https://cdn.jsdelivr.net/npm/@jenkinsci/jenkins-io-components/"></script>
Expand Down

0 comments on commit d8ee4ec

Please sign in to comment.