about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-06-27 20:55:46 -0500
committerGitHub <noreply@github.com>2023-06-27 20:55:46 -0500
commitf8d218e11a1e9fba81f2fc0182a4526b9d7cf39d (patch)
tree9fb5e0a81461e7daa8c1afe49e53ca8eb97a4f52 /package.json
parentdce80be0759d9c3fbffd881f3cb88476db2b7fc0 (diff)
downloadvoidsky-f8d218e11a1e9fba81f2fc0182a4526b9d7cf39d.tar.zst
Simulator fixes (#918)
* Update the mock server to use the dev-env to manage the server

* Fix list testIDs

* Fix the invite test construction

* Remove leftover test hardcode
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 638bb6c97..239fff834 100644
--- a/package.json
+++ b/package.json
@@ -142,7 +142,8 @@
     "zod": "^3.20.2"
   },
   "devDependencies": {
-    "@atproto/pds": "^0.1.10",
+    "@atproto/dev-env": "^0.2.2",
+    "@atproto/pds": "^0.2.0-beta.2",
     "@babel/core": "^7.20.0",
     "@babel/preset-env": "^7.20.0",
     "@babel/runtime": "^7.20.0",