File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
doxdox-renderer-bootstrap/src Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ exports[`bootstrap render 1`] = `
8
8
<meta name = " viewport" content = " initial-scale=1" />
9
9
<title >doxdox-example - doxdox example description</title >
10
10
<link
11
- href = " https://cdn.jsdelivr.net/npm/bootstrap@5.2.0 /dist/css/bootstrap.min.css"
11
+ href = " https://cdn.jsdelivr.net/npm/bootstrap@5.3.3 /dist/css/bootstrap.min.css"
12
12
rel = " stylesheet"
13
13
integrity = " sha256-7ZWbZUAi97rkirk4DcEp4GWDPkWpRMcNaEyXGsNXjLg="
14
14
crossorigin = " anonymous"
15
15
/>
16
16
<link
17
17
rel = " stylesheet"
18
- href = " https://cdn.jsdelivr.net/npm/highlight.js@11.6 .0/styles/github.css"
18
+ href = " https://cdn.jsdelivr.net/npm/highlight.js@11.9 .0/styles/github.css"
19
19
integrity = " sha256-Oppd74ucMR5a5Dq96FxjEzGF7tTw2fZ/6ksAqDCM8GY="
20
20
crossorigin = " anonymous"
21
21
/>
Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ export default async (doc: Doc): Promise<string> => `<!DOCTYPE html>
107
107
<meta name="viewport" content="initial-scale=1" />
108
108
<title>${ doc . name } ${ doc . description ? ` - ${ doc . description } ` : '' } </title>
109
109
<link
110
- href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0 /dist/css/bootstrap.min.css"
110
+ href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3 /dist/css/bootstrap.min.css"
111
111
rel="stylesheet"
112
112
integrity="sha256-7ZWbZUAi97rkirk4DcEp4GWDPkWpRMcNaEyXGsNXjLg="
113
113
crossorigin="anonymous"
114
114
/>
115
115
<link
116
116
rel="stylesheet"
117
- href="https://cdn.jsdelivr.net/npm/highlight.js@11.6 .0/styles/github.css"
117
+ href="https://cdn.jsdelivr.net/npm/highlight.js@11.9 .0/styles/github.css"
118
118
integrity="sha256-Oppd74ucMR5a5Dq96FxjEzGF7tTw2fZ/6ksAqDCM8GY="
119
119
crossorigin="anonymous"
120
120
/>
Original file line number Diff line number Diff line change @@ -91,14 +91,14 @@ export default async (doc: Doc): Promise<Buffer> => {
91
91
doc . description ? ` - ${ doc . description } ` : ''
92
92
} </title>
93
93
<link
94
- href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0 /dist/css/bootstrap.min.css"
94
+ href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3 /dist/css/bootstrap.min.css"
95
95
rel="stylesheet"
96
96
integrity="sha256-7ZWbZUAi97rkirk4DcEp4GWDPkWpRMcNaEyXGsNXjLg="
97
97
crossorigin="anonymous"
98
98
/>
99
99
<link
100
100
rel="stylesheet"
101
- href="https://cdn.jsdelivr.net/npm/highlight.js@11.6 .0/styles/github.css"
101
+ href="https://cdn.jsdelivr.net/npm/highlight.js@11.9 .0/styles/github.css"
102
102
integrity="sha256-Oppd74ucMR5a5Dq96FxjEzGF7tTw2fZ/6ksAqDCM8GY="
103
103
crossorigin="anonymous"
104
104
/>
You can’t perform that action at this time.
0 commit comments