Skip to content

Commit

Permalink
Refactor package.json dependencies for @studiocms/ui to use catalog i…
Browse files Browse the repository at this point in the history
…nstead of specific URLs
  • Loading branch information
Adammatthiesen committed Dec 10, 2024
1 parent 146eeae commit 235ddf5
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/studiocms_auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"type": "module",
"dependencies": {
"@studiocms/core": "workspace:*",
"@studiocms/ui": "https://pkg.pr.new/withstudiocms/ui/@studiocms/ui@1",
"@studiocms/ui": "catalog:",
"astro-integration-kit": "catalog:",
"@fontsource-variable/onest": "catalog:studiocms-shared",
"@inox-tools/runtime-logger": "catalog:studiocms-shared",
Expand Down
2 changes: 1 addition & 1 deletion packages/studiocms_core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"type": "module",
"dependencies": {
"@studiocms/ui": "https://pkg.pr.new/withstudiocms/ui/@studiocms/ui@1",
"@studiocms/ui": "catalog:",
"@studiocms/robotstxt": "workspace:*",
"astro-integration-kit": "catalog:",
"@markdoc/markdoc": "catalog:studiocms-renderer",
Expand Down
2 changes: 1 addition & 1 deletion packages/studiocms_dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"type": "module",
"dependencies": {
"@studiocms/ui": "https://pkg.pr.new/withstudiocms/ui/@studiocms/ui@1",
"@studiocms/ui": "catalog:",
"@studiocms/assets": "workspace:*",
"@studiocms/betaresources": "workspace:*",
"@studiocms/core": "workspace:*",
Expand Down
29 changes: 23 additions & 6 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ catalog: # Confirmed Current Master Catalog - 11.01.2024
'@astrojs/web-vitals': ^3.0.0
'@astrojs/node': ^8.3.4
'@types/node': ^20.14.11
"@studiocms/ui": ^0.1.0
astro: ^4.16.14
astro-integration-kit: ^0.16.1
astro-theme-provider: ^0.6.1
Expand Down

0 comments on commit 235ddf5

Please sign in to comment.