Skip to content

Commit 0f3babf

Browse files
committed
v0.8.129
1 parent 2dfe463 commit 0f3babf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@lezer/lr": "^1.0.0",
2525
"@nextjournal/lezer-clojure": "1.0.0",
2626
"markdown-it-footnote": "^3.0.3",
27-
"squint-cljs": "0.8.128",
27+
"squint-cljs": "0.8.129",
2828
"w3c-keyname": "^2.2.4"
2929
},
3030
"comments": {

public/squint/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
<script type="importmap">
437437
{
438438
"imports": {
439-
"squint-cljs/core.js": "https://unpkg.com/[email protected].128/core.js"
439+
"squint-cljs/core.js": "https://unpkg.com/[email protected].129/core.js"
440440
}
441441
}
442442
</script>

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1103,10 +1103,10 @@ source-map@^0.5.6:
11031103
resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
11041104
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
11051105

1106-
1107-
version "0.8.128"
1108-
resolved "https://registry.yarnpkg.com/squint-cljs/-/squint-cljs-0.8.128.tgz#9ef9a98ab89e568eee339fd01a24479049523ac4"
1109-
integrity sha512-+5MQORcOpGEPE4gDWafrwSpdlsxfWHYMyQEwrF9jdy5g12TmkKe9qe/OVoFLc6325P/jKeof/xjnbiXGHjfr7A==
1106+
1107+
version "0.8.129"
1108+
resolved "https://registry.yarnpkg.com/squint-cljs/-/squint-cljs-0.8.129.tgz#04a3f1ca899e6fb7e2ba30b882efb791741caff0"
1109+
integrity sha512-cgTKzOorBX2wuli+6BNnioPYslAqyGP+C4W5W/B2ddlBXCTUPfc9nCrxkz5hP1vOt6bPJNZDdKjcXkfRlO62/g==
11101110
dependencies:
11111111
chokidar "^4.0.1"
11121112

0 commit comments

Comments
 (0)