Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Jul 22, 2024
1 parent 059480b commit 290c4b7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"directory": "packages/frontend"
},
"dependencies": {
"@primate/core": "workspace:^",
"@rcompat/crypto": "^0.2.0",
"rcompat": "^0.17.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/server/react/hooks/serve/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import handler from "@primate/frontend/base/handler";
import { name } from "@primate/frontend/react/common";
import client from "@primate/frontend/react/client";
import { name } from "@primate/frontend/react/common";
import render from "./render.js";

export default (extension, spa) => (app, next) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/server/svelte/hooks/serve/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import handler from "@primate/frontend/base/handler";
import { name } from "@primate/frontend/svelte/common";
import client from "@primate/frontend/svelte/client";
import { name } from "@primate/frontend/svelte/common";
import render from "./render.js";

export default (extension, spa) => (app, next) => {
Expand Down
1 change: 0 additions & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"db:surreal": "surreal start --user primate --pass primate"
},
"dependencies": {
"@primate/core": "workspace:^",
"rcompat": "^0.17.0",
"@rcompat/sql": "^0.1.0"
},
Expand Down

0 comments on commit 290c4b7

Please sign in to comment.