Skip to content

Commit

Permalink
replicate BytePitch Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WietzeSlagman committed Apr 2, 2024
1 parent 2c16890 commit c7f997a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react-query": "^3.39.0",
"react-router-dom": "^6.3.0",
"react-vis": "^1.12.1",
"ses": "^0.16",
"ses": "^1.3.0",
"three": "^0.144.0",
"typescript": "^4.6.4",
"web-vitals": "^2.1.4",
Expand Down Expand Up @@ -103,4 +103,4 @@
"vite-tsconfig-paths": "^3.5.0"
},
"packageManager": "[email protected]"
}
}
2 changes: 1 addition & 1 deletion frontend/src/installSesLockdown.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { lockdown } from "@endo/lockdown";
import "ses";
import "@endo/eventual-send/shim.js"; // adds support needed by E

const consoleTaming = import.meta.env.DEV ? "unsafe" : "safe";
Expand Down
5 changes: 0 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9190,11 +9190,6 @@ semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
dependencies:
lru-cache "^6.0.0"

ses@^0.16:
version "0.16.1"
resolved "https://registry.yarnpkg.com/ses/-/ses-0.16.1.tgz#b447aa8a6f7f5826e2ba8ff66a566f1e1a74cca6"
integrity sha512-yLgBL+IC7cfMz7DWlTAbZaZUVavO3U14G8gqKPE0jqQgxkvN1KDx3c1UW9q/YgU3UpxuhxnjUMOfyAfEF9pNxA==

ses@^0.18.4, ses@^0.18.5, ses@^0.18.8:
version "0.18.8"
resolved "https://registry.yarnpkg.com/ses/-/ses-0.18.8.tgz#88036511ac3b3c07e4d82dd8cfc6e5f3788205b6"
Expand Down

0 comments on commit c7f997a

Please sign in to comment.