From 667157d8e87411ac9f41f0898d78f1d2e97401c9 Mon Sep 17 00:00:00 2001 From: dem4ron Date: Fri, 11 Oct 2024 17:21:13 +0200 Subject: [PATCH] Add self-hosted `rough-notation` --- package.json | 2 +- yarn.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c0cec0c6e7..e6c4928438 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "react-simplemde-editor": "^5", "reconnecting-websocket": "3.2.2", "regenerator-runtime": "^0.13.7", - "rough-notation": "^0.5.1", + "rough-notation": "github:exercism/rough-notation#build", "tailwindcss": "^3.3.3", "ua-parser-js": "^1.0.37", "use-is-mounted": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 1371cafa30..74de8ee15f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9542,10 +9542,9 @@ rimraf@^3.0.0, rimraf@^3.0.2: dependencies: glob "^7.1.3" -rough-notation@^0.5.1: +"rough-notation@github:exercism/rough-notation#build": version "0.5.1" - resolved "https://registry.yarnpkg.com/rough-notation/-/rough-notation-0.5.1.tgz#32abbb16b973fb00fba83ab96b18704e98620e95" - integrity sha512-ITHofTzm13cWFVfoGsh/4c/k2Mg8geKgBCwex71UZLnNuw403tCRjYPQ68jSAd37DMbZIePXPjDgY0XdZi9HPw== + resolved "https://codeload.github.com/exercism/rough-notation/tar.gz/939c741520d83139d4a3088dcf5357244676fcca" rsvp@^4.8.4: version "4.8.5"