File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/app/[locale]/(doc-session)/documentation/js/subComponents Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export function UsageCDNExample() {
6868 return (
6969 < SyntaxHighlighter language = "html" style = { a11yDark } >
7070 { `<script type="module">
71- import { isEmail, cpfIsValid } from "https://cdn.jsdelivr.net/npm/multiform-validator@2.4.0 /+esm";
71+ import { isEmail, cpfIsValid } from "https://cdn.jsdelivr.net/npm/multiform-validator@2.5.1 /+esm";
7272 const emailResult = isEmail("123456");
7373 const cpfResult = cpfIsValid("123456");
7474
@@ -85,21 +85,21 @@ export function Cdns() {
8585 < div className = "mb-4" >
8686 < h3 className = "mb-2" > jsDelivr</ h3 >
8787 < SyntaxHighlighter language = "bash" style = { a11yDark } >
88- https://cdn.jsdelivr.net/npm/multiform-validator@2.4.0 /+esm
88+ https://cdn.jsdelivr.net/npm/multiform-validator@2.5.1 /+esm
8989 </ SyntaxHighlighter >
9090 < SyntaxHighlighter language = "html" style = { a11yDark } >
9191 { `<script type="module">
92- import multiformValidator from "https://cdn.jsdelivr.net/npm/multiform-validator@2.4.0 /+esm"
92+ import multiformValidator from "https://cdn.jsdelivr.net/npm/multiform-validator@2.5.1 /+esm"
9393</script>` }
9494 </ SyntaxHighlighter >
9595 </ div >
9696 < div className = "mb-4" >
9797 < h3 className = "mb-2" > unpkg</ h3 >
9898 < SyntaxHighlighter language = "bash" style = { a11yDark } >
99- https://unpkg.com/multiform-validator@2.4.0 /dist/cjs/index.cjs
99+ https://unpkg.com/multiform-validator@2.5.1 /dist/cjs/index.cjs
100100 </ SyntaxHighlighter >
101101 < SyntaxHighlighter language = "html" style = { a11yDark } >
102- { `<script src="https://unpkg.com/multiform-validator@2.4.0 /dist/cjs/index.cjs"></script>` }
102+ { `<script src="https://unpkg.com/multiform-validator@2.5.1 /dist/cjs/index.cjs"></script>` }
103103 </ SyntaxHighlighter >
104104 </ div >
105105 </ >
You can’t perform that action at this time.
0 commit comments