File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 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" ,
1310 "updateInternalDependents" : " always" ,
1411 "onlyUpdatePeerDependentsWhenOutOfRange" : true
1512 }
16- }
13+ }
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments