Skip to content

Commit

Permalink
Chore: Upgrade jQuery and Axios version (#808)
Browse files Browse the repository at this point in the history
* Chore: Upgrade jquery and axios version

Signed-off-by: Muneeb Mohammed <[email protected]>

---------

Signed-off-by: Muneeb Mohammed <[email protected]>
Co-authored-by: Muneeb Mohammed <[email protected]>
  • Loading branch information
mun2025 and Muneeb Mohammed authored Feb 27, 2025
1 parent 505ecd6 commit 32b4d2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ After the buildpack groups are expanded they are processed in the same way and h

The [Operator's Guide][operator-guide] has more information on creating builders and defining order groups in builders.

[buildpack-group]: /docs/reference/config/builder-config/#order-_list-required_
[order-resolution]: https://github.com/buildpacks/spec/blob/main/buildpack.md#order-resolution
[operator-guide]: /docs/for-platform-operators/
[builder]: /docs/for-platform-operators/concepts/builder/
Expand Down
2 changes: 1 addition & 1 deletion themes/buildpacks/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ partial "meta.html" . }}

<script
src="https://cdn.jsdelivr.net/combine/npm/axios@0.21.0,npm/jquery@3.5.1,npm/[email protected],npm/[email protected],npm/[email protected]/replacetext.min.js"></script>
src="https://cdn.jsdelivr.net/combine/npm/axios@1.7.9,npm/jquery@3.7.1,npm/[email protected],npm/[email protected],npm/[email protected]/replacetext.min.js"></script>


<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css"
Expand Down

0 comments on commit 32b4d2b

Please sign in to comment.