Skip to content

Commit 97d79ce

Browse files
committed
Add ObjectQL as a dependency in MSWPlugin and update lockfile
1 parent a59dc59 commit 97d79ce

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

examples/msw-react-crud/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@objectstack/example-todo": "workspace:*",
1616
"@objectstack/plugin-msw": "workspace:*",
1717
"@objectstack/runtime": "workspace:*",
18+
"@objectstack/objectql": "workspace:*",
1819
"@objectstack/spec": "workspace:*",
1920
"react": "^18.3.1",
2021
"react-dom": "^18.3.1"

packages/plugins/plugin-msw/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"dependencies": {
1111
"@objectstack/spec": "workspace:*",
1212
"@objectstack/types": "workspace:*",
13+
"@objectstack/objectql": "workspace:*",
1314
"msw": "^2.0.0"
1415
},
1516
"devDependencies": {

packages/plugins/plugin-msw/src/msw-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import {
44
Plugin,
55
PluginContext,
66
ObjectKernel,
7-
ObjectStackProtocolImplementation,
87
IDataEngine
98
} from '@objectstack/runtime';
9+
import { ObjectStackProtocolImplementation } from '@objectstack/objectql';
1010
import { IObjectStackProtocol } from '@objectstack/spec/api';
1111
// import { IDataEngine } from '@objectstack/core';
1212

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)