Skip to content

Commit

Permalink
fix: avoid cli installing private template package (#4657)
Browse files Browse the repository at this point in the history
Fixes #4654

template package is private for now so better move it into dev
dependencies.
  • Loading branch information
TrySound authored Dec 25, 2024
1 parent e9117c0 commit 5ee696c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"devDependencies": {
"@types/react": "^18.2.70",
"@types/react-dom": "^18.2.25",
"@webstudio-is/template": "workspace:*",
"@webstudio-is/tsconfig": "workspace:*",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318",
Expand All @@ -33,7 +34,6 @@
"@webstudio-is/icons": "workspace:^",
"@webstudio-is/image": "workspace:*",
"@webstudio-is/sdk": "workspace:*",
"@webstudio-is/template": "workspace:*",
"change-case": "^5.4.4",
"html-tags": "^4.0.0",
"nanoid": "^5.0.8"
Expand Down
6 changes: 0 additions & 6 deletions packages/sdk-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,9 @@
"typecheck": "tsc"
},
"peerDependencies": {
"@webstudio-is/template": "workspace:*",
"react": "18.3.0-canary-14898b6a9-20240318",
"react-dom": "18.3.0-canary-14898b6a9-20240318"
},
"peerDependenciesMeta": {
"@webstudio-is/template": {
"optional": true
}
},
"dependencies": {
"@react-aria/utils": "^3.25.3",
"@webstudio-is/icons": "workspace:*",
Expand Down
6 changes: 3 additions & 3 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 5ee696c

Please sign in to comment.