Skip to content

Commit

Permalink
update docs and benchmark to use latest patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
jithujoshyjy committed Aug 12, 2023
1 parent 22b0fa1 commit 6bfd241
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion benchmark/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { natives, nodes, css, when, state, on, watch, each } from "https://cdn.jsdelivr.net/npm/jquire@1.3.20/src/jquire.min.js"
import { natives, nodes, css, when, state, on, watch, each } from "https://cdn.jsdelivr.net/npm/jquire@1.4.3/src/jquire.min.js"

natives.globalize()
const { attr } = nodes
Expand Down
2 changes: 1 addition & 1 deletion docs/components/AlertBox.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { natives, nodes, css, pathSetter } from "https://cdn.jsdelivr.net/npm/jquire@1.3.20/src/jquire.min.js"
import { natives, nodes, css, pathSetter } from "https://cdn.jsdelivr.net/npm/jquire@1.4.3/src/jquire.min.js"

const { div, img, h4, p } = natives
const { attr, text, fragment } = nodes
Expand Down
2 changes: 1 addition & 1 deletion docs/components/CodeBox.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { natives, nodes, css, state, watch } from "https://cdn.jsdelivr.net/npm/jquire@1.3.20/src/jquire.min.js"
import { natives, nodes, css, state, watch } from "https://cdn.jsdelivr.net/npm/jquire@1.4.3/src/jquire.min.js"
const { pre, code, link } = natives
const { attr, fragment } = nodes

Expand Down
2 changes: 1 addition & 1 deletion docs/components/Emphasize.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { natives, nodes } from "https://cdn.jsdelivr.net/npm/jquire@1.3.20/src/jquire.min.js"
import { natives, nodes } from "https://cdn.jsdelivr.net/npm/jquire@1.4.3/src/jquire.min.js"

const { em } = natives
const { attr } = nodes
Expand Down
2 changes: 1 addition & 1 deletion docs/components/Link.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { natives, nodes } from "https://cdn.jsdelivr.net/npm/jquire@1.3.20/src/jquire.min.js"
import { natives, nodes } from "https://cdn.jsdelivr.net/npm/jquire@1.4.3/src/jquire.min.js"

const { a } = natives
const { attr } = nodes
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
natives, nodes, on, state, each, watch, pathSetter, css, when
} from "https://cdn.jsdelivr.net/npm/jquire@1.3.20/src/jquire.min.js"
} from "https://cdn.jsdelivr.net/npm/jquire@1.4.3/src/jquire.min.js"

import highlight from "https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/es/highlight.min.js"
import javascript from "https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@latest/build/es/languages/javascript.min.js"
Expand Down

0 comments on commit 6bfd241

Please sign in to comment.