Skip to content

Commit 7af344e

Browse files
committed
fix: try not to always use workspace version
1 parent 040b4c5 commit 7af344e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

nx.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"projects": ["packages/*"],
77
"version": {
88
"preVersionCommand": "pnpm exec nx run-many -t build",
9-
"conventionalCommits": true,
10-
"generatorOptions": {
11-
"preserveLocalDependencyProtocols": true
12-
}
9+
"conventionalCommits": true
1310
},
1411
"changelog": {
1512
"workspaceChangelog": {

packages/code-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"test-watch": "vitest watch"
5050
},
5151
"dependencies": {
52+
"@blocknote/core": "workspace:^",
5253
"@shikijs/core": "^3.2.1",
5354
"@shikijs/engine-javascript": "^3.2.1",
5455
"@shikijs/langs-precompiled": "^3.2.1",
@@ -57,7 +58,6 @@
5758
"@shikijs/types": "^3.2.1"
5859
},
5960
"devDependencies": {
60-
"@blocknote/core": "workspace:^",
6161
"eslint": "^8.10.0",
6262
"prettier": "^2.7.1",
6363
"rollup-plugin-webpack-stats": "^0.2.2",

pnpm-lock.yaml

Lines changed: 3 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)