From 50d622d9f952433ca57e61a315df2e03ece5f5a0 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Thu, 8 Sep 2022 22:12:32 -0500 Subject: [PATCH] chore: use trystero 0.11.2 --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 894423a..6548c74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "react-syntax-highlighter": "^15.5.0", "remark-gfm": "^3.0.1", "sass": "^1.54.3", - "trystero": "github:jeremyckahn/trystero#bugfix/fully-qualified-module-resolution", + "trystero": "^0.11.2", "typeface-public-sans": "^1.1.13", "typeface-roboto": "^1.1.13", "typescript": "^4.7.4", @@ -22917,9 +22917,9 @@ "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" }, "node_modules/trystero": { - "version": "0.11.1", - "resolved": "git+ssh://git@github.com/jeremyckahn/trystero.git#91e9f722302597e232e96932424f3ed47d0d0171", - "license": "MIT", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/trystero/-/trystero-0.11.2.tgz", + "integrity": "sha512-bC7OnC1EgqatilDnkQXzcYS38gnmuX3wMUPxOpa3qDgxQU8/RuxGuvnB/080BpTKCz/fPYrACgfS8hZDjuQUYg==", "dependencies": { "firebase": "^9.6.5", "ipfs-core": "0.9.0", @@ -41158,8 +41158,9 @@ "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" }, "trystero": { - "version": "git+ssh://git@github.com/jeremyckahn/trystero.git#91e9f722302597e232e96932424f3ed47d0d0171", - "from": "trystero@github:jeremyckahn/trystero#bugfix/fully-qualified-module-resolution", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/trystero/-/trystero-0.11.2.tgz", + "integrity": "sha512-bC7OnC1EgqatilDnkQXzcYS38gnmuX3wMUPxOpa3qDgxQU8/RuxGuvnB/080BpTKCz/fPYrACgfS8hZDjuQUYg==", "requires": { "firebase": "^9.6.5", "ipfs-core": "0.9.0", diff --git a/package.json b/package.json index 28fe5ef..ac38d9c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-syntax-highlighter": "^15.5.0", "remark-gfm": "^3.0.1", "sass": "^1.54.3", - "trystero": "github:jeremyckahn/trystero#bugfix/fully-qualified-module-resolution", + "trystero": "^0.11.2", "typeface-public-sans": "^1.1.13", "typeface-roboto": "^1.1.13", "typescript": "^4.7.4",