chore: use trystero 0.11.2

This commit is contained in:
Jeremy Kahn 2022-09-08 22:12:32 -05:00
parent f0a4404910
commit 50d622d9f9
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View File

@ -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",

View File

@ -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",