Skip to content

Commit 8f0ac86

Browse files
chore(format): 🤖 ✨
1 parent 3b838cd commit 8f0ac86

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

‎.changeset/config.json‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config/schema.json",
3-
"changelog": [
4-
"@changesets/changelog-github",
5-
{"repo": "sanity-io/comlink"}
6-
],
3+
"changelog": ["@changesets/changelog-github", {"repo": "sanity-io/comlink"}],
74
"commit": false,
85
"access": "public",
96
"baseBranch": "main",
@@ -13,4 +10,4 @@
1310
"updateInternalDependents": "always",
1411
"onlyUpdatePeerDependentsWhenOutOfRange": true
1512
}
16-
}
13+
}

‎apps/playground/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@sanity/comlink": "workspace:*",
1717
"@xstate/react": "^6.0.0",
1818
"isbot": "^5.1.29",
19-
"uuid": "^11.1.0",
2019
"react": "19.2.0",
21-
"react-dom": "19.2.0"
20+
"react-dom": "19.2.0",
21+
"uuid": "^11.1.0"
2222
},
2323
"devDependencies": {
2424
"@remix-run/dev": "^2.17.0",

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"private": true,
55
"scripts": {
66
"build": "turbo run build --filter='!./apps/*'",
7-
"type-check": "turbo run type-check",
87
"format": "prettier --write .",
98
"lint": "oxlint --type-aware",
109
"release": "changeset publish",
1110
"test": "turbo run test",
12-
"turbo:fix": "turbo daemon clean"
11+
"turbo:fix": "turbo daemon clean",
12+
"type-check": "turbo run type-check"
1313
},
1414
"prettier": "@sanity/prettier-config",
1515
"dependencies": {

0 commit comments

Comments
 (0)