Skip to content

Commit 32b4d2b

Browse files
mun2025Muneeb Mohammed
and
Muneeb Mohammed
authored
Chore: Upgrade jQuery and Axios version (#808)
* 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]>
1 parent 505ecd6 commit 32b4d2b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

content/docs/for-buildpack-authors/concepts/buildpack-group.md

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ After the buildpack groups are expanded they are processed in the same way and h
5353

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

56-
[buildpack-group]: /docs/reference/config/builder-config/#order-_list-required_
5756
[order-resolution]: https://github.com/buildpacks/spec/blob/main/buildpack.md#order-resolution
5857
[operator-guide]: /docs/for-platform-operators/
5958
[builder]: /docs/for-platform-operators/concepts/builder/

themes/buildpacks/layouts/_default/baseof.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ partial "meta.html" . }}
66

77
<script
8-
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>
8+
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>
99

1010

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

0 commit comments

Comments
 (0)