Skip to content

Commit

Permalink
Merge pull request #88 from oracle/feature/update-graphiql
Browse files Browse the repository at this point in the history
Updated libraries and copyright year
  • Loading branch information
rb80 authored Jan 31, 2025
2 parents 1893086 + e869721 commit 90d4ee4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions graphql/graphiql.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
* Copyright (c) 2021, 2024 Oracle and/or its affiliates.
* Copyright (c) 2021, 2025 Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as
* shown by the LICENSE.txt file in the root directory of
Expand Down Expand Up @@ -86,11 +86,11 @@
If you do not want to rely on a CDN, you can host these files locally or
include them directly in your favored resource bunder.
-->
<script src="https://unpkg.com/react@18.2.0/umd/react.development.js"
integrity="sha384-0HL/VWVbwweJfp0saUL50fXRuSABCdVeinTBoJCDXprLkJ49VI0QMWNGMRt8ebnT" crossorigin="anonymous">
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js"
integrity="sha384-hD6/rw4ppMLGNu3tX5cjIb+uRZ7UkRJ6BPkLpg4hAu/6onKUg4lLsHAs9EBPT82L" crossorigin="anonymous">
</script>
<script src="https://unpkg.com/react-dom@18.2.0/umd/react-dom.development.js"
integrity="sha384-79Od0yhavbvtuP2nWl+Y6mwgs8AlknSIikYSw0+uOc65GTyH8SW7e2hCyCB303Y2" crossorigin="anonymous">
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js"
integrity="sha384-u6aeetuaXnQ38mYT8rp6sbXaQe3NL9t+IBXmnYxwkUI2Hw4bsp2Wvmx4yRQF1uAm" crossorigin="anonymous">
</script>

<!--
Expand Down Expand Up @@ -174,7 +174,7 @@
<footer class="oj-web-applayout-footer oj-sm-padding-2x-horizontal" role="contentinfo" style="height:5vh">
<div class="oj-flex-bar oj-sm-margin-2x-top">
<div class="oj-flex-bar-start">
Copyright &copy; 2014, 2024 Oracle and/or its affiliates All rights reserved.
Copyright &copy; 2014, <script>document.write(new Date().getFullYear());</script> Oracle and/or its affiliates All rights reserved.
</div>
<div class="oj-flex-bar-end">
<ul>
Expand Down

0 comments on commit 90d4ee4

Please sign in to comment.