Skip to content

Commit aa6fb10

Browse files
committed
Fix CI build maybe
1 parent 511ef4e commit aa6fb10

19 files changed

Lines changed: 66 additions & 54 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"postpublish": "rm -rf packages/core/README.md && rm -rf packages/react/README.md",
3030
"prebuild": "cp README.md packages/core/README.md && cp README.md packages/react/README.md",
3131
"prestart": "pnpm run build",
32-
"start": "serve playground/dist -c ../serve.json",
32+
"start": "vp preview --filter playground",
3333
"test": "vp run -r test",
3434
"format": "vp fmt",
3535
"prepare": "vp config"

packages/ariakit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
},
5858
"dependencies": {
5959
"@ariakit/react": "^0.4.19",
60-
"@blocknote/core": "0.50.0",
61-
"@blocknote/react": "0.50.0"
60+
"@blocknote/core": "workspace:^",
61+
"@blocknote/react": "workspace:^"
6262
},
6363
"devDependencies": {
6464
"@types/react": "^19.2.3",

packages/code-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"test-watch": "vp test watch"
5050
},
5151
"dependencies": {
52-
"@blocknote/core": "0.50.0",
52+
"@blocknote/core": "workspace:^",
5353
"@shikijs/core": "^4",
5454
"@shikijs/engine-javascript": "^4",
5555
"@shikijs/langs-precompiled": "^4",
@@ -62,7 +62,7 @@
6262
"vite-plus": "catalog:"
6363
},
6464
"peerDependencies": {
65-
"@blocknote/core": "0.50.0"
65+
"@blocknote/core": "workspace:^"
6666
},
6767
"gitHead": "37614ab348dcc7faa830a9a88437b37197a2162d"
6868
}

packages/mantine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"clean": "rimraf dist && rimraf types"
6262
},
6363
"dependencies": {
64-
"@blocknote/core": "0.50.0",
65-
"@blocknote/react": "0.50.0",
64+
"@blocknote/core": "workspace:^",
65+
"@blocknote/react": "workspace:^",
6666
"react-icons": "^5.5.0"
6767
},
6868
"devDependencies": {

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"clean": "rimraf dist && rimraf types"
5959
},
6060
"dependencies": {
61-
"@blocknote/core": "0.50.0",
61+
"@blocknote/core": "workspace:^",
6262
"@emoji-mart/data": "^1.2.1",
6363
"@floating-ui/react": "^0.27.18",
6464
"@floating-ui/utils": "^0.2.10",

packages/server-util/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"test-watch": "vp test watch"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.50.0",
60-
"@blocknote/react": "0.50.0",
59+
"@blocknote/core": "workspace:^",
60+
"@blocknote/react": "workspace:^",
6161
"@tiptap/core": "^3.13.0",
6262
"@tiptap/pm": "^3.13.0",
6363
"jsdom": "^25.0.1",

packages/shadcn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"clean": "rimraf dist && rimraf types"
5757
},
5858
"dependencies": {
59-
"@blocknote/core": "0.50.0",
60-
"@blocknote/react": "0.50.0",
59+
"@blocknote/core": "workspace:^",
60+
"@blocknote/react": "workspace:^",
6161
"@radix-ui/react-avatar": "^1.1.10",
6262
"@radix-ui/react-dropdown-menu": "^2.1.16",
6363
"@radix-ui/react-label": "^2.1.7",

packages/xl-ai-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@ai-sdk/mistral": "^3.0.2",
5050
"@ai-sdk/openai": "^3.0.2",
5151
"@ai-sdk/openai-compatible": "^2.0.2",
52-
"@blocknote/xl-ai": "0.50.0",
52+
"@blocknote/xl-ai": "workspace:^",
5353
"@hono/node-server": "^1.19.5",
5454
"ai": "^6.0.5",
5555
"hono": "^4.10.3"

packages/xl-ai/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
"dependencies": {
7373
"@ai-sdk/provider-utils": "^4.0.2",
7474
"@ai-sdk/react": "^3.0.5",
75-
"@blocknote/core": "0.50.0",
76-
"@blocknote/mantine": "0.50.0",
77-
"@blocknote/react": "0.50.0",
75+
"@blocknote/core": "workspace:^",
76+
"@blocknote/mantine": "workspace:^",
77+
"@blocknote/react": "workspace:^",
7878
"@floating-ui/react": "^0.27.18",
7979
"@handlewithcare/prosemirror-suggest-changes": "^0.1.8",
8080
"@tiptap/core": "^3.13.0",
@@ -99,7 +99,7 @@
9999
"@ai-sdk/mistral": "^3.0.2",
100100
"@ai-sdk/openai": "^3.0.2",
101101
"@ai-sdk/openai-compatible": "^2.0.2",
102-
"@blocknote/xl-multi-column": "0.50.0",
102+
"@blocknote/xl-multi-column": "workspace:^",
103103
"@mswjs/interceptors": "^0.37.6",
104104
"@types/diff": "^6.0.0",
105105
"@types/json-diff": "^1.0.3",

packages/xl-ai/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
{
3232
"path": "../react"
3333
},
34+
{
35+
"path": "../xl-multi-column"
36+
},
3437
{
3538
"path": "../../shared"
3639
}

0 commit comments

Comments
 (0)