From 2fcda5d35e55a9ff69ee60bccc197045a2b59b92 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 20 Nov 2023 20:57:10 +0100 Subject: [PATCH] squint macros v0.1.0 --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 11e2594..8768ed1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@lezer/lr": "^1.0.0", "@nextjournal/lezer-clojure": "1.0.0", "squint-cljs": "0.4.56", - "squint-macros": "https://github.com/squint-cljs/squint-macros", + "@squint-cljs/macros": "0.1.0", "w3c-keyname": "^2.2.4" }, "comments": { diff --git a/yarn.lock b/yarn.lock index c126d7c..a325bdc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -316,6 +316,11 @@ dependencies: "@lezer/lr" "^1.0.0" +"@squint-cljs/macros@0.1.0": + version "0.1.0" + resolved "https://registry.yarnpkg.com/@squint-cljs/macros/-/macros-0.1.0.tgz#38259e429222c8f01acc93f3eae3df8a2e10f24c" + integrity sha512-VVwgcprJxItnITWZA5n32iUCI41S9n5WiZCQrC2uh314L/MU+7w3E7cjCp+mBygKhJL80U1VCFchY9ra1Z+6Zg== + anymatch@~3.1.2: version "3.1.3" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" @@ -1178,10 +1183,6 @@ squint-cljs@0.4.56: dependencies: chokidar "^3.5.3" -"squint-macros@https://github.com/squint-cljs/squint-macros": - version "" - resolved "https://github.com/squint-cljs/squint-macros#e26bb235f63c3f2defdfaf3cb22241ba1158d98c" - stream-browserify@^2.0.1: version "2.0.2" resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz"