Skip to content

Commit

Permalink
chore: use star for workspace protocol version (#5822)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored Feb 23, 2024
1 parent 0e94908 commit 6894f7b
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 43 deletions.
2 changes: 1 addition & 1 deletion dev/design-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@sanity/ui": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@sanity/ui": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion dev/starter-next-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion dev/starter-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"react": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion dev/strict-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
}
}
4 changes: 2 additions & 2 deletions dev/studio-e2e-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"sanity-plugin-mux-input": "^2.2.1",
"sanity-test-studio": "3.30.0",
"sanity-test-studio": "workspace:*",
"styled-components": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion dev/test-next-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"@sanity/locale-pt-pt": "^1.0.1",
"@sanity/locale-sv-se": "^1.0.1",
"@sanity/logos": "^2.1.2",
"@sanity/migrate": "workspace:^",
"@sanity/portable-text-editor": "workspace:^",
"@sanity/migrate": "workspace:*",
"@sanity/portable-text-editor": "workspace:*",
"@sanity/preview-url-secret": "^1.6.1",
"@sanity/react-loader": "^1.8.3",
"@sanity/tsdoc": "1.0.0-alpha.42",
"@sanity/types": "workspace:^",
"@sanity/types": "workspace:*",
"@sanity/ui": "^2.0.1",
"@sanity/ui-workshop": "^1.0.0",
"@sanity/util": "workspace:^",
"@sanity/util": "workspace:*",
"@sanity/uuid": "^3.0.1",
"@sanity/vision": "workspace:^",
"@sanity/vision": "workspace:*",
"@sanity/visual-editing": "1.3.1",
"@turf/helpers": "^6.0.1",
"@turf/points-within-polygon": "^5.1.5",
Expand All @@ -61,7 +61,7 @@
"react-refractor": "^2.1.6",
"refractor": "^3.6.0",
"rxjs": "^7.8.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"sanity-plugin-mux-input": "^2.2.1",
"styled-components": "^6.1.0",
"three": "^0.157.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/clean-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/ecommerce-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react": "^18.2.0",
"react-barcode": "^1.4.1",
"react-dom": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/movies-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@sanity/google-maps-input": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"prettier": "^3.1.0",
"rimraf": "^3.0.2",
"rxjs": "^7.8.1",
"sanity": "workspace:^",
"sanity": "workspace:*",
"semver": "^7.3.5",
"turbo": "^1.12.2",
"typescript": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/is-hotkey": "^0.1.10",
"@types/lodash": "^4.14.149",
"react": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion perf/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "workspace:^",
"sanity": "workspace:*",
"styled-components": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion perf/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"globby": "^10.0.0",
"lodash": "^4.17.21",
"rxjs": "^7.8.0",
"sanity": "workspace:^"
"sanity": "workspace:*"
}
}
43 changes: 22 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6894f7b

Please sign in to comment.