Skip to content

Commit a4d3f21

Browse files
committed
Fix workspace specifiers for changesets compatibility
1 parent 79859b1 commit a4d3f21

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ts-expose-internals": "5.6.1-rc"
5353
},
5454
"dependencies": {
55-
"@arethetypeswrong/core": "workspace:../core",
55+
"@arethetypeswrong/core": "workspace:*",
5656
"chalk": "^4.1.2",
5757
"cli-table3": "^0.6.3",
5858
"commander": "^10.0.1",

packages/history/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "pnpm tsc && pnpm generate"
3434
},
3535
"dependencies": {
36-
"@arethetypeswrong/core": "workspace:../core"
36+
"@arethetypeswrong/core": "workspace:*"
3737
},
3838
"devDependencies": {
3939
"@azure/storage-blob": "^12.14.0",

packages/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"@andrewbranch/json-view": "^1.0.1",
16-
"@arethetypeswrong/core": "workspace:../core",
16+
"@arethetypeswrong/core": "workspace:*",
1717
"immer": "^9.0.21",
1818
"marked": "^5.1.0",
1919
"nprogress": "^0.2.0"

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)