We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbaa00 commit b71feaeCopy full SHA for b71feae
2 files changed
packages/cli/package.json
@@ -43,8 +43,8 @@
43
"typecheck": "tsc --noEmit"
44
},
45
"dependencies": {
46
- "@actalk/inkos-core": "1.1.1",
47
- "@actalk/inkos-studio": "1.1.1",
+ "@actalk/inkos-core": "workspace:*",
+ "@actalk/inkos-studio": "workspace:*",
48
"commander": "^13.0.0",
49
"dotenv": "^16.4.0",
50
"epub-gen-memory": "^1.0.10",
packages/studio/package.json
@@ -28,7 +28,7 @@
28
"typecheck": "tsc --noEmit && tsc -p tsconfig.server.json --noEmit"
29
30
31
32
"@base-ui/react": "^1.3.0",
33
"@fontsource-variable/geist": "^5.2.8",
34
"@hono/node-server": "^1.13.0",
0 commit comments