Skip to content

Commit 698d1f7

Browse files
committed
fix: reorder dependencies in package.json and pnpm-lock.yaml
1 parent e3af252 commit 698d1f7

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

packages/foundation/core/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
2323
},
2424
"dependencies": {
2525
"@objectql/types": "workspace:*",
26-
"openai": "^4.28.0",
27-
"js-yaml": "^4.1.0"
26+
"@objectstack/spec": "^0.1.1",
27+
"js-yaml": "^4.1.0",
28+
"openai": "^4.28.0"
2829
},
2930
"devDependencies": {
30-
"typescript": "^5.3.0",
31-
"@types/js-yaml": "^4.0.5"
31+
"@types/js-yaml": "^4.0.5",
32+
"typescript": "^5.3.0"
3233
}
3334
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)